mol_dump_lib 0.0.535 → 0.0.536

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_dump_lib",
3
- "version": "0.0.535",
3
+ "version": "0.0.536",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.d.ts CHANGED
@@ -1428,7 +1428,7 @@ declare namespace $.$$ {
1428
1428
  declare namespace $ {
1429
1429
  class $mol_syntax2<Lexems extends {
1430
1430
  [name: string]: RegExp;
1431
- }> {
1431
+ } = {}> {
1432
1432
  lexems: Lexems;
1433
1433
  constructor(lexems: Lexems);
1434
1434
  rules: Array<{