Merge pull request #28588 from dsherret/removeNonInternalStuffJsDocComment

Remove jsdoc comment on ts namespace
This commit is contained in:
Sheetal Nandi
2018-11-19 08:44:29 -08:00
committed by GitHub
3 changed files with 0 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
/** Non-internal stuff goes here */
namespace ts {
export function isExternalModuleNameRelative(moduleName: string): boolean {
// TypeScript 1.0 spec (April 2014): 11.2.1