max-mapper / max-mapper/requirebin

Global is undefined

Open
#60 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.