Comparing version 3.0.0-0 to 3.0.0-1
import ASTNode from "./astNode"; | ||
import ASTNodePoint from "./astNodePoint"; | ||
import Highlight from "./highlight"; | ||
import Tree from "./tree"; | ||
import TreeCursor from "./treeCursor"; | ||
import { OptionArgNodeDefinition, OptionNodeDefinition, ProgramNodeDefinition, SubcommandNodeDefinition } from "./nodeDefinition"; | ||
export { ASTNode, OptionArgNodeDefinition, OptionNodeDefinition, ProgramNodeDefinition, SubcommandNodeDefinition, Tree, TreeCursor, ASTNodePoint }; | ||
export { ASTNode, OptionArgNodeDefinition, OptionNodeDefinition, ProgramNodeDefinition, SubcommandNodeDefinition, Tree, TreeCursor, ASTNodePoint, Highlight }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -10,2 +10,4 @@ "use strict"; | ||
exports.ASTNodePoint = astNodePoint_1.default; | ||
const highlight_1 = __importDefault(require("./highlight")); | ||
exports.Highlight = highlight_1.default; | ||
const tree_1 = __importDefault(require("./tree")); | ||
@@ -12,0 +14,0 @@ exports.Tree = tree_1.default; |
{ | ||
"name": "kmdr-ast", | ||
"version": "3.0.0-0", | ||
"version": "3.0.0-1", | ||
"description": "Traverse the AST of an explanation by kmdr", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
import ASTNode from "./astNode"; | ||
import ASTNodePoint from "./astNodePoint"; | ||
import Highlight from "./highlight"; | ||
import Tree from "./tree"; | ||
@@ -21,3 +22,4 @@ import TreeCursor from "./treeCursor"; | ||
TreeCursor, | ||
ASTNodePoint | ||
ASTNodePoint, | ||
Highlight | ||
}; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
705530
116
5007