From 8b43260758af2229ccfa5a4407ce5a6f8423202e Mon Sep 17 00:00:00 2001 From: Dunqing Date: Fri, 15 Nov 2024 17:12:28 +0800 Subject: [PATCH] update snapshot --- tasks/transform_conformance/snapshots/babel.snap.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/transform_conformance/snapshots/babel.snap.md b/tasks/transform_conformance/snapshots/babel.snap.md index 0390baba574d27..e80626384c8f00 100644 --- a/tasks/transform_conformance/snapshots/babel.snap.md +++ b/tasks/transform_conformance/snapshots/babel.snap.md @@ -710,7 +710,7 @@ rebuilt : ["x"] 7 | abstract accessor prop6: number; 8 | private accessor #p: any; : ^^^^^^^ - 9 | + 9 | `---- @@ -722,7 +722,7 @@ rebuilt : ["x"] 7 | abstract accessor prop6: number; 8 | private accessor #p: any; : ^^^^^^^ - 9 | + 9 | `---- @@ -2316,7 +2316,7 @@ Spread children are not supported in React. ! Please provide an explicit key value. Using "key" as a shorthand for | "key={true}" is not allowed. ,-[tasks/coverage/babel/packages/babel-plugin-transform-react-jsx/test/fixtures/react/should-disallow-valueless-key/input.js:2:15] - 1 | + 1 | 2 | var x = [
]; : ^^^ `---- @@ -2361,7 +2361,7 @@ Spread children are not supported in React. ! Please provide an explicit key value. Using "key" as a shorthand for | "key={true}" is not allowed. ,-[tasks/coverage/babel/packages/babel-plugin-transform-react-jsx/test/fixtures/react-automatic/should-disallow-valueless-key/input.js:2:15] - 1 | + 1 | 2 | var x = [
]; : ^^^ `----