Home
last modified time | relevance | path

Searched refs:_mappingRegExp (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/harness/
DdocumentsUtil.ts72 private static readonly _mappingRegExp = /([A-Za-z0-9+/]+),?|(;)|./g; property in documents.SourceMap
99 while (match = SourceMap._mappingRegExp.exec(this.raw.mappings)) {