(_a, meaning)
| 153925 | ], 2 /* NodeFlags.Const */)); |
| 153926 | } |
| 153927 | function symbolHasMeaning(_a, meaning) { |
| 153928 | var declarations = _a.declarations; |
| 153929 | return ts.some(declarations, function (decl) { return !!(ts.getMeaningFromDeclaration(decl) & meaning); }); |
| 153930 | } |
| 153931 | function moduleSymbolToValidIdentifier(moduleSymbol, target, forceCapitalize) { |
| 153932 | return moduleSpecifierToValidIdentifier(ts.removeFileExtension(ts.stripQuotes(moduleSymbol.name)), target, forceCapitalize); |
| 153933 | } |