chore: update deps #179
Annotations
8 errors
|
test (20.x, macos-latest)
Process completed with exit code 1.
|
|
packages/macros/tests/restructure.spec.ts > transform > reconstruct AssignmentPattern:
packages/macros/tests/restructure.spec.ts#L68
Error: Snapshot `transform > reconstruct AssignmentPattern 1` mismatched
- Expected
+ Received
"
- import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
+ import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "/vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
__MACROS_props = __MACROS_createPropsDefaultProxy(__MACROS_props, {'.foo.foo': 1, '.bar[0]': 2});
return <>{[__MACROS_props.foo.foo, __MACROS_props.bar[0]]}</>
}"
❯ packages/macros/tests/restructure.spec.ts:68:18
|
|
packages/macros/tests/restructure.spec.ts > transform > reconstruct rest-prop:
packages/macros/tests/restructure.spec.ts#L59
Error: Snapshot `transform > reconstruct rest-prop 1` mismatched
- Expected
+ Received
"
import { createPropsRestProxy as __MACROS_createPropsRestProxy } from "vue";
- import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
+ import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "/vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
const rest = __MACROS_createPropsRestProxy(__MACROS_props, ['foo', 'bar']);
__MACROS_props = __MACROS_createPropsDefaultProxy(__MACROS_props, {'.bar': 1});
return <>{[__MACROS_props.foo, __MACROS_props.bar, rest]}</>
}"
❯ packages/macros/tests/restructure.spec.ts:59:18
|
|
packages/macros/tests/restructure.spec.ts > transform > reconstruct default-prop:
packages/macros/tests/restructure.spec.ts#L50
Error: Snapshot `transform > reconstruct default-prop 1` mismatched
- Expected
+ Received
"
import { createPropsRestProxy as __MACROS_createPropsRestProxy } from "vue";
- import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props, __MACROS_props1){
+ import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "/vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props, __MACROS_props1){
const rest = __MACROS_createPropsRestProxy(__MACROS_props, ['foo', 'baz']);
__MACROS_props = __MACROS_createPropsDefaultProxy(__MACROS_props, {'.foo': 'bar'});
__MACROS_props1 = __MACROS_createPropsDefaultProxy(__MACROS_props1, {'[0]': 'foo'});
return <>{[__MACROS_props.foo, __MACROS_props.baz, rest, __MACROS_props1[0]]}</>
}"
❯ packages/macros/tests/restructure.spec.ts:50:18
|
|
test (20.x, ubuntu-latest)
Process completed with exit code 1.
|
|
packages/macros/tests/restructure.spec.ts > transform > reconstruct AssignmentPattern:
packages/macros/tests/restructure.spec.ts#L68
Error: Snapshot `transform > reconstruct AssignmentPattern 1` mismatched
- Expected
+ Received
"
- import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
+ import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "/vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
__MACROS_props = __MACROS_createPropsDefaultProxy(__MACROS_props, {'.foo.foo': 1, '.bar[0]': 2});
return <>{[__MACROS_props.foo.foo, __MACROS_props.bar[0]]}</>
}"
❯ packages/macros/tests/restructure.spec.ts:68:18
|
|
packages/macros/tests/restructure.spec.ts > transform > reconstruct rest-prop:
packages/macros/tests/restructure.spec.ts#L59
Error: Snapshot `transform > reconstruct rest-prop 1` mismatched
- Expected
+ Received
"
import { createPropsRestProxy as __MACROS_createPropsRestProxy } from "vue";
- import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
+ import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "/vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props){
const rest = __MACROS_createPropsRestProxy(__MACROS_props, ['foo', 'bar']);
__MACROS_props = __MACROS_createPropsDefaultProxy(__MACROS_props, {'.bar': 1});
return <>{[__MACROS_props.foo, __MACROS_props.bar, rest]}</>
}"
❯ packages/macros/tests/restructure.spec.ts:59:18
|
|
packages/macros/tests/restructure.spec.ts > transform > reconstruct default-prop:
packages/macros/tests/restructure.spec.ts#L50
Error: Snapshot `transform > reconstruct default-prop 1` mismatched
- Expected
+ Received
"
import { createPropsRestProxy as __MACROS_createPropsRestProxy } from "vue";
- import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props, __MACROS_props1){
+ import { createPropsDefaultProxy as __MACROS_createPropsDefaultProxy } from "/vue-jsx-vapor/macros/with-defaults";function App(__MACROS_props, __MACROS_props1){
const rest = __MACROS_createPropsRestProxy(__MACROS_props, ['foo', 'baz']);
__MACROS_props = __MACROS_createPropsDefaultProxy(__MACROS_props, {'.foo': 'bar'});
__MACROS_props1 = __MACROS_createPropsDefaultProxy(__MACROS_props1, {'[0]': 'foo'});
return <>{[__MACROS_props.foo, __MACROS_props.baz, rest, __MACROS_props1[0]]}</>
}"
❯ packages/macros/tests/restructure.spec.ts:50:18
|