fix: remove invisible unicode for dynamicImportKey (#3695)

This commit is contained in:
Garfield Lee 2023-08-11 22:58:15 +08:00 committed by GitHub
parent 13ac9d18af
commit ce21ea78eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ import { createFetch } from './endowments/fercher';
import { createTimers } from './endowments/timer';
import { setupImportsMap } from './setup-imports-map';
const dynamicImportKey = '$h_import';
const dynamicImportKey = '$h_import';
const permissionLogger = new DebugLogger('plugins:permission');
const importLogger = new DebugLogger('plugins:import');