-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug in Named Exports rule that could cause false positives for re…
…-exported values
- Loading branch information
1 parent
d1272e8
commit 3ca2866
Showing
7 changed files
with
1,479 additions
and
19 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,5 @@ | ||
--- | ||
"@arethetypeswrong/core": patch | ||
--- | ||
|
||
Fix bug in Named Exports rule that could cause false positives for re-exported values |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# @cerbos__core@0.18.1.tgz | ||
|
||
``` | ||
$ attw @cerbos__core@0.18.1.tgz -f table-flipped | ||
@cerbos/core v0.18.1 | ||
No problems found 🌟 | ||
┌────────────────┬────────┬───────────────────┬───────────────────┬─────────┐ | ||
│ │ node10 │ node16 (from CJS) │ node16 (from ESM) │ bundler │ | ||
├────────────────┼────────┼───────────────────┼───────────────────┼─────────┤ | ||
│ "@cerbos/core" │ 🟢 │ 🟢 (CJS) │ 🟢 (CJS) │ 🟢 │ | ||
└────────────────┴────────┴───────────────────┴───────────────────┴─────────┘ | ||
``` | ||
|
||
Exit code: 0 |
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
Binary file not shown.
Oops, something went wrong.