https://github.com/lemonpi/webstorm-index-issue
Self-contained demo of a problem with webstorm's function indexing of a webpack bundled library (UMD format)
https://github.com/lemonpi/webstorm-index-issue
Last synced: 4 months ago
JSON representation
Self-contained demo of a problem with webstorm's function indexing of a webpack bundled library (UMD format)
- Host: GitHub
- URL: https://github.com/lemonpi/webstorm-index-issue
- Owner: LemonPi
- Created: 2017-07-11T19:49:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-11T19:49:26.000Z (over 8 years ago)
- Last Synced: 2025-02-22T18:39:32.905Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a minimum demo of a problem with Webstorm 2017.1.4's indexing
of webpack bundled libraries.
## Setup
`npm install` to install dependencies
`npm run build` to build bundle
## Test
See `test/test.js` for comments that explain what I expect
Webstorm should index and resolve, and what it outputs.
`npm test` to see that the functions work as intended, but
aren't recognized by Webstorm.