File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11.DS_Store
2+ * .d.ts.map
23* .d.ts
34* .log
45coverage /
Original file line number Diff line number Diff line change 2929 "exports" : " ./index.js" ,
3030 "files" : [
3131 " lib/" ,
32+ " index.d.ts.map" ,
3233 " index.d.ts" ,
3334 " index.js"
3435 ],
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ npm install hastscript hast-util-to-html
8989import {h } from ' hastscript'
9090import {toHtml } from ' hast-util-to-html'
9191
92- var tree = h (' .alpha' , [
92+ const tree = h (' .alpha' , [
9393 ' bravo ' ,
9494 h (' b' , ' charlie' ),
9595 ' delta ' ,
Original file line number Diff line number Diff line change 33 "checkJs" : true ,
44 "customConditions" : [" development" ],
55 "declaration" : true ,
6+ "declarationMap" : true ,
67 "emitDeclarationOnly" : true ,
78 "exactOptionalPropertyTypes" : true ,
89 "lib" : [" es2022" ],
You can’t perform that action at this time.
0 commit comments