Skip to content

Releases: zshannon/typescript-go

v0.1.1

04 Jul 01:50
d7fefed
Compare
Choose a tag to compare
disable print statement

Add ESBuild

03 Jul 18:15
50b6039
Compare
Choose a tag to compare
ESBuild (#5)

* initialize esbuild bridge

* claude docs

* use cValue

* extend esbuild config enums to swift

* add esbuild transform config

* swiftformat

* add esbuild trasnform configuration struct

* wip transform

* finished transform

* fleshing out build api further yay claude lying about progress

* plugin support

* cleanup esbuild params

* cleanup claude rules

v0.0.13

02 Jul 04:57
Compare
Choose a tag to compare
claude says it fixed linked issues idk

v0.0.12

02 Jul 04:34
Compare
Choose a tag to compare
h8 computers

v0.0.7

02 Jul 00:10
Compare
Choose a tag to compare
return directory contents if known from file resolver

v0.0.3

01 Jul 06:19
Compare
Choose a tag to compare
refactor in-memory support to directly support file resolution withou…

v0.0.2

30 Jun 23:48
Compare
Choose a tag to compare
add support for in-memory compile via tmp fs

v0.0.1: chore(release): 1.0.0 [skip ci]

25 Jun 04:11
Compare
Choose a tag to compare
# 1.0.0 (2025-06-25)

### Bug Fixes

* **1196:** extend parameter matching with index fallback when name matching fails ([#1241](https://github.com/zshannon/typescript-go/issues/1241)) ([8975084](https://github.com/zshannon/typescript-go/commit/89750840c98d458dd19666e901fcf58ffc6d851a))
* **1250:** fix bigint literal type declaration emit ([#1258](https://github.com/zshannon/typescript-go/issues/1258)) ([6e03d62](https://github.com/zshannon/typescript-go/commit/6e03d625d15ccaf727cb9a44b455eefb16f3d450))
* **949:** fix unmatched closing tags in JSX with referenced identifiers ([#1056](https://github.com/zshannon/typescript-go/issues/1056)) ([671b5cb](https://github.com/zshannon/typescript-go/commit/671b5cb3693a226c01e86d3b0537479d32a8952b))
* avoid treating await in jsdoc as top-level await ([#877](https://github.com/zshannon/typescript-go/issues/877)) ([656029e](https://github.com/zshannon/typescript-go/commit/656029eab5a2ffd91076769952d0143864395a48))
* **docs:** Ensure function documentation appears on hover ([#739](https://github.com/zshannon/typescript-go/issues/739)) ([b2655e6](https://github.com/zshannon/typescript-go/commit/b2655e6166f60211adc8e6e4557688ad4e693ed2))

### Features

* **911:** erasableSyntaxOnly not supported ([#1068](https://github.com/zshannon/typescript-go/issues/1068)) ([ddb1ebb](https://github.com/zshannon/typescript-go/commit/ddb1ebbaefd82b7402799cf5ea8e262228cd403a))

### Performance Improvements

* use append instead of Concat in appendLookupLocations ([#632](https://github.com/zshannon/typescript-go/issues/632)) ([026e5f9](https://github.com/zshannon/typescript-go/commit/026e5f9dee255d02730fccc52042e87972eea24b))