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 e3dbefa commit 078a4d0Copy full SHA for 078a4d0
tests/tokenizer.js
@@ -7,7 +7,7 @@ const dirname = path.dirname(fileURLToPath(import.meta.url));
7
8
const file = process.argv.length > 2 ? process.argv[2] : path.join(dirname, "..", "src", "tokenizer.ts");
9
const text = fs.readFileSync(file).toString();
10
-const source = new Source(SourceKind.ENTRY, "compiler.ts", text);
+const source = new Source(SourceKind.ENTRY, "tokenizer.ts", text);
11
const tn = new Tokenizer(source);
12
13
do {
0 commit comments