Scans .tsx and .jsx app source files for app-level decorators when lazy views are on.
Returns the files that need eager loading because they carry application configuration rather than
page-level declarations. A file that merely mentions one of the names, in a comment, a JSDoc block
or a code sample rendered inside JSX, is not one of them.
Parameters
blueprint: IBlueprint
The blueprint object.
Returns string[]
The list of .tsx/.jsx files that declare app-level decorators.
Scans .tsx and .jsx app source files for app-level decorators when lazy views are on.
Returns the files that need eager loading because they carry application configuration rather than page-level declarations. A file that merely mentions one of the names, in a comment, a JSDoc block or a code sample rendered inside JSX, is not one of them.