build(docs-infra): add empty codeGenApi JSDoc tag definition (#32207)
This avoids warning such as the following ([example][1]): ``` warn: Invalid tags found - doc "platform-browser/ɵBROWSER_SANITIZATION_PROVIDERS__POST_R3__" (const) from file "platform-browser/src/browser.ts" ``` [1]: https://circleci.com/gh/angular/angular/427064 PR Close #32207
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
return {name: 'codeGenApi'};
|
||||
};
|
||||
Reference in New Issue
Block a user