Mercurial > pydertron
view test.js @ 2:b6f9d743a2b5
Refined require() implementation.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 09 Sep 2009 21:48:49 -0700 |
parents | ab09b8a10876 |
children | 97adec8c8127 |
line wrap: on
line source
var foo = require('foo'); foo.bar(); foo = require('foo'); foo.bar(); print('hello');