Joey Perrott
dd4c3dba3f
refactor(dev-infra): move `getRepoBaseDir()` to `GitClient` ( #41527 )
...
As `getRepoBaseDir()` relies on git, it should be a method on `GitClient` for retrieval
rather than its own utility outside of the common GitClient used for all git ineractions.
PR Close #41527
2021-04-15 11:28:12 -07:00
Joey Perrott
5eb7f3491f
fix(dev-infra): remove commit message wizard and builder ( #41280 )
...
Removing commit message builder and wizard as they are unused and
unneeded.
PR Close #41280
2021-03-19 12:41:09 -07:00
Kristiyan Kostadinov
59ef40988e
feat(core): support TypeScript 4.2 ( #41158 )
...
Updates the repo to TypeScript 4.2 and tslib 2.1.0.
PR Close #41158
2021-03-17 09:10:25 -07:00
Alexey Elin
cf02cf1e18
docs: remove duplicated the ( #40434 )
...
PR Close #40434
2021-01-14 11:33:57 -08:00
Joey Perrott
c043ecf317
fix(dev-infra): allow build-worker to be used in forked process ( #40012 )
...
Generates a local copy of the build-worker file to allow it to be loaded
at runtime in a forked process.
PR Close #40012
2020-12-08 12:06:51 -08:00