(start, end, type)
| 130413 | }); |
| 130414 | return { spans: spans, endOfLineState: 0 /* EndOfLineState.None */ }; |
| 130415 | function pushClassification(start, end, type) { |
| 130416 | var length = end - start; |
| 130417 | ts.Debug.assert(length > 0, "Classification had non-positive length of ".concat(length)); |
| 130418 | spans.push(start); |
| 130419 | spans.push(length); |
| 130420 | spans.push(type); |
| 130421 | } |
| 130422 | } |
| 130423 | ts.getEncodedSemanticClassifications = getEncodedSemanticClassifications; |
| 130424 | function classifySymbol(symbol, meaningAtPosition, checker) { |
no test coverage detected