Chromium Code Reviews| Index: module.js |
| diff --git a/module.js b/module.js |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1282f51bc5ab3953cf9620387b190445977b0551 |
| --- /dev/null |
| +++ b/module.js |
| @@ -0,0 +1,3 @@ |
| +import './dep.js' |
| + |
| +console.log("hello w"); |