-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
format Parse errors from content-tag and display them to the user as blocking errors before they can get more diagnostics transform-manager.ts, remove unneeded change rewrite-module: cleanup formatting Upgrade content-tag to 1.2.2 Use type provided by content-tag Acknowledge that content-tag works in bytes, not characters prettier
- Loading branch information
1 parent
5b5a294
commit 71b849c
Showing
6 changed files
with
187 additions
and
34 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
87 changes: 62 additions & 25 deletions
87
packages/environment-ember-template-imports/-private/environment/preprocess.ts
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
3 changes: 1 addition & 2 deletions
3
packages/environment-ember-template-imports/globals/index.d.ts
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,4 +1,3 @@ | ||
|
||
export default interface Globals { | ||
// used to hang any macros off of that are provided by config.additionalGlobals | ||
} | ||
} |
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 |
---|---|---|
|
@@ -5235,6 +5235,11 @@ [email protected]: | |
dependencies: | ||
safe-buffer "5.2.1" | ||
|
||
content-tag@^1.2.2: | ||
version "1.2.2" | ||
resolved "https://registry.yarnpkg.com/content-tag/-/content-tag-1.2.2.tgz#8cbc3cdb9957a81f7c425b138e334330dd6fd78d" | ||
integrity sha512-9guqKIx2H+78N17otBpl8yLZbQGL5q1vBO/jDb3gF2JjixtcVpC62jDUNxjVMNoaZ09oxRX84ZOD6VX02qkVvg== | ||
|
||
content-type@~1.0.4: | ||
version "1.0.5" | ||
resolved "https://registry.yarnpkg.com/content-type/-/content-type-1.0.5.tgz#8b773162656d1d1086784c8f23a54ce6d73d7918" | ||
|
@@ -6545,7 +6550,7 @@ ember-template-imports@^1.1.1: | |
ember-cli-version-checker "^5.1.2" | ||
validate-peer-dependencies "^1.1.0" | ||
|
||
ember-template-imports@^3.0.0, ember-template-imports@^3.4.0: | ||
ember-template-imports@^3.4.0: | ||
version "3.4.2" | ||
resolved "https://registry.yarnpkg.com/ember-template-imports/-/ember-template-imports-3.4.2.tgz#6cf7de7d4b8348a0fddf3aaec4947aa1211289e6" | ||
integrity sha512-OS8TUVG2kQYYwP3netunLVfeijPoOKIs1SvPQRTNOQX4Pu8xGGBEZmrv0U1YTnQn12Eg+p6w/0UdGbUnITjyzw== | ||
|