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
|
@ -2,7 +2,7 @@
|
|||
import { test, assert } from "./test_util.ts";
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
const { setPrepareStackTrace } = Deno as any;
|
||||
const { setPrepareStackTrace } = Deno[Deno.symbols.internal] as any;
|
||||
|
||||
interface CallSite {
|
||||
getThis(): unknown;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue