Skip to content
New issue

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

Compilation error / failed to inspect file / (U+0306) is not a valid identifier start char #1083

Closed
alex314159 opened this issue Jan 20, 2023 · 2 comments

Comments

@alex314159
Copy link

Possibly linked to #941

Trying to include material-react-table as a dependency

On compilation I get:

Failed to inspect file
***/node_modules/@tanstack/match-sorter-utils/build/lib/remove-accents.js

it was required from
  ***/node_modules/@tanstack/match-sorter-utils/build/lib/index.js

Errors encountered while trying to parse file
  ***/node_modules/@tanstack/match-sorter-utils/build/lib/remove-accents.js
  {:line 131, :column 3, :message "Character '̆' (U+0306) is not a valid identifier start char"}

Any way to circumvent that?

Thank you,

@alex314159
Copy link
Author

in all fairness I just commented out the dictionary of accented letters in remove-accents.js and it did the trick. Curious why this is happening, but I'm sorted.

@thheller
Copy link
Owner

FWIW this is google/closure-compiler#3639.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants