kmalakoff / kmalakoff/gulp-module-system
Checking external requires throws before a working require is found
Open
- Dominant language
- CoffeeScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/kmalakoff/gulp-module-system/blob/master/module_systems/local-shim.coffee#L99
If window.require can't find the dependency it'll throw and prevent the locally injected external require from actually being tried.
Contributor guide
No contributing guide indexed for this repository
Research direction
Open local-shim.coffee around line 99 and trace how window.require handles a missing dependency before the injected external require is reached. Confirm that a failed lookup does not stop the local external require from being tried, and verify that a working external dependency is resolved successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 58/100