-
Notifications
You must be signed in to change notification settings - Fork 29.8k
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
vm: add module support #17560
Closed
Closed
vm: add module support #17560
Commits on Jan 20, 2018
-
src: flatten ContextifyContext
Flattens ContextifyContext allows the context interface to be used in other parts of the code base.
Configuration menu - View commit details
-
Copy full SHA for ed99b5c - Browse repository at this point
Copy the full SHA ed99b5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03f57bf - Browse repository at this point
Copy the full SHA 03f57bfView commit details -
adds vm.Module, which wraps around module_wrap to provide an interface for developers to work with modules in a more reflective manner. vm.Module.createContext yields a "module context" which includes a way to hook the loader for that context, again allowing for greater control in whats going on with these modules.
Configuration menu - View commit details
-
Copy full SHA for 9ed3aa1 - Browse repository at this point
Copy the full SHA 9ed3aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e23074f - Browse repository at this point
Copy the full SHA e23074fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82dbbb4 - Browse repository at this point
Copy the full SHA 82dbbb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c8c113 - Browse repository at this point
Copy the full SHA 1c8c113View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc1780 - Browse repository at this point
Copy the full SHA 6fc1780View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3aeb18 - Browse repository at this point
Copy the full SHA f3aeb18View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe50b47 - Browse repository at this point
Copy the full SHA fe50b47View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f26f7 - Browse repository at this point
Copy the full SHA f4f26f7View commit details
Commits on Jan 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 2ee1411 - Browse repository at this point
Copy the full SHA 2ee1411View commit details -
Configuration menu - View commit details
-
Copy full SHA for dfbd67d - Browse repository at this point
Copy the full SHA dfbd67dView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.