$ cnpm install @textlint/ast-node-types
The definition for textlint AST Node types.
This module for parse plugin.
For more details, see TxtNode document.
npm install @textlint/ast-node-types
import { ASTNodeTypes } from "@textlint/ast-node-types";
console.log(ASTNodeTypes.Document); // => string
This library include type interface of TxtNode. TypeScript user can use it as type of TxtNode.
// type interface
import { TxtNode } from "@textlint/ast-node-types";
Please use it for creating your textlint-plugin parser.
Use it by
@textlint/text-to-ast@textlint/markdown-to-astnpm test
If you want to new type for AST, Please file issue :)
git checkout -b my-new-featuregit commit -am 'Add some feature'git push origin my-new-featureMIT
Copyright 2013 - present © cnpmjs.org | Home |