Skip to content

Commit

Permalink
Merge branch 'v6' into 6050-package-exports
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Feb 13, 2023
2 parents 99b6dbe + 3915661 commit 5b0c7a8
Show file tree
Hide file tree
Showing 892 changed files with 1 addition and 414,307 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,7 @@ export default util.createRule<Options, MessageId>({
// If incoming type is either "true" or "false", there will be one type
// object with intrinsicName set accordingly
// If incoming type is boolean, there will be two type objects with
// intrinsicName set "true" and "false" each because of ts-api-tools.unionTypeParts()
// intrinsicName set "true" and "false" each because of ts-api-utils.unionTypeParts()
if (booleans.length === 1) {
tools.isBooleanLiteralType(booleans[0], true)
? variantTypes.add('truthy boolean')
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 5b0c7a8

Please sign in to comment.