There was an error while loading. Please reload this page.
log
getExportDocType
1 parent 0021015 commit 65cbcb2Copy full SHA for 65cbcb2
docs/dgeni-package/services/tsParser/getExportDocType.js
@@ -1,6 +1,6 @@
1
var ts = require('typescript');
2
3
-module.exports = function getExportDocType() {
+module.exports = function getExportDocType(log) {
4
5
return function(symbol) {
6
if(symbol.flags & ts.SymbolFlags.FunctionScopedVariable) {
0 commit comments