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

"auto-export" switch to bring specified modules into global namespace #4

Open
rudylattae opened this issue Jan 9, 2011 · 0 comments

Comments

@rudylattae
Copy link
Owner

In order to start writing features and stories without additional dependencies
As a new jasmine-species user
I want to use a global setting to inject grammar into my global namespace

I am not a real fan of any js library dumping its innards or public api into my global namespace unless I ask for it. However since jasmine does this as a matter of convenience, jasmine-species, particularly the grammar package, should provide this "feature" to users.

It should help make it easier for new users to get up and running faster.

Proposed:

var jasmineSpecies_conf = {
    autoexport: [
        'jasmine.grammar.FeatureStory.*'
    ]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant