Implement a new utility module for injecting module imports.

This commit is contained in:
Logan Smyth
2017-09-15 00:20:51 -07:00
parent 84184e2ddd
commit ec9754bc40
11 changed files with 1768 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ export default {
* - 1 Default node position
* - 2 Priority over normal nodes
* - 3 We want this to be at the **very** top
* - 4 Reserved for the helpers used to implement module imports.
*/
name: "internal.blockHoist",