We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2c874 commit 6396a45Copy full SHA for 6396a45
index.js
@@ -1,5 +1,5 @@
1
import * as acorn from "acorn";
2
-import XHTMLEntities from './xhtml';
+import XHTMLEntities from './xhtml.js';
3
4
const hexNumber = /^[\da-fA-F]+$/;
5
const decimalNumber = /^\d+$/;
test/tests-misc.js
@@ -1,7 +1,7 @@
import assert from "assert";
import jsx from "../index.js";
-import { testAssert } from "./driver";
+import { testAssert } from "./driver.js";
6
testAssert("// the enhanced Parser instance should have a static property 'acornJsx'.", function() {
7
const JsxParser = acorn.Parser.extend(jsx());
0 commit comments