New Parser build

This commit is contained in:
Richard Davey 2022-11-17 22:14:15 +00:00
parent 552aedaa85
commit d520799603
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
Object.defineProperty(exports, "__esModule", { value: true });
exports.Parser = void 0;
const dom = require("dts-dom");
/**
* Note that this Parser only works with jsdoc 3.6.6 output.
* Downgrading, or upgrading jsdoc will cause it to break.
*/
const regexEndLine = /^(.*)\r\n|\n|\r/gm;
class Parser {
constructor(docs) {

File diff suppressed because one or more lines are too long