Skip to content

Commit f87b438

Browse files
committed
feat: support common attributes
1 parent 4f9253f commit f87b438

14 files changed

+3789
-4123
lines changed

type-gen/demos/react/types/@nativescript-community_ui-collectionview_react_jsx.d.ts

Lines changed: 7 additions & 608 deletions
Large diffs are not rendered by default.

type-gen/demos/solid/types/@nativescript-community_ui-collectionview_solid_jsx.d.ts

Lines changed: 5 additions & 2016 deletions
Large diffs are not rendered by default.

type-gen/demos/svelte/types/@nativescript-community_ui-collectionview_svelte_jsx.d.ts

Lines changed: 6 additions & 587 deletions
Large diffs are not rendered by default.

type-gen/demos/vue/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
"paths": {
1313
"~/*": ["src/*"],
1414
"@/*": ["src/*"],
15-
"ns-vue/jsx-runtime": ["../../out/core_vue_jsx.d.ts"]
15+
"ns-vue/jsx-runtime": ["./types/core_vue_jsx.d.ts"]
1616
},
1717
"allowSyntheticDefaultImports": true,
1818
"esModuleInterop": true,
1919
"experimentalDecorators": true,
2020
"emitDecoratorMetadata": true,
2121
"skipLibCheck": true,
22-
"types": ["../../out/core_vue_jsx.d.ts",]
22+
"types": ["./types/core_vue_jsx.d.ts",]
2323
},
2424
"vueCompilerOptions": {
2525
"target": 3,

0 commit comments

Comments
 (0)