diff test.js @ 1:ab09b8a10876

Added trivial half-baked implementation of securable modules.
author Atul Varma <varmaa@toolness.com>
date Wed, 09 Sep 2009 21:09:39 -0700
parents
children b6f9d743a2b5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.js	Wed Sep 09 21:09:39 2009 -0700
@@ -0,0 +1,5 @@
+var foo = require('foo');
+
+foo.bar();
+
+print('hello');