mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
b6cdb31c05
PrismJS uses `WorkerGlobalScope` and `self` for detecting browser's Web
Worker context:
59e5a34713/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
5 lines
91 B
JSON
5 lines
91 B
JSON
{
|
|
"name": "@denotest/check-worker-globals",
|
|
"version": "1.0.0",
|
|
"main": "index.js"
|
|
}
|