-
-
Notifications
You must be signed in to change notification settings - Fork 727
Labels
A-linterArea - LinterArea - Linter
Description
Here, we require some code from the parser package, however on user's systems consuming oxlint, these files will not exist.
oxc/napi/oxlint2/src-js/index.js
Lines 12 to 13 in 2401976
| const { TOKEN } = require('../../parser/raw-transfer/lazy-common.js'), | |
| walkProgram = require('../../parser/generated/lazy/walk.js'); |
We need to either:
- bundle the code to avoid this issue
- copy the relevant files (build step??)
- something else?
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - Linter