Parse JavaScript source maps.
Project description
Parse JavaScript source maps.
>>> import sourcemap >>> sourcemap.discover('...') 'jquery.min.map' >>> index = sourcemap.loads('...') >>> index.lookup(line=10, column=10) <Token: dst_line=10 dst_column=10 src='jquery.js' src_line=50 src_col=200 name='lol'>
- copyright:
2013 by Matt Robenolt
- license:
BSD, see LICENSE for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
sourcemap-0.1.0.tar.gz
(159.5 kB
view details)
File details
Details for the file sourcemap-0.1.0.tar.gz
.
File metadata
- Download URL: sourcemap-0.1.0.tar.gz
- Upload date:
- Size: 159.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 20c853fb8b3866c0e760e0e3a19080c9d60e01c078cb0d191e17a99978d55984 |
|
MD5 | e5c5ac68f5ffaac77c9487d65f2c4657 |
|
BLAKE2b-256 | 7d8138cabc2979155c79c688b1df4ba025490819910116f0386f34b1f19770d0 |