diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2022-01-04 17:02:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 17:02:56 -0500 |
commit | 19c8cd3a457b58bc62a6e0223ff78208a73d9435 (patch) | |
tree | 149bbd0cda5d0d0f1a4229f30937b950c4242d04 /cli/tests/testdata | |
parent | b46da660563b175722937d9f29d45029bd6a0a74 (diff) |
fix: upgrade swc_ecmascript to 0.103 (#13284)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/bundle_jsx.out | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cli/tests/testdata/bundle_jsx.out b/cli/tests/testdata/bundle_jsx.out index 44c9e4555..da83cde82 100644 --- a/cli/tests/testdata/bundle_jsx.out +++ b/cli/tests/testdata/bundle_jsx.out @@ -1,7 +1,6 @@ [WILDCARD] const React = { - createElement () { - } + createElement () {} }; function app() { return React.createElement("div", null, React.createElement("h2", null, "asdf")); |