mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
002101521c
commit
65cbcb2f73
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
var ts = require('typescript');
|
||||
|
||||
module.exports = function getExportDocType() {
|
||||
module.exports = function getExportDocType(log) {
|
||||
|
||||
return function(symbol) {
|
||||
if(symbol.flags & ts.SymbolFlags.FunctionScopedVariable) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue