Skip to content

Commit 0a09501

Browse files
committed
chore: @putout/plugin-putout: v25.9.0
1 parent 0650844 commit 0a09501

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

codemods/convert-any-to-primitive/lib/convert-any-to-primitive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const {
88
isBooleanLiteral,
99
isIdentifier,
1010
isBigIntLiteral,
11-
TSAnyKeyword,
11+
tsAnyKeyword,
1212
tsUndefinedKeyword,
1313
tsSymbolKeyword,
1414
} = types;
1515

16-
const isPrimitiveType = (node) => getType(node) !== TSAnyKeyword;
16+
const isPrimitiveType = (node) => getType(node) !== tsAnyKeyword;
1717

1818
export const report = (path) => {
1919
const {node} = path.get('declarations.0.init');

packages/plugin-putout/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@putout/plugin-putout",
3-
"version": "25.8.1",
3+
"version": "25.9.0",
44
"type": "module",
55
"author": "coderaiser <[email protected]> (https://github.com/coderaiser)",
66
"description": "🐊Putout plugin helps with plugins development",

0 commit comments

Comments
 (0)