Skip to content

Commit b706790

Browse files
committed
refactor(import): minor
1 parent e4552ac commit b706790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const getCommonJS = (transformOptions: TransformOptions | undefined): TransformO
4343
}
4444

4545
const ERR_REQUIRE_ESM = 'ERR_REQUIRE_ESM'
46-
const IMPORTS = '__IMPORTS_FOR_INTERNAL_USE__'
46+
const IMPORTS = '__INTERNAL_IMPORTS_FROM_STRING'
4747

4848
export interface ImportOptions extends Options {
4949
transformOptions?: TransformOptions | undefined

0 commit comments

Comments
 (0)