Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 554 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 554 Bytes

TypeScript with modified TypeEmitter

This is a fork of TypeScript which behaves slightly differently in regards to emitting type metadata, specifically for (typed) Array types.

Changes

Modified src/compiler/transformers/ts.ts

Core TypeScript Documentation