-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[scoped-custom-element-registry] Port to TypeScript (#561)
* Fix eslintignore sync * Port to TypeScript * Some non-type changes * Apply suggestions from code review Co-authored-by: Russell Bicknell <[email protected]> * Add type for form state * Give explicit types for Maps, Sets, WeakMaps * Add some comments and readonly markers * Update deps * Fix two build issues Some TypeScripts need resolve explicitly typed, and some closure compiler versions need the `whenDefined` method on our registry ponyfill quoted. * Add comment about how the main file is a script not a module. * Minor updates to comments. --------- Co-authored-by: Russell Bicknell <[email protected]> Co-authored-by: Peter Burns <[email protected]>
- Loading branch information
1 parent
651e207
commit 14abde7
Showing
10 changed files
with
3,131 additions
and
1,644 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
[local] | ||
.gitignore | ||
|
||
[relative] | ||
packages/*/{.gitignore,.eslintignore} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
.wireit/ | ||
.tsbuildinfo | ||
build/ |
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.