This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Convert packages to TypeScript (#4451)
Resolves #4225 BREAKING CHANGE: The previously deprecated mdc-icon-toggle package has been removed; use mdc-icon-button instead.
- Loading branch information
Showing
483 changed files
with
16,079 additions
and
16,422 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,10 +1,25 @@ | ||
node_modules | ||
# macOS filesystem | ||
.DS_Store | ||
/build | ||
/coverage | ||
packages/*/dist | ||
out | ||
|
||
# Editors and IDEs | ||
.idea/ | ||
.vscode/ | ||
|
||
# Generated files | ||
*.log | ||
.idea | ||
*.sw* | ||
.closure-tmp | ||
node_modules/ | ||
|
||
# Build output | ||
/build/ | ||
/coverage/ | ||
packages/*/dist | ||
packages/**/*.js | ||
packages/**/*.d.ts | ||
packages/**/*.map | ||
|
||
# Material.io site generator test (`npm run test:site`) | ||
.site-generator-tmp/ | ||
|
||
# Used by internal sync & rewrite scripts | ||
.rewrite-tmp/ |
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 was deleted.
Oops, something went wrong.
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.