129 Commits (4b0b991bf5bbb41e204a7b98f62a8afd00faf855)

Author SHA1 Message Date
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
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
Domenic Denicola 7afdba6e0b vm, core, module: re-do vm to fix known issues 11 years ago
Matthew Aynalem c171c490f2 fixes #6031 spelling errors 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
isaacs 896b2aa707 util: Add debuglog, deprecate console lookalikes 12 years ago
Robert Kowalski 812356049d module: use path.sep instead of a custom solution 12 years ago
Robert Kowalski 04ce80760e module: use path.sep instead of custom solution 12 years ago
Andrew Paprocki c081809344 vm: add support for timeout argument 12 years ago
isaacs 875e4a0c59 core: Remove the nextTick for running the main file 12 years ago
isaacs 15508589a1 addon: Pass module object to NODE_MODULE init function 12 years ago
Felix Böhm 7465cf911a module: assert that require() is called with a string 12 years ago
James Campos c93c99c7c3 assert that require() has a truthy path 12 years ago