fix(ag-grid): change theme to function and add charts export path #11348
Annotations
1 error
|
Check Code:
packages/modules/ag-grid/src/AgGridProvider.ts#L3
[Biome] reported by reviewdog 🐶
! Several of these imports are unused.
```
1 │ import { LicenseManager } from 'ag-grid-enterprise';
2 │ import {
> 3 │ createTheme,
│ ^^^^^^^^^^^
4 │ ModuleRegistry,
5 │ provideGlobalGridOptions,
```
i Unused imports might be the result of an incomplete refactoring.
i Unsafe fix: Remove the unused imports.
```
1 1 │ import { LicenseManager } from 'ag-grid-enterprise';
2 2 │ import {
3 │ - ··createTheme,
4 3 │ ModuleRegistry,
5 4 │ provideGlobalGridOptions,
```
Raw Output:
packages/modules/ag-grid/src/AgGridProvider.ts:3:3 lint/correctness/noUnusedImports FIXABLE ━━━━━━━━━━
! Several of these imports are unused.
```
1 │ import { LicenseManager } from 'ag-grid-enterprise';
2 │ import {
> 3 │ createTheme,
│ ^^^^^^^^^^^
4 │ ModuleRegistry,
5 │ provideGlobalGridOptions,
```
i Unused imports might be the result of an incomplete refactoring.
i Unsafe fix: Remove the unused imports.
```
1 1 │ import { LicenseManager } from 'ag-grid-enterprise';
2 2 │ import {
3 │ - ··createTheme,
4 3 │ ModuleRegistry,
5 4 │ provideGlobalGridOptions,
```
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
artifact
|
1.34 KB |
sha256:602171bf349be44c44f1771a8317f31fda6c39f50eaad14c9ee830487c3b6bc6
|
|