swc/ecmascript/transforms/react/tests/jsx/fixture/react-automatic
강동윤 c0b0337d1d
fix(es): Fix easy bugs (#2178)
swc_ecma_parser:
 - Fix parsing of complex arrow expressions in a conditional expression. (#2174)
 - Report an error for wrong jsx, instead of `panic!`. (#2173)

swc_ecma_transforms_react:
 - `jsx`: Handle fragment with single child correctly. (#2177)

swc:
 - Ensure that #2170 is an invalid issue. (#2170)
2021-08-29 20:40:52 +00:00
..
.arrow-functions fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.jsx-with-retainlines-option fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.optimisation.react.constant-elements fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.should-add-quotes-es3 fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.should-escape-xhtml-jsxattribute-babel-7 fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.should-escape-xhtml-jsxtext-babel-7 fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.should-properly-handle-comments-adjacent-to-children fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
.should-warn-when-pragma-or-pragmaFrag-is-set fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
adds-appropriate-newlines-when-using-spread-attribute fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
assignment fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
concatenates-adjacent-string-literals fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
does-not-add-source-self-automatic fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
dont-coerce-expression-containers fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
duplicate-props fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
flattens-spread fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
handle-fragments fix(es): Fix easy bugs (#2178) 2021-08-29 20:40:52 +00:00
handle-fragments-with-key fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
handle-fragments-with-no-children fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
handle-nonstatic-children fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
handle-static-children fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
jsx-without-retainlines-option fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
key-undefined-works fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
pragma-works-with-no-space-at-the-end fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-allow-constructor-as-prop fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-allow-deeper-js-namespacing fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-allow-elements-as-attributes fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-allow-js-namespacing fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-allow-nested-fragments fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-avoid-wrapping-in-extra-parens-if-not-needed fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-convert-simple-tags fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-convert-simple-text fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-disallow-spread-children fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-disallow-xml-namespacing fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-escape-xhtml-jsxattribute fix(es/transforms/react): Handle escape correctly (#2014) 2021-08-05 08:34:28 +09:00
should-escape-xhtml-jsxtext fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-handle-attributed-elements fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-handle-has-own-property-correctly fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-have-correct-comma-in-nested-children fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-insert-commas-after-expressions-before-whitespace fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-not-add-quotes-to-identifier-names fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-not-mangle-expressioncontainer-attribute-values fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-not-strip-nbsp-even-coupled-with-other-whitespace fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-not-strip-tags-with-a-single-child-of-nbsp fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-properly-handle-comments-between-props fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-properly-handle-keys fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-properly-handle-null-prop-spread fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-quote-jsx-attributes fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-support-xml-namespaces-if-flag fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-throw-error-namespaces-if-not-flag fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-transform-known-hyphenated-tags fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-use-createElement-when-key-comes-after-spread fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
should-use-jsx-when-key-comes-before-spread fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
this-tag-name fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
weird-symbols fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
wraps-props-in-react-spread-for-last-spread-attributes fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
wraps-props-in-react-spread-for-middle-spread-attributes fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00
options.json fix(testing): Allow using it with stable rustc (#1974) 2021-07-29 14:18:21 +09:00