Home
last modified time | relevance | path

Searched defs:allowComments (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/lib/
Dtsc.js22262 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
22278 function getInternalName(node, allowComments, allowSourceMaps) { argument
22281 function getLocalName(node, allowComments, allowSourceMaps) { argument
22284 function getExportName(node, allowComments, allowSourceMaps) { argument
22287 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
22290 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
22302 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
91422 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
91443 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
92106 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
DtypingsInstaller.js27568 function getName(node, allowComments, allowSourceMaps, emitFlags) { argument
27596 function getInternalName(node, allowComments, allowSourceMaps) { argument
27609 function getLocalName(node, allowComments, allowSourceMaps) { argument
27622 function getExportName(node, allowComments, allowSourceMaps) { argument
27632 function getDeclarationName(node, allowComments, allowSourceMaps) { argument
27643 function getNamespaceMemberName(ns, name, allowComments, allowSourceMaps) { argument
27666 function getExternalModuleOrNamespaceExportName(ns, node, allowComments, allowSourceMaps) { argument
110531 …function appendExportStatement(statements, exportName, expression, location, allowComments, liveBi… argument
110561 function createExportStatement(name, value, location, allowComments, liveBinding) { argument
111669 function appendExportStatement(statements, exportName, expression, allowComments) { argument
[all …]
/third_party/node/tools/lint-md/
Dlint-md.mjs22580 function skipSeparationSpace(state, allowComments, checkIndent) { argument