0.9.0 • Published 6 days ago

shaku-code-annotate-core v0.9.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 days ago

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";
//   };
// };
0.9.0

6 days ago

0.8.0

1 month ago

0.7.0

1 month ago

0.6.0

3 months ago

0.5.0

4 months ago

0.4.0

4 months ago

0.3.0

5 months ago

0.2.0

5 months ago