Commit graph

12 commits

Author SHA1 Message Date
Matt Bierner b0e8554cce
Migrate postinstall script to use modules 2022-02-28 16:38:11 -08:00
Matt Bierner 3217c7c1cb
Pick up real 4.6.2
Also reverts version patching added when we weren't sure 4.6.2 would be out for stable
2022-02-28 15:54:59 -08:00
Matt Bierner df6373e7f1
Use TS 4.6.2 instead
This will be the stable version number
2022-02-28 15:47:34 -08:00
Matt Bierner d45c89bc65
Pick up TS 4.6.1
Fixes #142460

We're picking up the insiders version because TS is holding off on publishing the stable due to current events. However we don't want `insiders` to show in the version string, so patch the version string to look like the stable version
2022-02-28 15:28:29 -08:00
Matt Bierner 64ebc978e7 Revert "Use rmdirSync instead of rimraf"
This reverts commit a7ae58f4db.

This change requires node12, but we still support building on older node
versions
2021-03-19 14:12:49 -07:00
Matt Bierner a7ae58f4db Use rmdirSync instead of rimraf 2021-03-17 16:50:32 -07:00
Matt Bierner 84487337d7 Remove more unused files from the typescript package 2020-06-11 11:52:28 -07:00
Matt Bierner ebffb73ed6 Don't ship tsserverlibrary.js
Fixes #37606
2017-11-03 09:52:40 -07:00
Matt Bierner 1bfad134b0 Set NODE_PATH when forking TS server
The ensures that we can resolve require('typescript') inside of plugins correctly
2017-09-29 13:49:09 -07:00
Martin Aeschlimann 27d1dbd4ad HTML language server broken in insiders. Fixes #21743 2017-03-02 12:01:32 +01:00
Matt Bierner 434def671b Use common TS install for both the TS Extension and Html Extension (#21578)
* Use common TS install for both the TS Extension and Html Extension

**Bug**
At least two version of Typescript are shipped in our extensions: one in the typescript extension and one for the html extension. This adds about 5MB to package install size and also results in inconsistent behavior

**Fix**
Change the TypeScript extension to also use the common version of TypeScript. Bump this version up to 2.2.1

* Don't hardcode paths for typescript
2017-03-01 18:34:04 -08:00
Martin Aeschlimann 1c4e72aa68 share TypeScipt node_module amongst extensions 2016-11-23 16:35:50 +01:00