sugar-high
Advanced tools
Comparing version 0.7.0 to 0.7.1
@@ -438,2 +438,7 @@ // @ts-check | ||
if (next === '=' && !inStringContent()) { | ||
// if current is not a space, ensure `prop` is a property | ||
if (isSpaces(current)) { | ||
append(T_SPACE, current) | ||
current = '' | ||
} | ||
const prop = current ? (current + curr) : curr | ||
@@ -440,0 +445,0 @@ if (isIdentifier(prop)) { |
{ | ||
"name": "sugar-high", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"type": "module", | ||
@@ -22,3 +22,3 @@ "types": "./lib/index.d.ts", | ||
"codice": "^0.2.0", | ||
"next": "14.2.3", | ||
"next": "14.2.4", | ||
"react": "^18.3.1", | ||
@@ -25,0 +25,0 @@ "react-dom": "^18.3.1", |
18868
647