forked from google/blockly-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable strict mode for workspace-minimap (google#2078)
* Fixed workscpace-minimap/focus_region.ts type errors Added various type checks and changes to focus_region.ts which follows proper standards for the TypeScript "strict-mode" compiler checks. * fixed type errors in workspace-minimap/minimap.ts Fixed all type error in ordinance with TypeScript's "strict-mode" * Updated workspace-minimap to utilize TS strict-mode Fully updated and fixed all type errors after enabling strict-mode. * Updated index.ts to follow strict-mode rules * fix lint errors in index.ts * Updated testing file to coordinate with strict-mode * Added requested changes Added the changes request under the PR * Added feedback changes * Removed JSDOM test code Removed the JSDOM code found in `plugins/workspace-minimap/test/minimap-test.mocha.js` as it was unnecessary due to updates to the code. * format files using prettier
- Loading branch information
1 parent
9c10d99
commit 5fd98d0
Showing
5 changed files
with
95 additions
and
49 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
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
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