Skip to content
This repository was archived by the owner on Jan 19, 2019. It is now read-only.

Cannot find module 'acorn-jsx/inject' - dependency missing #2

Closed
JamesHenry opened this issue Jan 14, 2016 · 1 comment
Closed

Cannot find module 'acorn-jsx/inject' - dependency missing #2

JamesHenry opened this issue Jan 14, 2016 · 1 comment
Labels

Comments

@JamesHenry
Copy link
Member

(Note: I am using ESLint via eslint-loader for webpack)
ESLint: 1.9.0
eslint-loader: 1.1.1
typescript-eslint-parser: 0.1.0-alpha-1

acornJSX = require("acorn-jsx/inject") is part of the var declaration at the top of parser.js but acorn-jsx is not a dependency of the project.

It doesn't seem like acornJSX is actually used anywhere, would you like a PR with the require statement removed?

@nzakas nzakas added bug and removed triage labels Jan 15, 2016
@nzakas
Copy link
Member

nzakas commented Jan 15, 2016

Whoops, yeah. That should be removed.

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

No branches or pull requests

3 participants