-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Throw an error when duplicate keys are found.
+ Add test + Changeset + Refresh lockfile from main + Switch to esm-env instead of @glimmer/env + Instead of introducing a new dependency to the ecosystem, use @embroider/macros
- Loading branch information
1 parent
325e6ff
commit 57c22d4
Showing
6 changed files
with
67 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
'ember-headless-table': patch | ||
--- | ||
|
||
Prevent hard-to-debug issues that occur with incorrect column configs. | ||
One such way problems can occur is when the `key` property is duplicated | ||
for multiple column configs. | ||
|
||
This is now eagerly prevented via dev-time Error. | ||
All the column config validity checking code is removed in production builds | ||
via `@embroider/macros` `macroCondition(isDevelopingApp())`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
// Installs the types for TS, no-op in JS | ||
import 'ember-cached-decorator-polyfill'; | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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