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.
2 parents f3000c9 + f234e5d commit bf74003Copy full SHA for bf74003
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.2.2
4
+
5
+### Various fixes & improvements
6
7
+- fix: Allow an off-by-one in Token matching (#15) by @Swatinem
8
9
## 0.2.1
10
11
### Various fixes & improvements
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "js-source-scopes"
-version = "0.2.1"
+version = "0.2.2"
edition = "2021"
description = "Utilities for extracting and dealing with scope information in JS code"
0 commit comments