(fullSpecifier)
| 129317 | } |
| 129318 | } |
| 129319 | function getNodeModuleRootSpecifier(fullSpecifier) { |
| 129320 | var components = ts.getPathComponents(ts.getPackageNameFromTypesPackageName(fullSpecifier)).slice(1); |
| 129321 | // Scoped packages |
| 129322 | if (ts.startsWith(components[0], "@")) { |
| 129323 | return "".concat(components[0], "/").concat(components[1]); |
| 129324 | } |
| 129325 | return components[0]; |
| 129326 | } |
| 129327 | } |
| 129328 | ts.createPackageJsonImportFilter = createPackageJsonImportFilter; |
| 129329 | function tryParseJson(text) { |
no test coverage detected