angular/packages/compiler-cli/linker/babel
2025-09-17 19:36:17 +00:00
..
src Revert "refactor(compiler-cli): support regular expression literals in AOT compiler (#63857)" (#63883) 2025-09-17 19:36:17 +00:00
test Revert "refactor(compiler-cli): support regular expression literals in AOT compiler (#63857)" (#63883) 2025-09-17 19:36:17 +00:00
BUILD.bazel refactor(bazel): reduce build deps (#63348) 2025-08-28 09:16:10 -07:00
index.ts refactor: update license text to point to angular.dev (#57901) 2024-09-24 15:33:00 +02:00
README.md build: use pnpm as the package manager instead of yarn (#62924) 2025-07-31 22:06:27 +00:00

Angular linker - Babel plugin

This package contains a Babel plugin that can be used to find and link partially compiled declarations in library source code. See the linker package README for more information.

Unit Testing

The unit tests are built and run using Bazel:

pnpm bazel test //packages/compiler-cli/linker/babel/test