This website requires JavaScript.
Explore
Help
Sign in
foster
/
denoland-deno
Watch
0
Star
0
Fork
You've already forked denoland-deno
0
mirror of
https://github.com/denoland/deno.git
synced
2024-10-31 09:14:20 -04:00
Code
Issues
Wiki
Activity
a54d5654a2
denoland-deno
/
cli
/
tests
/
testdata
/
084_worker_custom_inspect.ts
5 lines
101 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(op_crates): Don't use `Deno.inspect` in op crates (#9332) Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-02-09 10:31:46 -05:00
new
Worker
(
chore: use import.meta.resolve() in tests (#15256)
2022-07-20 10:56:53 -04:00
import
.
meta
.
resolve
(
"./084_worker_custom_inspect_worker.ts"
)
,
fix(op_crates): Don't use `Deno.inspect` in op crates (#9332) Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2021-02-09 10:31:46 -05:00
{
type
:
"module"
}
,
)
;
Copy permalink