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

Commit 1e9a648

Browse files
committed
Merge pull request #7 from JamesHenry/issue2
Fix: Removed unused reference to acorn-jsx/inject
2 parents 0e9d61e + 2f04e92 commit 1e9a648

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

parser.js

-1
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)