@legendapp/state 0.23.2 → 0.23.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/babel.js +2 -1
- package/babel.js.map +1 -1
- package/package.json +1 -1
package/babel.js
CHANGED
|
@@ -10286,6 +10286,7 @@ function requireCleanJSXElementLiteralChild () {
|
|
|
10286
10286
|
});
|
|
10287
10287
|
cleanJSXElementLiteralChild.default = cleanJSXElementLiteralChild$1;
|
|
10288
10288
|
var _generated = requireGenerated();
|
|
10289
|
+
var _ = requireLib();
|
|
10289
10290
|
function cleanJSXElementLiteralChild$1(child, args) {
|
|
10290
10291
|
const lines = child.value.split(/\r\n|\n|\r/);
|
|
10291
10292
|
let lastNonEmptyLine = 0;
|
|
@@ -10317,7 +10318,7 @@ function requireCleanJSXElementLiteralChild () {
|
|
|
10317
10318
|
str += trimmedLine;
|
|
10318
10319
|
}
|
|
10319
10320
|
}
|
|
10320
|
-
if (str) args.push((0, _generated.stringLiteral)(str));
|
|
10321
|
+
if (str) args.push((0, _.inherits)((0, _generated.stringLiteral)(str), child));
|
|
10321
10322
|
}
|
|
10322
10323
|
|
|
10323
10324
|
|