Skip to content

Instantly share code, notes, and snippets.

@mattrobenolt
Created March 3, 2013 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattrobenolt/5075441 to your computer and use it in GitHub Desktop.
Save mattrobenolt/5075441 to your computer and use it in GitHub Desktop.
>>> import sourcemap
>>> index = sourcemap.load(open('jquery.min.map')) # Parses the map
>>> index.lookup(line=1, column=3000)) # Search in index for a Token
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment