summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2019-08-26 22:29:51 -0400
committerGitHub <noreply@github.com>2019-08-26 22:29:51 -0400
commit725eb9810590e8237df68ec5580daaf0fa77e7d3 (patch)
treed7639e0f306c5b29848cfc7a5091a8bdbaa263f3 /tools
parentf94900406d52a9d0a432ae9ebef65d46092afb41 (diff)
Clean up various flatbuffer references (#2819)
Diffstat (limited to 'tools')
-rw-r--r--tools/ts_library_builder/README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/ts_library_builder/README.md b/tools/ts_library_builder/README.md
index c96fba16b..2eca169ae 100644
--- a/tools/ts_library_builder/README.md
+++ b/tools/ts_library_builder/README.md
@@ -60,12 +60,6 @@ like this:
- We process the `deno` namespace/module, by "flattening" the type definition
file.
- We determine the exported symbols for `js/deno.ts`.
- - We create a custom extraction of the `gen/msg_generated.ts` which is
- generated during the build process and contains the type information related
- to flatbuffer structures that communicate between the privileged part of
- deno and the user land. Currently, the tool doesn't do full complex
- dependency analysis to be able to determine what is required out of this
- file, so we explicitly extract the type information we need.
- We recurse over all imports/exports of the modules, only exporting those
symbols which are finally exported by `js/deno.ts`.
- We replace the import/export with the type information from the source file.