From 725eb9810590e8237df68ec5580daaf0fa77e7d3 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 26 Aug 2019 22:29:51 -0400 Subject: Clean up various flatbuffer references (#2819) --- tools/ts_library_builder/README.md | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tools/ts_library_builder') 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. -- cgit v1.2.3