flatbuffers/docs/source
Björn Harrtell 760c657551
[TS/JS] New gen TS code gen (#6302)
* TS/ES6 modules spike iteration 1

* Initial modularized dasherized output

* Remove obsoleted parts and namespace wrapping

* Use _flatbuffers_ prefix

* First part of imports logic

* Second part of imports logic

* Fix TS/JS code removal mixup

* Alias imported symbols if same name from different namespaces and some fixes

* Use star import for bare imports

* Fix messed up string concat

* var to const and remove not needed semi

* Remove some cases of ns prefixing

* Add missing space

* Cleanups

* Completed initial import tracking logic

* Compilable output

* Adjust TypeScriptTest and dependents to work

* Use local flatbuffers package for tests

* Refactor away use of any

* Remove obsolete imported_fileset and reexport_map

* Still need any and fix JavaScriptTest.sh

* Fix test runs out of the box

* Temp add generated files

* TypeScriptTest replaces JavaScriptTest and cleanups

* Also remove reference to JavaScriptTest in TestAll.sh

* Remove old generated ts/js files

* Remove use of --js in generate_code scripts

* idl_gen_js_ts to idl_gen_ts and removal of js gen

* Remove obsoleted options

* Fix obsolete ts test detection

* Tweak ts compilation be as strict as possible

* Remove jsdoc type annotation generation

* Generated test ts files

* Fix search and replace messup

* Regenerated ts test output

* Use CharToLower

* Use normal for loop

* Rework namespacedir

* Revert "Rework namespacedir"

This reverts commit 6f4eb0104ceeb86011bb076ebca901138c48e068.

* Revert "Use normal for loop"

This reverts commit 676b2135bfaa1853dfbb06c92b5c16a0d81bb13a.

* Revert "Use CharToLower"

This reverts commit 2d08648d0d72d0af201fad80d54cdc76412b35e9.

* Again do rework but correct

* Avoid runtime cast

* Fix test runs

* Also add npm install to get tsc

* Bump node test versions

* for range to std for loop

* Clang format

* Missed one clang format

* Move accessor to later

* Attempt to make windows version of TypeScriptTest

* Want to see the output

* Try to get newer node at appveyor

* Style changes
2021-01-19 12:51:13 -08:00
..
gRPC
Benchmarks.md
Building.md
Compiler.md [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
CONTRIBUTING.md
CppUsage.md fix cpp usage markdown error (#5845) 2020-04-09 09:38:58 -07:00
CsharpUsage.md [C#] Fix and improve project files (#6142) 2020-09-28 11:56:59 -07:00
CUsage.md
DartUsage.md
doxyfile Updated doxyfile - added missing files (#5824) 2020-03-20 10:13:47 -07:00
doxygen_layout.xml [Scripts] Adds swift to generated code (#5806) 2020-03-16 11:55:59 -07:00
FlatBuffers.md [C#] support Object API (#5710) 2020-01-30 10:18:28 -08:00
FlexBuffers.md
GoApi.md
GoApi_generated.txt
GoUsage.md
Grammar.md Fix float_constant definition in './doc/Grammar.md` (#5828) 2020-03-23 09:51:57 -07:00
groups
Internals.md Fixed text in internals doc that implied structs can be root 2020-04-23 09:28:22 -07:00
JavaScriptUsage.md
JavaUsage.md [C#] support Object API (#5710) 2020-01-30 10:18:28 -08:00
KotlinUsage.md
LobsterUsage.md
LuaUsage.md
PHPUsage.md
PythonUsage.md
README_TO_GENERATE_DOCS.md
RustUsage.md
Schemas.md Documentation updates for Optional Scalars (#6014) (#6270) 2020-11-24 14:05:39 -05:00
style.css
Support.md Documentation updates for Optional Scalars (#6014) (#6270) 2020-11-24 14:05:39 -05:00
SwiftUsage.md [Swift] Rebuild the way swift handles structs from scratch (#6326) 2020-12-17 14:55:32 -08:00
Tutorial.md [Swift] Rebuild the way swift handles structs from scratch (#6326) 2020-12-17 14:55:32 -08:00
TypeScriptUsage.md [TS/JS] New gen TS code gen (#6302) 2021-01-19 12:51:13 -08:00
WhitePaper.md