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
119910f339
denoland-deno
/
tests
/
unit_node
/
testdata
/
worker_module
/
index.js
4 lines
67 B
JavaScript
Raw
Normal View
History
Unescape
Escape
fix(node): Worker constructor doesn't check type: module of package.json (#19480)
2023-06-15 11:00:30 -04:00
import
{
myFunction
}
from
"./other_file.js"
;
fix(ext/node): worker_threads ESM handling (#22841) Fixes #22840 Fixes #22964
2024-03-19 23:42:22 -04:00
await
myFunction
(
)
;
Copy permalink