Socket
Socket
Sign inDemoInstall

get-source-code-location

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    get-source-code-location

get a portion of source code by supplying star and end


Version published
Weekly downloads
12
increased by200%
Maintainers
1
Install size
4.44 kB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 03 Oct 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc