| 22 | * ``` |
| 23 | */ |
| 24 | export interface CoreScripts { |
| 25 | /** |
| 26 | * App Bundle |
| 27 | */ |
| 28 | 'app.bundle.js': string; |
| 29 | /** |
| 30 | * Custom Components |
| 31 | */ |
| 32 | 'components.bundle.js': string; |
| 33 | /** |
| 34 | * Design System Bundle |
| 35 | */ |
| 36 | 'design-system.bundle.js': string; |
| 37 | /** |
| 38 | * Global bundle |
| 39 | */ |
| 40 | 'global.bundle.js': string; |
| 41 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…