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 5c08568 commit fce6bbeCopy full SHA for fce6bbe
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.3.1
4
+
5
+### Various fixes & improvements
6
7
+- fix: Use saturating_sub in try_map_token to prevent overflow (#21) by @kamilogorek
8
9
## 0.3.0
10
11
### Features
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "js-source-scopes"
-version = "0.3.0"
+version = "0.3.1"
edition = "2021"
description = "Utilities for extracting and dealing with scope information in JS code"
0 commit comments