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

Commit 2f04e92

Browse files
committed
Fix: Removed unused reference to acorn-jsx/inject (fixes #2)
1 parent 0e9d61e commit 2f04e92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
var astNodeTypes = require("./lib/ast-node-types"),
3030
commentAttachment = require("./lib/comment-attachment"),
3131
TokenTranslator = require("./lib/token-translator"),
32-
acornJSX = require("acorn-jsx/inject"),
3332
ts = require("typescript");
3433

3534
var lookahead,

0 commit comments

Comments
 (0)