(a, b)
| 128317 | } |
| 128318 | ts.getTypeKeywordOfTypeOnlyImport = getTypeKeywordOfTypeOnlyImport; |
| 128319 | function textSpansEqual(a, b) { |
| 128320 | return !!a && !!b && a.start === b.start && a.length === b.length; |
| 128321 | } |
| 128322 | ts.textSpansEqual = textSpansEqual; |
| 128323 | function documentSpansEqual(a, b) { |
| 128324 | return a.fileName === b.fileName && textSpansEqual(a.textSpan, b.textSpan); |
no outgoing calls
no test coverage detected