parent
002101521c
commit
65cbcb2f73
@ -1,6 +1,6 @@
|
|||||||
var ts = require('typescript');
|
var ts = require('typescript');
|
||||||
|
|
||||||
module.exports = function getExportDocType() {
|
module.exports = function getExportDocType(log) {
|
||||||
|
|
||||||
return function(symbol) {
|
return function(symbol) {
|
||||||
if(symbol.flags & ts.SymbolFlags.FunctionScopedVariable) {
|
if(symbol.flags & ts.SymbolFlags.FunctionScopedVariable) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user