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 f07320a commit a90a55cCopy full SHA for a90a55c
src/location.ts
@@ -70,7 +70,7 @@ class Location {
70
71
// index file
72
for (const char of String(file) + '\n') {
73
- this.#indices[point.offset] = Object.freeze({ ...point })
+ this.#indices[point.offset] = { ...point }
74
this.#indices[`${point.line}:${point.column}`] = point.offset
75
76
// advance point
0 commit comments