mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
NOTE:
`stemmer` v2.0.0 switched to ES modules (see
words/stemmer@03519229c8), which means
that the only way to consume it in our CommonJS setup (for example, in
[generateKeywords][1]) is via an async `import()`.
This commit makes the `generateKeywords` processor asynchronous in order
to be able to dynamically import and use `stemmer`.
[1]:
|
||
|---|---|---|
| .. | ||
| inline-tag-defs/custom-search-defs | ||
| post-processors | ||
| processors | ||
| readers | ||
| rendering | ||
| services | ||
| ignore-words.json | ||
| index.js | ||