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 e4552ac commit b706790Copy full SHA for b706790
src/import.ts
@@ -43,7 +43,7 @@ const getCommonJS = (transformOptions: TransformOptions | undefined): TransformO
43
}
44
45
const ERR_REQUIRE_ESM = 'ERR_REQUIRE_ESM'
46
-const IMPORTS = '__IMPORTS_FOR_INTERNAL_USE__'
+const IMPORTS = '__INTERNAL_IMPORTS_FROM_STRING'
47
48
export interface ImportOptions extends Options {
49
transformOptions?: TransformOptions | undefined
0 commit comments