Skip to content

Commit

Permalink
[typescript] remove '@theia/typescript' ext
Browse files Browse the repository at this point in the history
Removes the `@theia/typescript` extension since it is
contributed by a builtin extension, and will no longer be
maintained by the project. The extension remains in the Git
history for anyone who would like to reference it or maintain
it.

Signed-off-by: Vincent Fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Feb 17, 2020
1 parent 75aa632 commit 41f67b9
Show file tree
Hide file tree
Showing 24 changed files with 3 additions and 1,338 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ cache:
- packages/task/node_modules
- packages/terminal/node_modules
- packages/typehierarchy/node_modules
- packages/typescript/node_modules
- packages/userstorage/node_modules
- packages/variable-resolver/node_modules
- packages/workspace/node_modules
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Breaking changes:
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [tslint] removed the `@theia/tslint` extension [#6933](https://github.com/eclipse-theia/theia/pull/6933)
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.
- [typescript] removed the `@theia/typescript` extension [#6933](https://github.com/eclipse-theia/theia/pull/6933)
- The extension will no longer be maintained by the project and remains in the Git history for anyone who would like to reference it or maintain it.

## v0.15.0

Expand Down
3 changes: 0 additions & 3 deletions configs/root-compilation.tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,6 @@
{
"path": "../packages/typehierarchy/compile.tsconfig.json"
},
{
"path": "../packages/typescript/compile.tsconfig.json"
},
{
"path": "../packages/userstorage/compile.tsconfig.json"
},
Expand Down
10 changes: 0 additions & 10 deletions packages/typescript/.eslintrc.js

This file was deleted.

7 changes: 0 additions & 7 deletions packages/typescript/README.md

This file was deleted.

37 changes: 0 additions & 37 deletions packages/typescript/compile.tsconfig.json

This file was deleted.

56 changes: 0 additions & 56 deletions packages/typescript/package.json

This file was deleted.

1 change: 0 additions & 1 deletion packages/typescript/src/browser/monaco.d.ts

This file was deleted.

This file was deleted.

187 changes: 0 additions & 187 deletions packages/typescript/src/browser/typescript-client-contribution.ts

This file was deleted.

Loading

0 comments on commit 41f67b9

Please sign in to comment.