angular-cn/packages/compiler-cli/linker/babel/test
JoostK 6eafaa7b5e fix(compiler-cli): expose the linker as a Babel plugin (#41918)
This allows the linker to be used as a true Babel plugin. In a Babel
configuration file, include the linker as follows:

```js
{
  plugins: [
    '@angular/compiler-cli/linker/babel',
  ]
}
```

or, if you need to specify configuration options:

```js
{
  plugins: [
    ['@angular/compiler-cli/linker/babel', {linkerJitMode: true}],
  ]
}
```

PR Close #41918
2021-05-04 12:43:00 -07:00
..
ast fix(compiler-cli): allow linker to process minified booleans (#41747) 2021-04-22 10:43:08 -07:00
BUILD.bazel refactor(compiler-cli): support external template source-mapping when linking (#40237) 2021-01-07 13:12:53 -08:00
babel_declaration_scope_spec.ts test(compiler-cli): workaround for performance cliff in TypeScript (#39707) 2020-11-24 13:05:38 -08:00
babel_plugin_spec.ts fix(compiler-cli): expose the linker as a Babel plugin (#41918) 2021-05-04 12:43:00 -07:00
es2015_linker_plugin_spec.ts fix(compiler-cli): match string indexed partial declarations (#41747) 2021-04-22 10:43:08 -07:00