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 2cef8ec commit 5ff91bcCopy full SHA for 5ff91bc
napi/parser/example.mjs
@@ -1,7 +1,7 @@
1
import fs from 'node:fs';
2
import path from 'node:path';
3
import { parseArgs } from 'node:util';
4
-import { parseSync } from './index.js';
+import { parseSync } from './index.mjs';
5
6
// usage:
7
// node napi/parser/example.mjs test.ts
0 commit comments