Searched refs:getExports (Results 1 – 6 of 6) sorted by relevance
4 function getExports() { function23 const exports = getExports();
82 protected abstract getExports(module: TModule): any;109 return this.getExports(module);155 protected getExports(module: CommonJSModule) { method in evaluator.CommonJsLoader244 protected getExports(module: SystemModule) { method in evaluator.SystemLoader
624 return length(getExports(node)) > (isExportName(node) ? 1 : 0);676 const exportedNames = getExports(node.operand);1388 const exportedNames = getExports(name);1963 const exportedNames = getExports(node.left);1985 function getExports(name: Identifier): Identifier[] | undefined {
1628 const exportedNames = getExports(node.operand);1879 const exportedNames = getExports(node.left);1906 function getExports(name: Identifier) {
109546 return ts.length(getExports(node)) > (ts.isExportName(node) ? 1 : 0);109583 var exportedNames = getExports(node.operand);110069 var exportedNames = getExports(name);110532 var exportedNames = getExports(node.left);110552 function getExports(name) { function111814 var exportedNames = getExports(node.operand);112019 var exportedNames = getExports(node.left);112043 function getExports(name) { function
90720 return ts.length(getExports(node)) > (ts.isExportName(node) ? 1 : 0);90748 var exportedNames = getExports(node.operand);91081 var exportedNames = getExports(name);91354 var exportedNames = getExports(node.left);91367 function getExports(name) { function92124 var exportedNames = getExports(node.operand);92259 var exportedNames = getExports(node.left);92277 function getExports(name) { function