https://github.com/sinclairzx81/typescript-go-issue-929
https://github.com/microsoft/typescript-go/issues/929
https://github.com/sinclairzx81/typescript-go-issue-929
Last synced: 9 months ago
JSON representation
https://github.com/microsoft/typescript-go/issues/929
- Host: GitHub
- URL: https://github.com/sinclairzx81/typescript-go-issue-929
- Owner: sinclairzx81
- Created: 2025-06-10T10:24:31.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-17T02:58:07.000Z (about 1 year ago)
- Last Synced: 2025-06-17T14:05:54.234Z (about 1 year ago)
- Language: TypeScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TypeScript Go: Repro Issue 929
https://github.com/microsoft/typescript-go/issues/929
# Instructions
```bash
npm install # install tsc, tsgo
npm run build:tsgo # (error) builds using the native compiler
npm run build:tsc # (no-error) builds using the javascript compiler
```