File tree Expand file tree Collapse file tree 7 files changed +16
-10
lines changed Expand file tree Collapse file tree 7 files changed +16
-10
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " solid-js " : patch
3+ ---
4+
5+ update TS to NodeNext
Original file line number Diff line number Diff line change 11import h from "solid-js/h" ;
2- export type { JSX } from "./jsx" ;
3- import type { JSX } from "./jsx" ;
2+ export type { JSX } from "./jsx.d.ts " ;
3+ import type { JSX } from "./jsx.d.ts " ;
44
55function Fragment ( props : { children : JSX . Element } ) {
66 return props . children ;
Original file line number Diff line number Diff line change 1- import { createHyperScript } from "./hyperscript" ;
2- import type { HyperScript } from "./hyperscript" ;
1+ import { createHyperScript } from "./hyperscript.js " ;
2+ import type { HyperScript } from "./hyperscript.js " ;
33import {
44 spread ,
55 assign ,
Original file line number Diff line number Diff line change 1- import { createHTML } from "./lit" ;
2- import type { HTMLTag } from "./lit" ;
1+ import { createHTML } from "./lit.js " ;
2+ import type { HTMLTag } from "./lit.js " ;
33import {
44 effect ,
55 style ,
Original file line number Diff line number Diff line change 1- export * from "dom-expressions/src/universal" ;
1+ export * from "dom-expressions/src/universal.js " ;
Original file line number Diff line number Diff line change 1- export * from "dom-expressions/src/client" ;
1+ export * from "dom-expressions/src/client.js " ;
Original file line number Diff line number Diff line change 22 "compilerOptions" : {
33 "emitDeclarationOnly" : true ,
44 "declaration" : true ,
5- "target" : " esnext " ,
5+ "target" : " ESNext " ,
66 "newLine" : " LF" ,
7- "moduleResolution" : " node" ,
7+ "module" : " NodeNext" ,
8+ "moduleResolution" : " NodeNext" ,
89 "strict" : true ,
910 "jsx" : " preserve"
1011 },
You can’t perform that action at this time.
0 commit comments