Skip to content

Commit

Permalink
perf: improve lookup algorithm
Browse files Browse the repository at this point in the history
- `offset`: index indices map using line/column of given point
- `point`: index indices map using given offset

Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
  • Loading branch information
unicornware committed May 26, 2024
1 parent 36706f8 commit 8efbf6a
Show file tree
Hide file tree
Showing 8 changed files with 219,152 additions and 10 deletions.
1 change: 1 addition & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
".husky/_/",
".vscode/settings.json",
".yarn/",
"__fixtures__/underscore-1.5.2.js",
"dist/",
"patches/",
"yarn.lock"
Expand Down
1 change: 1 addition & 0 deletions .dprint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"CHANGELOG.md",
"LICENSE.md",
"RELEASE_NOTES.md",
"__fixtures__/underscore-1.5.2.js",
"yarn.lock"
],
"exec": {
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
**/node_modules/
**/tsconfig*temp.json
Brewfile
__fixtures__/underscore-1.5.2.js
yarn.lock

# NEGATED PATTERNS
Expand Down
Loading

0 comments on commit 8efbf6a

Please sign in to comment.