Skip to content

Commit fe08eb2

Browse files
committed
Update used typescript version to 5.4.5
For now non-minified version to just check that it works
1 parent 7207361 commit fe08eb2

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@4.4.3/lib/typescriptServices.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/v4.4.3/dist/typescriptServices.min.js',
1111
workerPath + '/UrlPathResolver_sideEffects.js',
1212
workerPath + '/actions/ParseTsModule_sideEffects.js'
1313
);

0 commit comments

Comments
 (0)