This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cf081a4712
node
/
test
/
fixtures
/
cycles
/
folder
/
foo.js
6 lines
97 B
JavaScript
Raw
Normal View
History
Unescape
Escape
GJSLint part of tests
2010-12-03 09:03:18 +08:00
var
root
=
require
(
'./../root'
)
;
Fix require("../blah") issues Added some more tests, and refactored the uri and path modules to use the same normalization logic, so that nothing is relying on flaky regexps. http://groups.google.com/group/nodejs/browse_thread/thread/34779f8c10098c5e http://groups.google.com/group/nodejs/browse_thread/thread/1aa0146b92582679#msg_9822c03998cb4064
2009-12-22 23:24:32 +08:00
GJSLint part of tests
2010-12-03 09:03:18 +08:00
exports
.
hello
=
function
(
)
{
Fix require("../blah") issues Added some more tests, and refactored the uri and path modules to use the same normalization logic, so that nothing is relying on flaky regexps. http://groups.google.com/group/nodejs/browse_thread/thread/34779f8c10098c5e http://groups.google.com/group/nodejs/browse_thread/thread/1aa0146b92582679#msg_9822c03998cb4064
2009-12-22 23:24:32 +08:00
return
root
.
calledFromFoo
(
)
;
:%s/sys.puts/console.log/g and there was much rejoicing
2010-06-24 08:40:51 +08:00
}
;