angular/tools
Alan Agius 3896f86865 refactor(migrations): switch from esbuild to Rollup for schematics bundling (#57602)
Replaces esbuild with Rollup for bundling schematics to support code splitting, as esbuild does not handle code splitting when targeting CommonJS modules.

**Before:**
```
du -sh dist/bin/packages/core/npm_package/schematics
7.7M    dist/bin/packages/core/npm_package/schematics
```

**After:**
```
du -sh dist/bin/packages/core/npm_package/schematics
3.1M    dist/bin/packages/core/npm_package/schematics
```

PR Close #57602
2024-09-03 09:07:03 -07:00
..
circular_dependency_test refactor: migrate tools to prettier formatting (#53947) 2024-01-16 19:17:49 -08:00
contributing-stats refactor: migrate tools to prettier formatting (#53947) 2024-01-16 19:17:49 -08:00
esm-interop fix(docs-infra): leverage http_server rule from @angular/build-tooling for adev local serving (#57427) 2024-08-19 09:18:47 -07:00
gulp-tasks refactor: migrate tools to prettier formatting (#53947) 2024-01-16 19:17:49 -08:00
legacy-saucelabs test: add infrastructure to run signal acceptance tests with JIT and AOT (#53808) 2024-01-10 12:21:06 +00:00
manual_api_docs docs(docs-infra): Add dev-mode only mention for core/global (#57365) 2024-08-29 10:17:35 -07:00
npm-patches build: bump to node 18.20 to support v18 (#55162) 2024-04-12 14:51:44 -07:00
saucelabs ci: use bazel downloaded saucelabs connect binary (#56456) 2024-06-14 13:48:37 -07:00
saucelabs-daemon refactor: migrate tools to prettier formatting (#53947) 2024-01-16 19:17:49 -08:00
symbol-extractor ci: complete migration to prettier formatting (#55580) 2024-04-29 14:00:16 -07:00
testing refactor(zone.js): update imports for Zone setup to invoke patches (#53443) 2024-03-15 18:11:34 -07:00
tslint build: bump to node 18.20 to support v18 (#55162) 2024-04-12 14:51:44 -07:00
BUILD.bazel build: remove unused inline-package-json-deps.js script (#46798) 2022-07-12 15:54:51 +00:00
defaults.bzl refactor(migrations): switch from esbuild to Rollup for schematics bundling (#57602) 2024-09-03 09:07:03 -07:00
jsconfig.json chore(vscode): add jsconfig.json and remove .settings dir 2015-10-29 13:53:21 +00:00
ng_benchmark.bzl build: disable bazel nodejs linker to improve stability on windows (#45872) 2022-05-04 16:20:57 -07:00
postinstall-patches.js refactor: migrate tools to prettier formatting (#53947) 2024-01-16 19:17:49 -08:00
tsconfig-test.json build(bazel): use fine-grained npm deps (#26111) (#26488) 2018-10-19 20:59:29 -07:00
tsconfig.json build: add rules for generating block/element API data (#52480) 2023-11-02 11:02:08 -07:00
types.d.ts build: update license headers to reference Google LLC (#37205) 2020-05-26 14:26:58 -04:00