summaryrefslogtreecommitdiff
path: root/test_plugin/README.md
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-07-02 16:11:23 +0200
committerGitHub <noreply@github.com>2021-07-02 16:11:23 +0200
commit7dd4090c2a3dc0222fd6ff611eeb2bd69cd28224 (patch)
tree013fc76f640885329c5e42fd7c1bcccf7f6381db /test_plugin/README.md
parent2544ec9af4c6a11fbbb7766c843f1362486e96b7 (diff)
Remove unstable native plugins (#10908)
This commit removes implementation of native plugins alongside the unstable "Deno.openPlugin()" API.
Diffstat (limited to 'test_plugin/README.md')
-rw-r--r--test_plugin/README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/test_plugin/README.md b/test_plugin/README.md
deleted file mode 100644
index b340389ce..000000000
--- a/test_plugin/README.md
+++ /dev/null
@@ -1,9 +0,0 @@
-# `test_plugin` crate
-
-## To run this test manually
-
-```
-cd test_plugin
-
-../target/debug/deno run --unstable --allow-plugin tests/test.js debug
-```