This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
1
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-11-25 15:29:32 -05:00
Code
Issues
Packages
1
Wiki
Activity
dee94473c4
denoland-deno
/
tests
/
specs
/
npm
/
workers
/
main.out
7 lines
42 B
Text
Raw
Normal View
History
Unescape
Escape
fix: better handling of npm resolution occurring on workers (#24094) Closes https://github.com/denoland/deno/issues/24063
2024-06-05 11:04:16 -04:00
[UNORDERED_START]
1
2
3
fix(ext/node): fix prismjs compatibiliy in Web Worker (#25062) PrismJS uses `WorkerGlobalScope` and `self` for detecting browser's Web Worker context: https://github.com/PrismJS/prism/blob/59e5a3471377057de1f401ba38337aca27b80e03/prism.js#L11 Now the detection logic above is broken when it's imported from Deno's Web Worker context because we only hide `self` (Prism assumes when `WorkerGlobalScope` is available, `self` is also available). This change fixes the above by also hiding `WorkerGlobalScope` global in Node compat mode. closes #25008
2024-08-16 22:16:43 -04:00
4
fix: better handling of npm resolution occurring on workers (#24094) Closes https://github.com/denoland/deno/issues/24063
2024-06-05 11:04:16 -04:00
[UNORDERED_END]
Copy permalink