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.5.tar.gz
(5.9 kB
view details)
File details
Details for the file sourcemap-0.1.5.tar.gz
.
File metadata
- Download URL: sourcemap-0.1.5.tar.gz
- Upload date:
- Size: 5.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a749315d39908c841a902249bbc68b3ccd158fa3dd4001b1d0f5479530ad4306 |
|
MD5 | 4e32553cb21cbc0a247beb9a767a8e72 |
|
BLAKE2b-256 | 479db3e2c6ecc464fa67cf0595e2bfd604675e9dd4a7e59bde56e7fea3bcd638 |