mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
Add Deno.symbols and move internal fields for test (#3693)
This commit is contained in:
parent
cad7b3e4fe
commit
0a78bfb836
15 changed files with 92 additions and 25 deletions
|
@ -3,7 +3,7 @@ import { test, assert, assertEquals } from "./test_util.ts";
|
|||
const {
|
||||
stringifyArgs
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
} = Deno as any;
|
||||
} = Deno[Deno.symbols.internal] as any;
|
||||
|
||||
// Logic heavily copied from web-platform-tests, make
|
||||
// sure pass mostly header basic test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue