You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* remove node12 stuff
* bump minimum supported TS version to 3.8 to match DT
* install source-map-support in register, not create
* Remove ts.createIncrementalProgram fallback to ts.createEmitAndSemanticDiagnosticsBuilderProgram
* Make enableExperimentalEsmLoaderInterop() on by default; remove conditional code
* Remove deprecated `ts-script` bin
* make bin.ts `main()` export @internal
* change `nodeEval` function signature to accept `context: Context` instead of `: any`
* fix version check
* Add node18 @tsconfig/bases; remove node10 and node12; change dependencies to be wildcard; will respect whatever version you want to use
* More stuff for bumping minimum supported node12 -> node14
* remove test workaround that avoided old bug in node nightly
* fix test failing due to `lib` change in @tsconfig/bases node18
* merge fixes
* fix
0 commit comments