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

Ignore import assertions (e.g., CSS and JSON modules) #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

slightlyoff
Copy link

@slightlyoff slightlyoff commented Oct 4, 2024

Adds the acorn-import-assertions plugin to allow JSON and CSS (etc.) modules to be parsed correctly. Currently ignores these files, but happy to take a different tack if you'd rather the system just skip recursion on them instead.

Fixes #2

@smorimoto smorimoto mentioned this pull request Nov 8, 2024
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

Successfully merging this pull request may close these issues.

Error parsing files using import attributes
1 participant