Revert "Merge pull request #160 from natecain/commonjs"

This reverts commit 661621c3f7, reversing
changes made to d3d72eff1b.
This commit is contained in:
Jeremy Ruston
2013-10-12 16:29:20 +01:00
parent 661621c3f7
commit 5ef4123b3d
34 changed files with 37 additions and 546 deletions

View File

@@ -1,16 +0,0 @@
/*\
title: relative/program.js
type: application/javascript
module-type: library
Relative test
\*/
var test = require('test');
var a = require('submodule/a');
var b = require('submodule/b');
test.assert(a.foo == b.foo, 'a and b share foo through a relative require');
test.print('DONE', 'info');