Skip to content

Commit 10cae1b

Browse files
committed
make ? a logical operator
1 parent 0c8eee6 commit 10cae1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@tailwindcss-upgrade/src/template/is-safe-migration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const QUOTES = ['"', "'", '`']
2-
const LOGICAL_OPERATORS = ['&&', '||', '===', '==', '!=', '!==', '>', '>=', '<', '<=']
2+
const LOGICAL_OPERATORS = ['&&', '||', '?', '===', '==', '!=', '!==', '>', '>=', '<', '<=']
33
const CONDITIONAL_TEMPLATE_SYNTAX = [
44
// Vue
55
/v-else-if=['"]$/,

0 commit comments

Comments
 (0)