-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable Typescript's strict mode (#648)
* chore(typescript): enable strict mode * chore(typescript): ignore pixi plugin code * fix(utils): fix/escape typescript errors * chore(tests): add optional chaining to accessors * chore(components): fix/escape typescript errors Mostly ignoring undefined errors using `!`, to speed up transitioning to strict types, and fixing the actual types on ad-hoc basis. * chore(base-layers): fix typescript errors related to undefuned/nulls * fix(layers-displayobjects): fix/escape typescript undefined errors * chore(layers): fix/escape typescript errors * chore(InterSectionReferenceSystem): remove unused properties * chore(GeomodelLabelsLayer): fix typescript optional parameters * fix(eslint): run eslint --fix on the codebase * docs(eslint): add comment with regard to null-assertion warnings * fix: swap null check and isFinite check * Create thin-experts-confess.md * Update thin-experts-confess.md
- Loading branch information
Showing
51 changed files
with
985 additions
and
903 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@equinor/esv-intersection": patch | ||
--- | ||
|
||
chore: enable Typescript's strict mode & fix 1500 errors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.