An open API service indexing awesome lists of open source software.

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

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
```