@markuplint/ml-ast 4.0.0-dev.12 → 4.0.0-dev.23

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.
Files changed (2) hide show
  1. package/lib/types.d.ts +3 -0
  2. package/package.json +2 -2
package/lib/types.d.ts CHANGED
@@ -166,6 +166,9 @@ export interface MLParser {
166
166
  booleanish?: boolean;
167
167
  tagNameCaseSensitive?: boolean;
168
168
  }
169
+ export interface MLParserModule {
170
+ readonly parser: MLParser;
171
+ }
169
172
  /**
170
173
  * The end tag omittable type.
171
174
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@markuplint/ml-ast",
3
- "version": "4.0.0-dev.12+2275fbeb0",
3
+ "version": "4.0.0-dev.23+d6f2aa9bc",
4
4
  "description": "The markuplint AST types.",
5
5
  "repository": "git@github.com:markuplint/markuplint.git",
6
6
  "author": "Yusuke Hirao <yusukehirao@me.com>",
@@ -23,5 +23,5 @@
23
23
  "build": "tsc",
24
24
  "clean": "tsc --build --clean"
25
25
  },
26
- "gitHead": "2275fbeb053605b636f080f4fafd7cd4fc57a9a3"
26
+ "gitHead": "d6f2aa9bc287768466f23b5340e4e0eecfa30d59"
27
27
  }