fix typecheck error #5
Annotations
9 errors and 11 warnings
Lint:
src/api.ts#L133
Replace `.replace(this.lastValidation.query.rawSql,·undefined,·interpolateVariable).trim().replace("$__bqlProject"` with `⏎········.replace(this.lastValidation.query.rawSql,·undefined,·interpolateVariable)⏎········.trim()⏎········.replace('$__bqlProject'`
|
Lint:
src/components/QueryHeader.tsx#L235
Delete `·`
|
Lint:
src/components/TableSelector.tsx#L25
Replace `"TableSelector:·no·dataset"` with `'TableSelector:·no·dataset'`
|
Lint:
src/components/TableSelector.tsx#L28
Replace `"TableSelector:·dataset"` with `'TableSelector:·dataset'`
|
Lint:
src/components/TableSelector.tsx#L30
Replace `"TableSelector:·state.loading"` with `'TableSelector:·state.loading'`
|
Lint:
src/datasource.ts#L104
Replace `.replace(queryModel.rawSql,·scopedVars,·interpolateVariable).replace("$__bqlProject",·queryModel.project==undefined?·""` with `⏎······.replace(queryModel.rawSql,·scopedVars,·interpolateVariable)⏎······.replace('$__bqlProject',·queryModel.project·==·undefined·?·''`
|
Lint:
src/datasource.ts#L104
Expected '===' and instead saw '=='
|
Lint:
src/datasource.ts#L105
Delete `····`
|
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint:
src/components/query-editor-raw/QueryToolbox.tsx#L69
'HorizontalGroup' is deprecated. use Stack component instead
|
Lint:
src/datasource.ts#L49
'DataQuery' is deprecated. use the type from
|
Lint:
src/types.ts#L47
'DataQuery' is deprecated. use the type from
|
Lint:
src/types.ts#L76
'DataQuery' is deprecated. use the type from
|
Lint:
src/utils.ts#L53
'substr' is deprecated. A legacy feature for browser compatibility
|
Lint:
src/utils.ts#L159
'substr' is deprecated. A legacy feature for browser compatibility
|
Lint:
src/utils.ts#L163
'substr' is deprecated. A legacy feature for browser compatibility
|
Lint:
src/utils.ts#L175
'substr' is deprecated. A legacy feature for browser compatibility
|
Lint:
src/utils.ts#L179
'substr' is deprecated. A legacy feature for browser compatibility
|
Lint:
src/utils.ts#L218
'substr' is deprecated. A legacy feature for browser compatibility
|
Loading