shaku-code-annotate-core
v0.10.0
Published
The parser of comments for Shaku.
Downloads
23
Readme
shaku-code-annotate-core
The parser of comments for Shaku.
Usage
import { parseLine } from "shaku-code-annotate-core";
const shakuLine = parseLine("@highlight");
// {
// type: "DirectiveHighlight";
// config: {
// isEscaped: boolean;
// mark: "start" | "end" | "below";
// };
// };