get-source-code-location

1.0.1 • Public • Published

get-source-code-location

Made specifically for working with babylon SourceLocation objects to extract pieces of code from a source file.

Usage

const getSourceCodeLocation = require('get-source-code-location')
 
getSourceCode(source, {
 start: { line: 8, column: 2 },
 end: { line: 8, column: 12 }
})
// returns a string on 8th line between collumns 2 and 12
// if the file is shorter than 8 lines, it will throw an error

Package Sidebar

Install

npm i get-source-code-location

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • capaj