Skip to content
This repository has been archived by the owner on Jan 25, 2019. It is now read-only.

get origin position from a compressed file with line and column

Notifications You must be signed in to change notification settings

alexayan/sourcemap-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

get origin position from a compressed file with line and column

install

npm install --save sourcemap-position

example

var sp = require('sourcemap-position');
sp('compressed file url', line, column).then(function(res){
	//res
	//{source: '', line: 23, column: 1313, name: '' }
});

About

get origin position from a compressed file with line and column

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published