NSSTC / sim-ecs

Batteries included TypeScript ECS
https://nsstc.github.io/sim-ecs/
Mozilla Public License 2.0
81 stars 12 forks source link

Investigate Deno (again) #49

Closed minecrawler closed 1 year ago

minecrawler commented 2 years ago

Deno libraries and tsc are still unsure about a way to move forward, however more tooling is emerging to solve the at least some problems through build steps.

minecrawler commented 1 year ago

While a bundler-step might output TS -> Deno TS, TS v5 is around the corner with a solution. I'll wait for TS v5 and then build on top of that :)

minecrawler commented 1 year ago

5.0 is out with the changes required. I'll need to play around with the settings, but I put it up for the next release.

waiting for typedoc to update... https://github.com/TypeStrong/typedoc/issues/2201 (should be next Sunday, according to team)

minecrawler commented 1 year ago

This is very exciting! I still need to fix some things... expect a push, soon :)

image