Skip to content

Commit

Permalink
fix wrong assert used in export-order-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
JReinhold committed Jan 17, 2024
1 parent 3017745 commit 0191424
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import assert from 'assert';
import assert from 'node:assert';
import { parse as parseCjs, init as initCjsParser } from 'cjs-module-lexer';
import { parse as parseEs } from 'es-module-lexer';
import MagicString from 'magic-string';
Expand Down

0 comments on commit 0191424

Please sign in to comment.