mini-typescript icon indicating copy to clipboard operation
mini-typescript copied to clipboard

A miniature model of the Typescript compiler, intended to teach the structure of the real Typescript compiler

Results 6 mini-typescript issues
Sort by recently updated
recently updated
newest added

Hey! 👋 Just wanted to say thank you for the repo. I've been learning a lot about compilers and the TypeScript compiler. I've studying it and writing a [series](https://www.iamtk.co/series/the-typescript-compiler) of...

fix when the type of Literal Expression is string

Run pipeline in current (18) and lts (16) node version

Probably requires adding config files for vs code.

The fork would add just tests and baselines for the exercise.

More joys of Windows (works fine on Ubuntu WSL)... Sorry ;) Many tests fail on freshly cloned repo: ``` redeclare failed: Expected baselines to match - result - baselines/local/redeclare.tree.baseline -...