angular/aio/tools/transforms/examples-package/services
Alan Agius 36388b3ab2 build(docs-infra): configure region parser to allow .mjs (#44027)
This commit updates the necessary config settings to allow `.mjs` files to be able to be parsed by the region parser. We configure the parser to use `inline-c-only` so that comments are generated in like the below

```
// #docregion
```

rather than

```
/* #docregion */
```

PR Close #44027
2021-11-04 18:55:52 +00:00
..
region-matchers build(aio): move the transforms folder into the tools folder 2017-04-16 22:05:23 +01:00
example-map.js build(aio): move the transforms folder into the tools folder 2017-04-16 22:05:23 +01:00
getExampleRegion.js build(docs-infra): fail if there are unused example regions (#40479) 2021-01-20 16:12:15 -08:00
getExampleRegion.spec.js build(docs-infra): fail if there are unused example regions (#40479) 2021-01-20 16:12:15 -08:00
parseArgString.js build(aio): move the transforms folder into the tools folder 2017-04-16 22:05:23 +01:00
region-parser.js build(docs-infra): configure region parser to allow .mjs (#44027) 2021-11-04 18:55:52 +00:00
region-parser.spec.js build(docs-infra): indent docplaster markers to the level of the docregion (#43216) 2021-09-15 10:46:45 -07:00