0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/cli/tests/testdata/test/recursive_permissions_pledge.js
Bartek Iwańczuk abd9610530
refactor: remove Deno.core (#16881)
This commit removes "Deno.core" namespace. It is strictly private API
that has no stability guarantees, we were supposed to remove it long time ago.

Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-01-24 18:54:10 +01:00

6 lines
143 B
JavaScript

Deno[Deno.internal].core.ops.op_pledge_test_permissions(
"none",
);
Deno[Deno.internal].core.ops.op_pledge_test_permissions(
"inherit",
);