//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
const sub·delims = rawString`[!\$&'()*+,;=]`;
const gen·delims = rawString`[:/?#\[\]@]`;
const sub·delims = rawString`[!\$&'()*+,;=]`;
const gen·delims = rawString`[:/?#\[\]@]`;
const {
next: generatorIteratorNext,
} = Object.getPrototypeOf(function* () {}.prototype);
const {
next: generatorIteratorNext,
} = Object.getPrototypeOf(function* () {}.prototype);
return {
next: bind(generatorIteratorNext, this.generator(), []),
};
},
};
const iriSegmentIterablePrototype = {
return {
next: bind(generatorIteratorNext, this.generator(), []),
};
},
};
const iriSegmentIterablePrototype = {
*/
export const mergePaths = (base, reference) => {
const baseStr = `${base}` || "/";
*/
export const mergePaths = (base, reference) => {
const baseStr = `${base}` || "/";