You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this message when using the library with a Lambda function written in Typescript (and transpile with Parcel)
asset-input/src/lambda-handlers/.../handler.ts:1:9: warning: Import "keys" will always be undefined
because the file "asset-input/node_modules/ts-transformer-keys/index.js" has no exports
1 │ import { keys } from 'ts-transformer-keys';
╵ ~~~~
1 warning
I think it is related to the fact that index.js in empty.
Any thought?
The text was updated successfully, but these errors were encountered:
I have this message when using the library with a Lambda function written in Typescript (and transpile with Parcel)
I think it is related to the fact that index.js in empty.
Any thought?
The text was updated successfully, but these errors were encountered: