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

[TIMOB-5859] Adding support for require(). #702

Merged
merged 2 commits into from Nov 16, 2011
Merged

[TIMOB-5859] Adding support for require(). #702

merged 2 commits into from Nov 16, 2011

Conversation

cb1kenobi
Copy link
Contributor

TIMOB-5859 - Implement require() function
TIMOB-6013 - AMD module support to require()
TIMOB-6014 - Plugin support for require()

@@ -12,6 +12,14 @@
};

api.include = function(files){
/* coming soon!
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you have a ticket filed for reenabling this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not disabled. Just not using the new loader mechanism which would unify resource loading and build-time optimizations. The ticket for the include improvements is TIMOB-6015.

@nebrius
Copy link
Contributor

nebrius commented Nov 16, 2011

Tested using custom test code and code ported from KS. Request Accepted

@donthorp
Copy link
Contributor

Code Reviewed. Comments accepted. Request Accepted

donthorp added a commit that referenced this pull request Nov 16, 2011
[TIMOB-5859] Adding support for require().
@donthorp donthorp merged commit 6f392cd into tidev:master Nov 16, 2011
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

3 participants