Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

els-addon-import-specifiers

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

els-addon-import-specifiers

Jump to import specifiers in a project

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

els-addon-import-specifiers

els-addon-import-specifiers

An ELS addon that allows jumping to the import specifiers directly

For example:

import { getFooData } from 'bar/utils/blah/foo'

On clicking on getFooData, you will be able to jump to the actual line of foo.js where getFooData is exported.

How do I use it?

Add els-addon-import-specifiers as a dev dependency in your app's package.json and thats it!

  • If using yarn, run: yarn add -D els-addon-import-specifiers
  • If using npm, run: npm install --save-dev els-addon-import-specifiers

FAQs

Package last updated on 19 Apr 2021

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc