Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-05doc: sort bottom-of-file markdown linksSam Roberts
2018-11-06vm: clarify timeout option in vmVladimir de Turckheim
2018-11-02vm: allow `cachedData` to also be TypedArray|DataViewBenjamin Chen
2018-11-01doc: remove notice of dashes in V8 optionsDenys Otrishko
2018-11-01doc, test: document and test vm timeout escapesJames M Snell
2018-10-17vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes
2018-10-17vm: add dynamic import supportGus Caplan
2018-10-17doc: use stronger language about security of vmGus Caplan
2018-09-18Revert "src: implement query callbacks for vm"Anna Henningsen
2018-09-072018-09-06, Version 10.10.0 (Current)Michaël Zasso
2018-08-29vm: add bindings for v8::CompileFunctionInContextUjjwal Sharma
2018-08-24src: implement query callbacks for vmTimothy Gu
2018-07-31vm: rename vm.Module to vm.SourceTextModuleGus Caplan
2018-07-22doc: fix sorting in the `vm.Module` sectionVse Mozhet Byt
2018-07-20doc: fix incorrect method nameAnto Aravinth
2018-07-16doc: fix vm.runInNewContext signatureMichaël Zasso
2018-07-042018-07-04, Version 10.6.0 (Current)Michaël Zasso
2018-06-28doc: fix some typos in deprecations.md and vm.mdVse Mozhet Byt
2018-06-27vm: add Script.createCodeCache()Gus Caplan
2018-06-06worker: initial implementationAnna Henningsen
2018-06-01doc: remove invalid `vm.Script` argumentsSimen Bekkhus
2018-05-09doc: update VM section textDaniel Bevenius
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-242018-04-24, Version 10.0.0 (Current)James M Snell
2018-04-12doc: `vm.runIn*Context` can accept a string as optionsGerhard Stoebich
2018-04-12doc: add and unify even more return valuesVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-04-04doc,tools: formalize, unify, codify default valuesVse Mozhet Byt
2018-04-03vm: move options checks from C++ to JSMichaël Zasso
2018-04-01doc: fix links in vm.mdVse Mozhet Byt
2018-04-01vm: add support for import.meta to Modulepunteek
2018-03-25doc: add metadata for vm code generation optionsTomCoded
2018-03-12vm: add code generation optionsGus Caplan
2018-02-23doc: add new documentation lint ruleestrada9166
2018-02-222018-02-22, Version 9.6.0 (Current)Myles Borins
2018-02-16doc: activate `no-multiple-empty-lines` ruleRuben Bridgewater
2018-02-08doc: remove **Note:** tagsJames M Snell
2018-02-03vm: flip Module#link's signatureGus Caplan
2018-01-31vm: add modulesGus Caplan
2018-01-04doc: edit for concisionRich Trott
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-11-26doc: replace function with arrow function in vm.mdnarirou
2017-11-24lib,src: remove vm.runInDebugContext()Ben Noordhuis
2017-11-09doc: improve documentation for the vm moduleFranziska Hinkelmann
2017-10-312017-10-31, Version 9.0.0 (Current)James M Snell
2017-10-23vm: deprecate vm.runInDebugContextJosh Gavant
2017-10-07doc: fix incorrect vm.createContext usagetshemsedinov
2017-08-28doc: add links to alternative versions of docChris Young