angular/packages/compiler-cli/linker/babel
Kristiyan Kostadinov 334ae10168 fix(compiler): ensure generated code compiles
Initial pass to make sure some common cases produce code that compiles.
2026-03-13 12:53:47 -06:00
..
src fix(compiler): ensure generated code compiles 2026-03-13 12:53:47 -06:00
test refactor(compiler-cli): update ast factories to account for type nodes 2026-03-13 12:53:47 -06: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