-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade TypeScript and everything else, and switch to nodenext and es…
…2021 (#347) - Upgrade TypeScript, codemirror, and everything else too. - Switches to `moduleResolution: nodenext`. This makes TypeScript follow `export` conditions. For Lit, that means we'll now see an error when the `.js` extension is missing from an import. - Because the `type` and `imports/exports` fields are now significant, we now pass the `package.json` to TypeScript. In addition, because the default `type` is `commonjs`, we force the default to be `module` instead, so that we get module semantics by default. - Switches `target` from `es2017` to `es2021`, which is supported in all modern browsers. - Upgrades to the latest Wireit to get services, and configured for the `serve` command.
- Loading branch information
Showing
22 changed files
with
4,201 additions
and
17,130 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
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.