Commit Graph

13 Commits

Author SHA1 Message Date
Matt Bierner
cca17c1b7f Use ts-go for building our extensions
Also reverts to use experimental decorators due to stage 3 decorators not being supported yet https://github.com/microsoft/typescript-go/issues/2354

The skipLib check is needed to work around some jsdom types issues
2026-02-02 20:06:00 -08:00
Ladislau Szomoru
2b52b93770 Git - enable ESLint rule for git extensions (#277156)
* Initial commit with all exceptions

* First pass of fixing

* Add ignored files explicitly
2025-11-13 15:35:01 +00:00
Matt Bierner
2baf1b4cde Runtime fixes for stage 3 decorators 2025-08-06 14:32:43 -07:00
Oleg Solomko
c67dcc317d II of markdown comment parser, add base @assertNotConsumed decorator 2025-03-12 12:22:48 -07:00
Matt Bierner
dd3e2d94f8 Remove use strict directives in extension code
We compile with alwaysStrict so these directives are not needed
2018-10-02 16:02:44 -07:00
Matt Bierner
6d11792abf Change the git extension to use shared tsconfig 2018-10-02 10:24:19 -07:00
Joao Moreno
ca58c21bfc fixes #44188 2018-02-22 10:22:19 +01:00
Matt Bierner
b743e245ad Enable strict compilation settings in git extension
Enables strict checks in the git extensions
2017-11-06 13:33:22 -08:00
Joao Moreno
b6c3338ddf git: fix same repo multiple times 2017-08-21 16:01:20 +02:00
Joao Moreno
c973c34597 🐛 fix git throttle decorator
fixes #25271
2017-04-26 16:44:54 +02:00
Joao Moreno
d0badb14da git: fix throttle decorator 2017-01-19 17:00:56 +01:00
Joao Moreno
973eda700e git: fix debounce decorator 2017-01-19 17:00:56 +01:00
Joao Moreno
7ec10a9052 fixes #18662 2017-01-18 16:53:10 +01:00