shaku-code-annotate-core
TypeScript icon, indicating that this package has built-in type declarations

0.10.0 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i shaku-code-annotate-core

Weekly Downloads

11

Version

0.10.0

License

MIT

Unpacked Size

427 kB

Total Files

5

Last publish

Collaborators

  • jserzanp