Searched defs:allowTrailingComma (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | emitter.ts | 2364 …const allowTrailingComma = currentSourceFile!.languageVersion >= ScriptTarget.ES5 && !isJsonSource… constant
|
| /third_party/node/deps/acorn/acorn/dist/ |
| D | acorn.js | 1953 pp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) { argument 3094 pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { argument
|
| D | acorn.mjs | 1947 pp$2.parseBindingList = function(close, allowEmpty, allowTrailingComma) { argument 3088 pp$3.parseExprList = function(close, allowTrailingComma, allowEmpty, refDestructuringErrors) { argument
|