We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ced1896 commit 5f7f8dcCopy full SHA for 5f7f8dc
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "supplejs",
3
"description": "SuppleJS is a toy project to re-implement SolidJS from scratch",
4
- "version": "1.2.1",
+ "version": "1.2.2",
5
"author": {
6
"name": "Delphin Barraud"
7
},
src/core/index.ts
@@ -1,5 +1,4 @@
export type * from "./types";
-export type * from "./jsx-runtime";
export type { Nested } from "./helper";
export type { CleanupFunction, ErrorHandler, TrackingContext } from "./context";
export type { EqualsOption } from "./reactivity";
0 commit comments