#byte-offset #source-map #javascript #scope #name #position #js

js-source-scopes

Utilities for extracting and dealing with scope information in JS code

9 unstable releases (4 breaking)

0.5.0 Jun 3, 2024
0.4.0 Sep 25, 2023
0.3.2 Jun 23, 2023
0.3.1 Nov 28, 2022
0.1.0 Sep 22, 2022

#1935 in Web programming

Download history 101/week @ 2024-10-25 145/week @ 2024-11-01 54/week @ 2024-11-08 86/week @ 2024-11-15 435/week @ 2024-11-22 371/week @ 2024-11-29 512/week @ 2024-12-06 393/week @ 2024-12-13 112/week @ 2024-12-20 77/week @ 2024-12-27 363/week @ 2025-01-03 404/week @ 2025-01-10 835/week @ 2025-01-17 865/week @ 2025-01-24 1269/week @ 2025-01-31 891/week @ 2025-02-07

3,891 downloads per month
Used in 2 crates (via symbolic-sourcemapcache)

Apache-2.0

230KB
901 lines

JS Source Scopes

Build Status codecov

This crate provides functionality for extracting and processing scope information from JavaScript source files, and resolving that scope via SourceMaps.

Features

  • Extracting scopes from source text using extract_scope_names
  • Fast lookup of scopes by byte offset using ScopeIndex
  • Fast conversion between line/column source positions and byte offsets using SourceContext
  • Resolution of minified scope names to their original names using NameResolver

License

JS Source Scopes is licensed under the Apache-2.0 license.

Dependencies

~15–24MB
~396K SLoC