monaco-editor-workers
Advanced tools
Comparing version 0.39.0 to 0.39.1
@@ -5,2 +5,6 @@ # CHANGELOG | ||
## [0.39.1] - 2023-06-14 | ||
- Bugfix: `MonacoEnvironment.baseUrl` was overridden by fixed value. | ||
## [0.39.0] - 2023-06-14 | ||
@@ -7,0 +11,0 @@ |
@@ -20,3 +20,2 @@ export function buildWorkerDefinition(workerPath, basePath, useModuleWorker) { | ||
monEnv.workerOverrideGlobals = workerOverrideGlobals; | ||
monEnv.baseUrl = 'tester'; | ||
const getWorker = (_, label) => { | ||
@@ -23,0 +22,0 @@ console.log('getWorker: workerId: ' + _ + ' label: ' + label); |
{ | ||
"name": "monaco-editor-workers", | ||
"version": "0.39.0", | ||
"version": "0.39.1", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "description": "Monaco Editor Worker Support Package", |
@@ -34,3 +34,2 @@ import { Environment } from 'monaco-editor/esm/vs/editor/editor.api.js'; | ||
monEnv.workerOverrideGlobals = workerOverrideGlobals; | ||
monEnv.baseUrl = 'tester'; | ||
@@ -37,0 +36,0 @@ const getWorker = (_: string, label: string) => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
15938042
89127