We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cc8280 commit b4b3122Copy full SHA for b4b3122
acorn/src/tokenize.js
@@ -4,7 +4,7 @@ import {Parser} from "./state.js"
4
import {SourceLocation} from "./locutil.js"
5
import {RegExpValidationState} from "./regexp.js"
6
import {lineBreak, nextLineBreak, isNewLine, nonASCIIwhitespace} from "./whitespace.js"
7
-import {codePointToString} from "./util"
+import {codePointToString} from "./util.js"
8
9
// Object type used to represent tokens. Note that normally, tokens
10
// simply exist as properties on the parser object. This is only
0 commit comments