Skip to content

Find & Eliminate TypeScript Errors That Allow Compiling #878

@stricklandrbls

Description

@stricklandrbls

There seems to be a lot of instances where strict types and values are not being implemented and the TS compiler is reporting them as errors in the console. The extension will still compile successfully and build the extension package / run a debug session. If there are errors that are being reported that are actual TS errors then no compilation should succeed.

This also makes it difficult to pinpoint areas of code when there is an actual error that's breaking the extension.

Screenshot of TS errors

image

Note: Errors only seem to be getting reported in VSCode after the TS intellisense has had a change to index through the file. Meaning, errors only get reported after opening a file to edit. I'm assuming this is an artifact from the build system moving completely towards webpack and some files were not opened and generated errors.

Metadata

Metadata

Labels

CIIssues related to CI workflowsbuildIssues related to building of the codecode qualityIssues related to code qualitydata editorIssues related to the Data Editor capabilitytypescript

Type

No type
No fields configured for issues without a type.

Projects

Status

In Progress

Relationships

None yet

Development

No branches or pull requests

Issue actions