-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(compiler): Implement error codes system onto compiler modules (#726
) * feat(compiler): first pass errors for postcss * feat(compiler): first pass errors for jest-transformer * feat(compiler): first pass errors for babel-plugin-transform-lwc-class * feat(compiler): first pass errors for lwc-template-compiler * fix(compiler): first pass errors for lwc-compiler * feat: modify generateCompilerError signature to use config object * feat: add location and filename to lwc-template-compiler * feat: move error wrapping for postcss to compiler boundary * feat: move error wrapping for lwc-jest-transformer * feat: move error wrapping for babel plugin * feat: implement error codes for template-compiler warnings and cleanup * feat: refactor warnOnElement in template-compiler * feat(compiler): normalize at compiler level and update tests * fix: add temporary adapter to prevent breakage
- Loading branch information
Showing
107 changed files
with
3,072 additions
and
1,128 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
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.