142 Commits (3cdb5063f20887a30101fe21748a4c4583255ce3)

Author SHA1 Message Date
Alex Lamar de1dc0ae2e module: preserve symlinks when requiring 9 years ago
Michaël Zasso 75487f0db8 module: fix resolution of filename with trailing slash 9 years ago
Yuval Brik b488b19eaf
fs: optimize realpath using uv_fs_realpath() 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
Phillip Johnsen d38503ab01 module: prioritize current dir for local lookups 9 years ago
Rich Trott 0c113e8fde module: refactor redeclared variable 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
Rich Trott 19f700859b module: revert "optimize js and json file i/o" 9 years ago
Ben Noordhuis 7c60328002 module: optimize js and json file i/o 9 years ago
Ben Noordhuis 038b636562 module: avoid ArgumentsAdaptorTrampoline frame 9 years ago
Ben Noordhuis 83f8d98806 module: cache stat() results more aggressively 9 years ago
Andres Suarez 1285671283 module: move unnecessary work for early return 9 years ago
Brian White 18490d3d5a module: always decorate thrown errors 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
Evan Lucas 4fed62c876 module: cache regular expressions 9 years ago
Andres Suarez faa3bb8663 module: remove unnecessary JSON.stringify 9 years ago
Sakthipriyan Vairamani 6ad458b752 module: remove unnecessary property and method 9 years ago
Justin Chase 8593b3e8eb module: use UNC paths when loading native addons 9 years ago
Dave Eddy 2e6ece44e1 node: add -c|--check CLI arg to syntax check script 9 years ago
Ali Ijaz Sheikh 0159ac9c99 src: apply debug force load fixups from 41e63fb 9 years ago
Bradley Meck 2d251e661a module: fix module preloading when cwd is ENOENT 9 years ago
Sakthipriyan Vairamani 9cd44bb2b6 util: prepend '(node) ' to deprecation messages 9 years ago
Michaël Zasso a4f4909f3d module: fix stat with long paths on Windows 9 years ago
Pierre Inglebert a71ee93afe module: reduce syscalls during require search 10 years ago
Michaël Zasso 671e64ac73 module: allow long paths for require on Windows 9 years ago
Ali Ijaz Sheikh 5759722cfa src: fix module search path for preload modules 10 years ago
Ben Noordhuis 1bbf8d0720 lib: speed up require(), phase 2 10 years ago
Ben Noordhuis b14fd1a720 lib: speed up require(), phase 1 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Chris Yip 7384ca83f9 module: remove '' from Module.globalPaths 10 years ago
Roman Reiss 5b844e140b module: fix style 10 years ago
Roman Reiss 3ad82c335d module: handle NODE_PATH in require('.') 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Michaël Zasso 6fc5e95354 module: allow require('.') 10 years ago
Ben Noordhuis f58e59649d lib: remove broken NODE_MODULE_CONTEXTS feature 10 years ago
Herbert Vojčík 6a2b204bbc module: replace NativeModule.require 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Evan Lucas 78a7dc2b8f module: fix regression in require ../ 10 years ago
Ben Noordhuis ddf17f995b lib: optimize require() path walking 10 years ago
Robert Kowalski 36777d2a5f module: test for directories, fix require with .. 11 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
haoxin 00d7b13a18 module: correct the order of the assertions 10 years ago
Maciej Małecki 4f1ae11a62 module: eliminate double `getenv()` 11 years ago
Robert Kowalski 46ccb201cb module: don't require fs several times 10 years ago
Fred K. Schott a55c60c715 module: document important methods 11 years ago
Wyatt Preul 1d5e797445 module: only cache package main 11 years ago