summaryrefslogtreecommitdiff
path: root/cli/napi/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'cli/napi/README.md')
-rw-r--r--cli/napi/README.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/cli/napi/README.md b/cli/napi/README.md
index ec637e1bd..7b359ac6e 100644
--- a/cli/napi/README.md
+++ b/cli/napi/README.md
@@ -3,11 +3,8 @@
This directory contains source for Deno's Node-API implementation. It depends on
`napi_sym` and `deno_napi`.
-- [`async.rs`](./async.rs) - Asynchronous work related functions.
-- [`env.rs`](./env.rs) - Environment related functions.
-- [`js_native_api.rs`](./js_native_api.rs) - V8/JS related functions.
-- [`thread_safe_function.rs`](./threadsafe_functions.rs) - Thread safe function
- related functions.
+Files are generally organized the same as in Node.js's implementation to ease in
+ensuring compatibility.
## Adding a new function