(path)
| 122676 | return ts.isRootedDiskPath(relativePath) ? undefined : relativePath; |
| 122677 | } |
| 122678 | function isPathRelativeToParent(path) { |
| 122679 | return ts.startsWith(path, ".."); |
| 122680 | } |
| 122681 | })(moduleSpecifiers = ts.moduleSpecifiers || (ts.moduleSpecifiers = {})); |
| 122682 | })(ts || (ts = {})); |
| 122683 | /*@internal*/ |
no outgoing calls
no test coverage detected