(
public readonly nuxt: Nuxt,
public readonly options: ModuleOptions,
)
| 17 | |
| 18 | export class NuxtIconModuleContext { |
| 19 | constructor( |
| 20 | public readonly nuxt: Nuxt, |
| 21 | public readonly options: ModuleOptions, |
| 22 | ) { } |
| 23 | |
| 24 | public clientBundleVersion = 0 |
| 25 | public scannedIcons = new Set<string>() |
nothing calls this directly
no outgoing calls
no test coverage detected