Skip to content

Commit 340c599

Browse files
committed
Use minified typescript.js
1 parent d246037 commit 340c599

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TranspileWorker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ const workerPath = workerUrl.replace(/\/[^/]+$/, '/');
66

77
const main = () => {
88
self.importScripts(
9-
'https://unpkg.com/typescript@5.4.5/lib/typescript.js',
10-
// 'https://typescriptservices-min-js-builds.github.io/v4.4.3/dist/typescriptServices.min.js',
9+
// 'https://unpkg.com/typescript@5.4.5/lib/typescript.js',
10+
'https://typescriptservices-min-js-builds.github.io/v5.4.5/dist/typescript.min.js',
1111
workerPath + '/UrlPathResolver_sideEffects.js',
1212
workerPath + '/actions/ParseTsModule_sideEffects.js'
1313
);

0 commit comments

Comments
 (0)