-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(compiler): support multiple styleUrls in components (#5090)
* fix(compiler): support multiple styleUrls in components * apply change also to native component transformer * add tests * prettier * add another unit test * remove special characters properly * prettier fix * split parameter off var name * fix build issue * update test * Revert "update test" This reverts commit a1ca049. * don't attach queryparams when compiling to CJS * prettier fix * add additional comments to address coupling of identifier generation * make getIdentifierFromResourceUrl more robust * remove import * prettier
- Loading branch information
1 parent
df46fdc
commit 54e52da
Showing
8 changed files
with
318 additions
and
76 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
Oops, something went wrong.