Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/semver/classes/
Dsemver.js178 inc (release, identifier, identifierBase) { argument
185 this.inc('pre', identifier, identifierBase)
191 this.inc('pre', identifier, identifierBase)
198 this.inc('patch', identifier, identifierBase)
199 this.inc('pre', identifier, identifierBase)
205 this.inc('patch', identifier, identifierBase)
207 this.inc('pre', identifier, identifierBase)
250 const base = Number(identifierBase) ? 1 : 0
252 if (!identifier && identifierBase === false) {
268 if (identifier === this.prerelease.join('.') && identifierBase === false) {
[all …]
/third_party/node/deps/npm/node_modules/semver/bin/
Dsemver.js26 let identifierBase variable
78 identifierBase = argv.shift()
79 if (identifierBase === 'false') {
80 identifierBase = false
139 return inc ? semver.inc(v, inc, options, identifier, identifierBase) : v
/third_party/node/deps/npm/node_modules/semver/functions/
Dinc.js3 const inc = (version, release, options, identifier, identifierBase) => { argument
5 identifierBase = identifier
14 ).inc(release, identifier, identifierBase).version
/third_party/node/deps/npm/node_modules/semver/
DREADME.md242 The method `.inc` takes an optional parameter 'identifierBase' string
/third_party/node/tools/lint-md/
Dlint-md.mjs19844 inc (release, identifier, identifierBase) { argument
19851 this.inc('pre', identifier, identifierBase);
19857 this.inc('pre', identifier, identifierBase);
19861 this.inc('patch', identifier, identifierBase);
19862 this.inc('pre', identifier, identifierBase);
19866 this.inc('patch', identifier, identifierBase);
19868 this.inc('pre', identifier, identifierBase);
19896 const base = Number(identifierBase) ? 1 : 0;
19897 if (!identifier && identifierBase === false) {
19911 if (identifier === this.prerelease.join('.') && identifierBase === false) {
[all …]
/third_party/node/deps/corepack/dist/lib/
Dcorepack.cjs1297 inc(release, identifier, identifierBase) {
1304 this.inc("pre", identifier, identifierBase);
1310 this.inc("pre", identifier, identifierBase);
1314 this.inc("patch", identifier, identifierBase);
1315 this.inc("pre", identifier, identifierBase);
1319 this.inc("patch", identifier, identifierBase);
1321 this.inc("pre", identifier, identifierBase);
1345 const base = Number(identifierBase) ? 1 : 0;
1346 if (!identifier && identifierBase === false) {
1360 if (identifier === this.prerelease.join(".") && identifierBase === false) {
[all …]