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'm getting a build failure because of a problematic unicode character in the lower-case npm dependency which is transitively included from AWS Amplify. The issue looks similar to #427, but is showing up with the latest shadow-cljs version 2.19.0.
[:app] Build failure:
Failed to inspect file
/Users/edwin/Projects/myproject/node_modules/lower-case/dist/index.js
it was required from
/Users/edwin/Projects/myproject/node_modules/no-case/dist/index.js
Errors encountered while trying to parse file
/Users/edwin/Projects/myproject/node_modules/lower-case/dist/index.js
{:line 13, :column 13, :message "Character '̇' (U+0307) is not a valid identifier start char"}
I'm getting a build failure because of a problematic unicode character in the
lower-case
npm dependency which is transitively included from AWS Amplify. The issue looks similar to #427, but is showing up with the latest shadow-cljs version 2.19.0.This is the file with the offending character: https://github.com/blakeembrey/change-case/blob/040a079f007879cb0472ba4f7cc2e1d3185e90ba/packages/lower-case/src/index.ts#L18
excerpt:
The text was updated successfully, but these errors were encountered: