mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 00:20:08 +01:00
PR-URL: https://github.com/nodejs/node/pull/29866 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
import '../common/index.mjs';
|
|
|
|
// Assert we can import files with `%` in their pathname.
|
|
|
|
import '../fixtures/es-modules/test-esm-double-encoding-native%2520.mjs';
|