@ohm-js/wasm 0.6.10 → 0.6.12

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.
@@ -6,4 +6,5 @@ export interface Grammar extends WasmGrammar {
6
6
  export declare function grammar(source: string): Grammar;
7
7
  export declare function grammars(source: string): Record<string, Grammar>;
8
8
  export { createToAst } from './createToAst.ts';
9
+ export type { AstMapping, AstNodeTemplate } from './createToAst.ts';
9
10
  //# sourceMappingURL=compat.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohm-js/wasm",
3
- "version": "0.6.10",
3
+ "version": "0.6.12",
4
4
  "description": "Compile Ohm.js grammars to WebAsssembly",
5
5
  "main": "dist/index.js",
6
6
  "exports": {