#byte-offset #javascript #source-map #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

#1774 in Web programming

Download history 349/week @ 2024-07-22 126/week @ 2024-07-29 53/week @ 2024-08-05 37/week @ 2024-08-12 60/week @ 2024-08-19 96/week @ 2024-08-26 54/week @ 2024-09-02 99/week @ 2024-09-09 134/week @ 2024-09-16 81/week @ 2024-09-23 112/week @ 2024-09-30 98/week @ 2024-10-07 95/week @ 2024-10-14 48/week @ 2024-10-21 102/week @ 2024-10-28 160/week @ 2024-11-04

408 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–23MB
~389K SLoC