| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d5d0f01 commit 7f45d69
3 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6711,7 +6711,7 @@ function createTokenizer(parser, initialize, from) { | |||
| 6711 | 6711 | construct.name && | |
| 6712 | 6712 | context.parser.constructs.disable.null.includes(construct.name) | |
| 6713 | 6713 | ) { | |
| 6714 | - return nok(code) | ||
| 6714 | + return nok() | ||
| 6715 | 6715 | } | |
| 6716 | 6716 | return construct.tokenize.call( | |
| 6717 | 6717 | fields ? Object.assign(Object.create(context), fields) : context, | |
@@ -11222,7 +11222,7 @@ function peekDelete() { | |||
| 11222 | 11222 | return '~' | |
| 11223 | 11223 | } | |
| 11224 | 11224 | ||
| 11225 | - function markdownTable(table, options) { | ||
| 11225 | + function markdownTable(table, options = {}) { | ||
| 11226 | 11226 | const align = (options.align || []).concat(); | |
| 11227 | 11227 | const stringLength = options.stringLength || defaultStringLength; | |
| 11228 | 11228 | const alignments = []; | |
@@ -21323,7 +21323,7 @@ function translateLevel(level) { | |||
| 21323 | 21323 | has16m: level >= 3, | |
| 21324 | 21324 | }; | |
| 21325 | 21325 | } | |
| 21326 | - function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true}) { | ||
| 21326 | + function _supportsColor(haveStream, {streamIsTTY, sniffFlags = true} = {}) { | ||
| 21327 | 21327 | const noFlagForceColor = envForceColor(); | |
| 21328 | 21328 | if (noFlagForceColor !== undefined) { | |
| 21329 | 21329 | flagForceColor = noFlagForceColor; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,7 +16,7 @@ | |||
| 16 | 16 | "devDependencies": { | |
| 17 | 17 | "@rollup/plugin-commonjs": "^22.0.0", | |
| 18 | 18 | "@rollup/plugin-node-resolve": "^13.3.0", | |
| 19 | - "rollup": "^2.75.3", | ||
| 19 | + "rollup": "^2.75.5", | ||
| 20 | 20 | "rollup-plugin-cleanup": "^3.2.1" | |
| 21 | 21 | } | |
| 22 | 22 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments