summaryrefslogtreecommitdiff
path: root/cli/tests/test/ignore_permissions.ts
AgeCommit message (Collapse)Author
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
This commit removes implementation of "native plugins" and replaces it with FFI API. Effectively "Deno.openPlugin" API was replaced with "Deno.dlopen" API.
2021-07-05fix(runtime): ignored tests should not cause permission changes (#11278)Casper Beyer