MCPcopy Index your code
hub / github.com/nodejs/node / VersionRange

Function VersionRange

test/fixtures/snapshot/typescript.js:3421–3423  ·  view source on GitHub ↗
(spec)

Source from the content-addressed store, hash-verified

3419 */
3420 var VersionRange = /** @class */ (function () {
3421 function VersionRange(spec) {
3422 this._alternatives = spec ? ts.Debug.checkDefined(parseRange(spec), "Invalid range spec.") : ts.emptyArray;
3423 }
3424 VersionRange.tryParse = function (text) {
3425 var sets = parseRange(text);
3426 if (sets) {

Callers

nothing calls this directly

Calls 1

parseRangeFunction · 0.85

Tested by

no test coverage detected