We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f97a74 commit d7f84ceCopy full SHA for d7f84ce
DNCL3.example.js
@@ -1,7 +1,7 @@
1
import { DNCL3 } from "./DNCL3.js";
2
3
const name = Deno.args[0] ?? "test";
4
-const fn = "examples/" + name + ".dncl3";
+const fn = "examples/" + name + ".dncl";
5
6
const s = await Deno.readTextFile(fn);
7
new DNCL3(s).run();
0 commit comments