Match-id-690f272c0cfe9ce04d4655927368acf2c33c937d

This commit is contained in:
* 2022-03-17 21:01:58 +08:00 committed by *
parent 0fadb8bdf6
commit afbc68bd90
22 changed files with 0 additions and 10163 deletions

View File

@ -1 +0,0 @@
var div = <Component {...props} foo="bar" />

View File

@ -1,5 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
var div = /*#__PURE__*/_jsx(Component, { ...props,
foo: "bar"
});

View File

@ -1,13 +0,0 @@
var x =
<div>
foo
{"bar"}
baz
<div>
buz
bang
</div>
qux
{null}
quack
</div>

View File

@ -1,8 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var x = /*#__PURE__*/_jsxs("div", {
children: ["foo", "bar", "baz", /*#__PURE__*/_jsx("div", {
children: "buz bang"
}), "qux", null, "quack"]
});

View File

@ -1,7 +0,0 @@
<p {...props}>text</p>;
<div {...props}>{contents}</div>;
<img alt="" {...{src, title}} />;
<blockquote {...{cite}}>{items}</blockquote>;

View File

@ -1,24 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
/*#__PURE__*/
_jsx("p", { ...props,
children: "text"
});
/*#__PURE__*/
_jsx("div", { ...props,
children: contents
});
/*#__PURE__*/
_jsx("img", {
alt: "",
src,
title
});
/*#__PURE__*/
_jsx("blockquote", {
cite,
children: items
});

View File

@ -1,6 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
import { Fragment as _Fragment } from "react/jsx-runtime";
var x = /*#__PURE__*/_jsx(_Fragment, {
children: /*#__PURE__*/_jsx("div", {})
});

View File

@ -1 +0,0 @@
var es3 = <F aaa new const var default foo-bar/>;

View File

@ -1,6 +0,0 @@
{
"plugins": [
["transform-react-jsx", { "runtime": "automatic" }],
"transform-property-literals"
]
}

View File

@ -1,10 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
var es3 = /*#__PURE__*/_jsx(F, {
aaa: true,
"new": true,
"const": true,
"var": true,
"default": true,
"foo-bar": true
});

View File

@ -1,6 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
/*#__PURE__*/
_jsx(Component, {
constructor: "foo"
});

View File

@ -1,4 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
/*#__PURE__*/
_jsx(Namespace.DeepNamespace.Component, {});

View File

@ -1,6 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
/*#__PURE__*/
_jsx("div", {
attr: /*#__PURE__*/_jsx("div", {})
});

View File

@ -1,5 +0,0 @@
import { jsx as _jsx } from "react/jsx-runtime";
var x = /*#__PURE__*/_jsx("div", {
children: "text"
});

View File

@ -1,3 +0,0 @@
{
"throws": "Spread children are not supported in React."
}

10052
yarn.lock

File diff suppressed because it is too large Load Diff