-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: mochajs/mocha
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.4.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mochajs/mocha
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 8 files changed
- 5 contributors
Commits on Jan 15, 2016
-
Have global exports be compatible with Web Workers
Assigning to `window` only works in a normal browser environment; however, Web Workers don't have access to `window`. Instead, the global object inside Web Workers is `self`. Browserify ensures that `global` is present to all scripts by creating a shim reference to it using this logic: typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {} Thus, if neither `global` nor `self` were originally present, `global === window` will be true. Web Workers compatibility was broken in a81e555.
Configuration menu - View commit details
-
Copy full SHA for 95d7d5b - Browse repository at this point
Copy the full SHA 95d7d5bView commit details
Commits on Jan 26, 2016
-
Merge pull request #2053 from mislav/window-vs-global
Have global exports be compatible with Web Workers
Configuration menu - View commit details
-
Copy full SHA for a661e6c - Browse repository at this point
Copy the full SHA a661e6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f3774f - Browse repository at this point
Copy the full SHA 9f3774fView commit details -
Merge pull request #2072 from thedark1337/master
Fix #2071: Removed color code to fix Chalk colors
Configuration menu - View commit details
-
Copy full SHA for eef307d - Browse repository at this point
Copy the full SHA eef307dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d8ffcfb - Browse repository at this point
Copy the full SHA d8ffcfbView commit details
Commits on Jan 27, 2016
-
Merge pull request #2074 from gyandeeps/master
Fix: reporters with chalk functions (fixes #2073)
Configuration menu - View commit details
-
Copy full SHA for f87395c - Browse repository at this point
Copy the full SHA f87395cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 337e863 - Browse repository at this point
Copy the full SHA 337e863View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8aafbb5 - Browse repository at this point
Copy the full SHA 8aafbb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753a511 - Browse repository at this point
Copy the full SHA 753a511View commit details
There are no files selected for viewing