We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b054b commit ae534f7Copy full SHA for ae534f7
src/decode/decode.ts
@@ -397,7 +397,6 @@ class Decoder {
397
parent.children.push(range);
398
} else {
399
this.#ranges.push(range);
400
- Object.assign(this.#rangeState, DEFAULT_RANGE_STATE);
401
}
402
403
src/encode/encoder.ts
@@ -56,7 +56,6 @@ export class Encoder {
56
this.#encodeOriginalScope(scope);
57
});
58
this.#info.ranges.forEach((range) => {
59
60
this.#encodeGeneratedRange(range);
61
62
0 commit comments