@memoized-dom/compiler 0.0.2 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,5 @@
1
1
  /** Shared host-event shape facts used by analysis, linking, and emission. */
2
2
  import * as t from '@babel/types';
3
- export declare function hasHostJsxEvent(body: t.BlockStatement): boolean;
3
+ export declare function hostJsxEventNames(body: t.Node): string[];
4
+ export declare function hasHostJsxEvent(body: t.Node): boolean;
4
5
  //# sourceMappingURL=events.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/jsx/events.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAGlC,wBAAgB,eAAe,CAAC,IAAI,EAAE,CAAC,CAAC,cAAc,GAAG,OAAO,CAc/D"}
1
+ {"version":3,"file":"events.d.ts","sourceRoot":"","sources":["../../src/jsx/events.ts"],"names":[],"mappings":"AAAA,6EAA6E;AAE7E,OAAO,KAAK,CAAC,MAAM,cAAc,CAAC;AAGlC,wBAAgB,iBAAiB,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,GAAG,MAAM,EAAE,CAiBxD;AAED,wBAAgB,eAAe,CAAC,IAAI,EAAE,CAAC,CAAC,IAAI,GAAG,OAAO,CAErD"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@memoized-dom/compiler",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "Binding-aware TypeScript and JSX compiler for memoized-dom",
5
5
  "type": "module",
6
6
  "sideEffects": false,