max-mapper / max-mapper/requirebin
Global is undefined
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 389
- Forks
- 73
- PR merge metrics
- No merged PRs in 30d
Description
if you use global in your top level code, it is undefined. In browserify bundles, this would normally be equivalent to self, that is to say window in a normal context or the worker global (?) in the webworker context.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Trace how top-level globals are exposed in the generated browser bundles and compare the current behavior with the issue's expected self equivalent for window and worker contexts. Confirm that global is defined in both contexts and add coverage for the observed behavior before considering the issue done.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100