clarkmcc / go-typescript

Compile and run Typescript code natively in Go
GNU General Public License v3.0
104 stars 11 forks source link

Release v0.2.0 - Added more Typescript tags, optimized version registry #2

Closed clarkmcc closed 3 years ago

clarkmcc commented 3 years ago

This release makes two significant changes to the existing repository:

  1. Typescript version loaders and tagged sources have been broken out into their own packages that can be imported in a side-effect type of way. This allows you to control what you load into the default registry, which avoids loading every Typescript version into memory when you only really need one version.
  2. Added Typescript tags v4.1.5, v4.1.4, v4.1.3, v4.1.2, v3.9.9, and v3.8.3.