more architectural changes

This commit is contained in:
Sebastian McKenzie
2015-07-11 20:56:26 +01:00
parent afe5eb118c
commit a226641631
42 changed files with 393 additions and 463 deletions

View File

@@ -0,0 +1,10 @@
/*
The purpose of this file is to test that the node_modules check in the require
hook doesn't mistakenly exclude something like "not_node_modules". To pass, this
file merely needs to be transpiled. The transpiled code won't, and doesn't need
to, execute without error. It won't execute because React will be undefined.
*/
try {
<Some jsx="element" />;
}
catch (e) {}