-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
I know by default, parse-imports-exports is supposedly to only be fed with syntactically correct, well-formatted code. However, we are trying to use parse-imports-exports inside an ESLint plugin (un-ts/eslint-plugin-import-x#201). In this case, we expect parse-imports-exports to throw as many parse errors as possible before no longer being able to continue.
We only need lineNumber and column information to report to ESLint. Is it possible to implement this?
Metadata
Metadata
Assignees
Labels
No labels