ci: use culls to prune package.json for NPM #293
Annotations
16 errors
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "text",
"kind": "let",
"type": "string",
"value": """",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "Default text",
"slot_props": "{}"
},
{
"name": "bold heading",
"default": false,
"fallback": "{text}",
"slot_props": "{ text: string }"
},
{
"name": "subheading",
"default": false,
"fallback": "{text}",
"slot_props": "{ text: string }"
},
{
"name": "text",
"default": false,
"fallback": "{text}",
"slot_props": "{ text: string }"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "text",
"kind": "let",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "Default text",
"slot_props": "{}"
},
{
"name": "bold heading",
"default": false,
"fallback": "{text}",
"slot_props": "{ text: string }"
},
{
"name": "subheading",
"default": false,
"fallback": "{text}",
"slot_props": "{ text: string }"
},
{
"name": "text",
"default": false,
"fallback": "{text}",
"slot_props": "{ text: string }"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "headers",
"kind": "let",
"type": "ReadonlyArray<DataTableHeader<Row, Header>>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "rows",
"kind": "let",
"type": "ReadonlyArray<Row>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ headers: ReadonlyArray<DataTableHeader<Row, Header>>, rows: ReadonlyArray<Row> }"
}
],
"events": [],
"typedefs": [
{
"type": "{ id: string | number; [key: string]: any; }",
"name": "DataTableRow",
"ts": "interface DataTableRow { id: string | number; [key: string]: any; }"
},
{
"type": "Exclude<keyof Row, "id">",
"name": "DataTableKey<Row>",
"ts": "type DataTableKey<Row> = Exclude<keyof Row, "id">"
},
{
"type": "{ key: DataTableKey<Row>; value: Header; }",
"name": "DataTableHeader<Row=DataTableRow,Header=DataTableRow>",
"ts": "interface DataTableHeader<Row=DataTableRow,Header=DataTableRow> { key: DataTableKey<Row>; value: Header; }"
}
],
"generics": [
"Row,Header",
"Row extends DataTableRow = DataTableRow, Header extends DataTableRow = DataTableRow"
]
}"
Received:
"{
"props": [
{
"name": "headers",
"kind": "let",
"type": "ReadonlyArray<DataTableHeader<Row, Header>>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "rows",
"kind": "let",
"type": "ReadonlyArray<Row>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ headers: ReadonlyArray<DataTableHeader<Row, Header>>, rows: ReadonlyArray<Row> }"
}
],
"events": [],
"typedefs": [
{
"type": "{ id: string | number; [key: string]: any; }",
"name": "DataTableRow",
"ts": "interface DataTableRow { id: string | number; [key: string]: any; }"
},
{
"type": "Exclude<keyof Row, \"id\">",
"name": "DataTableKey<Row>",
"ts": "type DataTableKey<Row> = Exclude<keyof Row, \"id\">"
},
{
"type": "{ key: DataTableKey<Row>; value: Header; }",
"name": "DataTableHeader<Row=DataTableRow,Header=DataTableRow>",
"ts": "interface DataTableHeader<Row=DataTableRow,Header=DataTableRow> { key: DataTableKey<Row>; value: Header; }"
}
],
"generics": [
"Row,Header",
"Row extends DataTableRow = DataTableRow, Header extends DataTableRow = DataTableRow"
]
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "ref",
"kind": "let",
"value": "null",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "propBool",
"kind": "let",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": true
},
{
"name": "propString",
"kind": "let",
"type": "string",
"value": """",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "name",
"kind": "let",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
},
{
"name": "id",
"kind": "let",
"type": "string",
"value": """ + Math.random().toString(36)",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "propConst",
"kind": "const",
"type": "{ ["1"]: true }",
"value": "{ ["1"]: true }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "fn",
"kind": "function",
"type": "() => any",
"value": "() => { localBool = !localBool; }",
"isFunction": true,
"isFunctionDeclaration": true,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "{name}",
"slot_props": "{}"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "ref",
"kind": "let",
"value": "null",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "propBool",
"kind": "let",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": true
},
{
"name": "propString",
"kind": "let",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "name",
"kind": "let",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
},
{
"name": "id",
"kind": "let",
"type": "string",
"value": "\"\" + Math.random().toString(36)",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "propConst",
"kind": "const",
"type": "{ [\"1\"]: true }",
"value": "{ [\"1\"]: true }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "fn",
"kind": "function",
"type": "() => any",
"value": "() => { localBool = !localBool; }",
"isFunction": true,
"isFunctionDeclaration": true,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "{name}",
"slot_props": "{}"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "prop1",
"kind": "let",
"type": "MyTypedef",
"value": "{ ["1"]: true }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop2",
"kind": "let",
"type": "MyTypedefArray",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ prop1: MyTypedef, prop2: MyTypedefArray }"
}
],
"events": [],
"typedefs": [
{
"type": "{ [key: string]: boolean; }",
"name": "MyTypedef",
"ts": "interface MyTypedef { [key: string]: boolean; }"
},
{
"type": "MyTypedef[]",
"name": "MyTypedefArray",
"ts": "type MyTypedefArray = MyTypedef[]"
}
],
"generics": null
}"
Received:
"{
"props": [
{
"name": "prop1",
"kind": "let",
"type": "MyTypedef",
"value": "{ [\"1\"]: true }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop2",
"kind": "let",
"type": "MyTypedefArray",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ prop1: MyTypedef, prop2: MyTypedefArray }"
}
],
"events": [],
"typedefs": [
{
"type": "{ [key: string]: boolean; }",
"name": "MyTypedef",
"ts": "interface MyTypedef { [key: string]: boolean; }"
},
{
"type": "MyTypedef[]",
"name": "MyTypedefArray",
"ts": "type MyTypedefArray = MyTypedef[]"
}
],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "headers",
"kind": "let",
"type": "ReadonlyArray<DataTableHeader<Row>>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "rows",
"kind": "let",
"type": "ReadonlyArray<Row>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ headers: ReadonlyArray<DataTableHeader<Row>>, rows: ReadonlyArray<Row> }"
}
],
"events": [],
"typedefs": [
{
"type": "{ id: string | number; [key: string]: any; }",
"name": "DataTableRow",
"ts": "interface DataTableRow { id: string | number; [key: string]: any; }"
},
{
"type": "Exclude<keyof Row, "id">",
"name": "DataTableKey<Row>",
"ts": "type DataTableKey<Row> = Exclude<keyof Row, "id">"
},
{
"type": "{ key: DataTableKey<Row>; value: string; }",
"name": "DataTableHeader<Row=DataTableRow>",
"ts": "interface DataTableHeader<Row=DataTableRow> { key: DataTableKey<Row>; value: string; }"
}
],
"generics": [
"Row",
"Row extends DataTableRow = DataTableRow"
],
"rest_props": {
"type": "Element",
"name": "div"
}
}"
Received:
"{
"props": [
{
"name": "headers",
"kind": "let",
"type": "ReadonlyArray<DataTableHeader<Row>>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "rows",
"kind": "let",
"type": "ReadonlyArray<Row>",
"value": "[]",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ headers: ReadonlyArray<DataTableHeader<Row>>, rows: ReadonlyArray<Row> }"
}
],
"events": [],
"typedefs": [
{
"type": "{ id: string | number; [key: string]: any; }",
"name": "DataTableRow",
"ts": "interface DataTableRow { id: string | number; [key: string]: any; }"
},
{
"type": "Exclude<keyof Row, \"id\">",
"name": "DataTableKey<Row>",
"ts": "type DataTableKey<Row> = Exclude<keyof Row, \"id\">"
},
{
"type": "{ key: DataTableKey<Row>; value: string; }",
"name": "DataTableHeader<Row=DataTableRow>",
"ts": "interface DataTableHeader<Row=DataTableRow> { key: DataTableKey<Row>; value: string; }"
}
],
"generics": [
"Row",
"Row extends DataTableRow = DataTableRow"
],
"rest_props": {
"type": "Element",
"name": "div"
}
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "prop",
"kind": "let",
"description": "@required ",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop1",
"kind": "let",
"description": "This is a comment.
@required ",
"type": "boolean | string",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop2",
"kind": "let",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
},
{
"name": "prop3",
"kind": "let",
"type": "boolean",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ prop: boolean, prop1: boolean | string, prop2: any, prop3: boolean }"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "prop",
"kind": "let",
"description": "@required ",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop1",
"kind": "let",
"description": "This is a comment.\n@required ",
"type": "boolean | string",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop2",
"kind": "let",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
},
{
"name": "prop3",
"kind": "let",
"type": "boolean",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ prop: boolean, prop1: boolean | string, prop2: any, prop3: boolean }"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "prop",
"kind": "let",
"description": "This is a comment.
@see https://github.com/
@deprecated this prop will be removed in the next major release.",
"type": "boolean | string",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop1",
"kind": "let",
"description": "@see https://github.com/",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop2",
"kind": "let",
"description": "This is a comment.",
"type": "boolean | string",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ prop: boolean | string, prop1: boolean, prop2: boolean | string }"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "prop",
"kind": "let",
"description": "This is a comment.\n@see https://github.com/\n@deprecated this prop will be removed in the next major release.",
"type": "boolean | string",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop1",
"kind": "let",
"description": "@see https://github.com/",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "prop2",
"kind": "let",
"description": "This is a comment.",
"type": "boolean | string",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"slot_props": "{ prop: boolean | string, prop1: boolean, prop2: boolean | string }"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "class",
"kind": "let",
"description": "Just your average CSS class string.",
"type": "string|null",
"value": ""test"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "class",
"kind": "let",
"description": "Just your average CSS class string.",
"type": "string|null",
"value": "\"test\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [],
"events": [],
"typedefs": [],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "propBool",
"kind": "let",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": true
},
{
"name": "propString",
"kind": "let",
"type": "string",
"value": """",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "name",
"kind": "let",
"type": "string",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
},
{
"name": "id",
"kind": "let",
"type": "string",
"value": """ + Math.random().toString(36)",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "propConst",
"kind": "const",
"type": "{ [key: string]: boolean; }",
"value": "{ ["1"]: true }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "fn",
"kind": "function",
"type": "() => any",
"value": "() => { localBool = !localBool; }",
"isFunction": true,
"isFunctionDeclaration": true,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "{name}",
"slot_props": "{}"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "propBool",
"kind": "let",
"type": "boolean",
"value": "true",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": true
},
{
"name": "propString",
"kind": "let",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "name",
"kind": "let",
"type": "string",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": true,
"constant": false,
"reactive": false
},
{
"name": "id",
"kind": "let",
"type": "string",
"value": "\"\" + Math.random().toString(36)",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "propConst",
"kind": "const",
"type": "{ [key: string]: boolean; }",
"value": "{ [\"1\"]: true }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "fn",
"kind": "function",
"type": "() => any",
"value": "() => { localBool = !localBool; }",
"isFunction": true,
"isFunctionDeclaration": true,
"isRequired": false,
"constant": false,
"reactive": false
}
],
"moduleExports": [],
"slots": [
{
"name": "__default__",
"default": true,
"fallback": "{name}",
"slot_props": "{}"
}
],
"events": [],
"typedefs": [],
"generics": null
}"
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:44:22
at /Users/runner/work/sveld/sveld/tests/fixtures.test.ts:36:33
|
error: expect(received).toMatchSnapshot(expected):
tests/fixtures.test.ts#L44
Expected:
"{
"props": [
{
"name": "a",
"kind": "const",
"type": "string",
"value": """",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
}
],
"moduleExports": [
{
"name": "bool",
"kind": "const",
"type": "string",
"value": """",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "a",
"kind": "const",
"type": "{ b: 4 }",
"value": "{ b: 4 }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "e",
"kind": "const",
"description": "Description for e",
"type": "{ [key: string]: any; }",
"value": "{ b: 4 }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "log",
"kind": "function",
"description": "Log something",
"type": "(message: string) => void",
"value": "() => { console.log(message); }",
"isFunction": true,
"isFunctionDeclaration": true,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "b",
"kind": "const",
"type": "() => {}",
"value": "() => {}",
"isFunction": true,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "b2",
"kind": "const",
"type": "() => () => {}",
"value": "() => () => {}",
"isFunction": true,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "b3",
"kind": "const",
"type": "() => () => false",
"value": "() => () => false",
"isFunction": true,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
}
],
"slots": [],
"events": [],
"typedefs": [],
"generics": null
}"
Received:
"{
"props": [
{
"name": "a",
"kind": "const",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
}
],
"moduleExports": [
{
"name": "bool",
"kind": "const",
"type": "string",
"value": "\"\"",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "a",
"kind": "const",
"type": "{ b: 4 }",
"value": "{ b: 4 }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "e",
"kind": "const",
"description": "Description for e",
"type": "{ [key: string]: any; }",
"value": "{ b: 4 }",
"isFunction": false,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "log",
"kind": "function",
"description": "Log something",
"type": "(message: string) => void",
"value": "() => { console.log(message); }",
"isFunction": true,
"isFunctionDeclaration": true,
"isRequired": false,
"constant": false,
"reactive": false
},
{
"name": "b",
"kind": "const",
"type": "() => {}",
"value": "() => {}",
"isFunction": true,
"isFunctionDeclaration": false,
"isRequired": false,
"constant": true,
"reactive": false
},
{
"name": "b2",
"kind": "const",
"type": "() => () => {}",
"value": "() => () => {}",
"isFunction": true,
"i
|
build (20, windows-latest)
The job was canceled because "_20_macos-latest-xlarge" failed.
|
build (20, windows-latest)
The operation was canceled.
|
build (20, macos-latest)
The job was canceled because "_20_macos-latest-xlarge" failed.
|
build (20, macos-latest)
The operation was canceled.
|
build (20, ubuntu-latest)
The job was canceled because "_20_macos-latest-xlarge" failed.
|
build (20, ubuntu-latest)
The operation was canceled.
|