mirror of
https://github.com/photonstorm/phaser
synced 2024-11-28 15:41:37 +00:00
New Parser build
This commit is contained in:
parent
552aedaa85
commit
d520799603
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,10 @@
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.Parser = void 0;
|
exports.Parser = void 0;
|
||||||
const dom = require("dts-dom");
|
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;
|
const regexEndLine = /^(.*)\r\n|\n|\r/gm;
|
||||||
class Parser {
|
class Parser {
|
||||||
constructor(docs) {
|
constructor(docs) {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue