angular/packages/compiler-cli
Paul Gschwendtner 7e0bab3856 build: only ship type definitions along with bundles for compiler-cli (#43431)
We switched the build output for the compiler-cli to use esbuild-generated
bundles.

This means that actual devmode ES5 sources, or prodmode ES2020 non-bundled
sources are not actually needed. Only the types are needed, and this commit
makes sure only the type definitions are shipped. This reduces the code size
of the compiler-cli and also helps with avoiding incorrect module resolution.

PR Close #43431
2021-10-01 18:28:44 +00:00
..
integrationtest refactor(compiler-cli): remove listLazyRoutes operation (#43591) 2021-09-29 14:45:18 -07:00
linker refactor(compiler): combine call ASTs (#42882) 2021-09-21 20:55:29 +00:00
ngcc refactor(compiler-cli): remove dynamic require in ngcc to allow for bundling (#43431) 2021-10-01 18:28:43 +00:00
private refactor: switch packages away from deep cross-package imports (#43431) 2021-10-01 18:28:43 +00:00
src refactor: switch packages away from deep cross-package imports (#43431) 2021-10-01 18:28:43 +00:00
test build: switch view engine language-service tests to v12.x packages (#43431) 2021-10-01 18:28:43 +00:00
BUILD.bazel build: only ship type definitions along with bundles for compiler-cli (#43431) 2021-10-01 18:28:44 +00:00
esbuild.config.js refactor: setup bundling for @angular/compiler-cli package (#43431) 2021-10-01 18:28:42 +00:00
extract_typings_rule.bzl build: only ship type definitions along with bundles for compiler-cli (#43431) 2021-10-01 18:28:44 +00:00
index.ts refactor(compiler-cli): expose code needed by Angular CLI (#43431) 2021-10-01 18:28:43 +00:00
package.json refactor(compiler-cli): expose code needed by Angular CLI (#43431) 2021-10-01 18:28:43 +00:00
tsconfig-build.json build: update tsconfigs to use ES2020 as target and module (#43431) 2021-10-01 18:28:42 +00:00
tsconfig.json build: update tsconfigs to use ES2020 as target and module (#43431) 2021-10-01 18:28:42 +00:00