We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ran into the following error with BigDecimal attributes in the Smithy structures.
[exec] [build:cjs] src/protocols/Rpcv2cbor.ts(432,27): error TS2304: Cannot find name '_'. [exec] [build:cjs] src/protocols/Rpcv2cbor.ts(433,26): error TS2304: Cannot find name '_'. [exec] [build:cjs] src/protocols/Rpcv2cbor.ts(436,27): error TS2304: Cannot find name '_'. [exec] [build:cjs] src/protocols/Rpcv2cbor.ts(452,24): error TS2304: Cannot find name '_'. [exec] [build:cjs] src/protocols/Rpcv2cbor.ts(517,24): error TS2304: Cannot find name '_'. [exec] [build:cjs] npm run build:cjs exited with code 2 [exec] [build:es] src/protocols/Rpcv2cbor.ts(432,27): error TS2304: Cannot find name '_'. [exec] [build:es] src/protocols/Rpcv2cbor.ts(433,26): error TS2304: Cannot find name '_'. [exec] [build:es] src/protocols/Rpcv2cbor.ts(436,27): error TS2304: Cannot find name '_'. [exec] [build:es] src/protocols/Rpcv2cbor.ts(452,24): error TS2304: Cannot find name '_'. [exec] [build:es] src/protocols/Rpcv2cbor.ts(517,24): error TS2304: Cannot find name '_'. [exec] [build:es] npm run build:es exited with code 2 [exec] [build:types] src/protocols/Rpcv2cbor.ts(432,27): error TS2304: Cannot find name '_'. [exec] [build:types] src/protocols/Rpcv2cbor.ts(433,26): error TS2304: Cannot find name '_'. [exec] [build:types] src/protocols/Rpcv2cbor.ts(436,27): error TS2304: Cannot find name '_'. [exec] [build:types] src/protocols/Rpcv2cbor.ts(452,24): error TS2304: Cannot find name '_'. [exec] [build:types] src/protocols/Rpcv2cbor.ts(517,24): error TS2304: Cannot find name '_'. [exec] [build:types] npm run build:types exited with code 1
Checking the generated code, seeing something like _.toJSON in Rpcv2cbor.ts
_.toJSON
const se_Adjustment = ( input: Adjustment, context: __SerdeContext ): any => { return take(input, { 'activeBenefitCount': [], 'adjustmentAmount': _.toJSON,
The text was updated successfully, but these errors were encountered:
This is a bug, however bigDecimal is currently not supported in the CBOR protocol.
Sorry, something went wrong.
Any update?
kuhe
No branches or pull requests
Ran into the following error with BigDecimal attributes in the Smithy structures.
Checking the generated code, seeing something like
_.toJSON
in Rpcv2cbor.tsThe text was updated successfully, but these errors were encountered: