Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: support for consumers of the REPL *module* being able to opt into using the global context ... #3150

Merged
merged 1 commit into from
Sep 3, 2013
Merged

Fix: support for consumers of the REPL *module* being able to opt into using the global context ... #3150

merged 1 commit into from
Sep 3, 2013

Conversation

mklement0
Copy link
Contributor

... via option .useGlobal.

Note that, at least for now, CoffeeScript's own REPL CLI still uses a
non-global context, rendering modules such as color, which attempt to
modify the prototypes of JavaScript primitives, ineffective. By
contrast, node's own CLI does use the global context.

…o using the global context via option `.useGlobal`.

Note that, at least for now, CoffeeScript's own REPL *CLI* still uses a
non-global context, rendering modules such as `color`, which attempt to
modify the prototypes of JavaScript primitives, ineffective. By
contrast, node's own CLI does use the global context.
@michaelficarra
Copy link
Collaborator

Perfect, thank you.

michaelficarra added a commit that referenced this pull request Sep 3, 2013
…t-support

Fix: support for consumers of the REPL *module* being able to opt into using the global context ...
@michaelficarra michaelficarra merged commit 1765a7a into jashkenas:master Sep 3, 2013
@mklement0 mklement0 deleted the fix-repl-module-global-context-support branch September 3, 2013 22:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants