Searched +defs:open +defs:output +defs:pipe (Results 1 – 1 of 1) sorted by relevance
| /third_party/node/tools/ |
| D | lint-md.mjs | 1337 open: `\u001B[${style[0]}m`, property 1807 const createStyler = (open, close, parent) => { argument 2617 const bos = { type: 'bos', value: '', output: opts.prepend || '' }; property 2665 output: '', property 2775 const output = (opts.capture ? '(' : '') + token.open; constant 2778 push({ type, value, output: state.output ? '' : ONE_CHAR }); property 2779 push({ type: 'paren', extglob: true, value: advance(), output }); field 2784 let output = token.close + (opts.capture ? ')' : ''); variable 2802 push({ type: 'paren', extglob: true, value, output }); field 3009 push({ type: 'paren', value, output: state.parens ? ')' : '\\)' }); property [all …]
|