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.4.tar.gz
(5.8 kB
view details)
File details
Details for the file sourcemap-0.1.4.tar.gz
.
File metadata
- Download URL: sourcemap-0.1.4.tar.gz
- Upload date:
- Size: 5.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af1dba66a887c945a5b74ed7a6e873e69656c6846a94d5f038e2a4ac0a0d26c8 |
|
MD5 | dcbb980d46578aff9377cd7032025ab9 |
|
BLAKE2b-256 | febc06273b27a7a332ce012a9d0b76b65adbe716ccacabda52b2a94c1269b718 |