Searched defs:newTextAndChange (Results 1 – 1 of 1) sorted by relevance
| /third_party/typescript/src/testRunner/unittests/ |
| D | incrementalParser.ts | 100 const newTextAndChange = withDelete(oldText, index, 1); constant 113 const newTextAndChange = withInsert(oldText, index + i, toInsert.charAt(i)); constant 133 const newTextAndChange = withInsert(oldText, semicolonIndex, " + 1"); constant 149 const newTextAndChange = withDelete(oldText, index, "+ 1".length); constant 159 const newTextAndChange = withInsert(oldText, semicolonIndex, "/"); constant 169 const newTextAndChange = withInsert(oldText, semicolonIndex, "/"); constant 179 const newTextAndChange = withInsert(oldText, semicolonIndex, "/"); constant 188 const newTextAndChange = withInsert(oldText, 0, "//"); constant 197 const newTextAndChange = withDelete(oldText, 0, 2); constant 207 const newTextAndChange = withInsert(oldText, index, "*"); constant [all …]
|