107 Commits (20c4498e76af9bd639a752aae3e36571251c3c2d)

Author SHA1 Message Date
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
isaacs 8509073458 lint 12 years ago
Bert Belder 5288ed75be windows: use USERPROFILE to get the user's home dir 12 years ago
tasogarepg 21c4b9a9eb debugger: fix --debug-brk 12 years ago
isaacs 22804a9eb8 module: use 'repl' as the filename arg if missing 12 years ago
TJ Holowaychuk ed7fb149a2 module: add filename to require() json errors 12 years ago
Felix Geisendörfer bf9d8e9214 Fix exception output for module load exceptions 13 years ago
Shigeki Ohtsu 891f9defeb No need to have NativeModule.require('fs') in Module._findPath() 13 years ago
isaacs a10cfba766 module: remove 'exited', replace 'children' array 13 years ago
Ben Noordhuis 09c296b44d debugger: fix --debug-brk 13 years ago
Ben Noordhuis 3deceaf6e7 Revert "Process symlinked shared library as .node" 13 years ago
Ben Noordhuis a9723df1b7 Revert "Process symlinked shared library as .node" 13 years ago
Paddy Byers 7e0bf7d57d Process symlinked shared library as .node 13 years ago
Paddy Byers 840229a825 Tidy _resolveFilename 13 years ago
Fedor Indutny ccf7b41a69 module: fix --debug-brk on symlinked scripts 13 years ago
Fedor Indutny 27c85727ed module: fix --debug-brk on symlinked scripts 13 years ago
Nathan Rajlich 3f987cd925 module: Set the error.code to 'MODULE_NOT_FOUND' when a bad path is given to require. 13 years ago
Ben Leslie a4e10cdb07 Raise an error when a malformed package.json file is found. 13 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 13 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 13 years ago
Ben Noordhuis ac722bbed6 module: strip byte order marker when loading *.js and *.json files 13 years ago
isaacs 703a1ffe52 Revert "AMD compatibility for node" 13 years ago
isaacs 588d885e81 Close #1357 Load json files with require() 13 years ago