summaryrefslogtreecommitdiff
path: root/test/parallel/test-repl-tab-complete.js
AgeCommit message (Expand)Author
2019-09-18repl: fix bug in fs module autocompletionzhangyongsheng
2019-09-15repl: add autocomplete support for fs.promisesantsmartian
2019-04-29repl: add autocomplete for filesystem modulesAnto Aravinth
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-06repl: simplify and improve completionRuben Bridgewater
2019-02-02process: expose process.features.inspectorJoyee Cheung
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-10-02repl: do not swallow errors in nested REPLsRich Trott
2018-08-24test: move hijackstdio out of require('common')James M Snell
2018-08-23test: move common.ArrayStream to separate moduleJames M Snell
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-07-13repl: make own properties shadow prototype propertiesSam Ruby
2018-07-02repl: fix tab completion for object properties with special charWeijia Wang
2018-06-06test,tools: enable running tests under workersAnna Henningsen
2017-12-29test: fix repl-tab-complete --without-sslDaniel Bevenius
2017-12-21repl: show lexically scoped vars in tab completionMichaël Zasso
2017-11-16test: make REPL test pass in coverage modeAnna Henningsen
2017-10-11test: replace common.fixturesDir with fixturesStefania Sharp
2017-08-13repl: include folder extensions in autocompleteTeddy Katz
2017-08-08test: replace indexOf with includesMiguel Angel Asencio Hurtado
2017-07-24repl: improve require() autocompletionAlexey Orlenko
2017-07-07repl: fix crash with large buffer tab completionXadillaX
2017-07-02test: replace indexOf with includes and startsWithNataly Shrits
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-10meta: restore original copyright headerJames M Snell
2017-01-20test: refactor test-repl-tab-completeRich Trott
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2016-12-22repl: allow autocompletion for scoped packagesEvan Lucas
2016-10-25test: add common.hasIntlJames M Snell
2016-10-19test,lib,benchmark: match function namesRich Trott
2016-08-06repl: Add editor mode supportPrince J Wesley
2016-07-08repl: add support for custom completionsDiosney Sarmiento
2016-06-27repl: Enable tab completion for global propertiesLance Ball
2016-06-27repl: fix tab completion for defined commandsPrince J Wesley
2016-04-25repl: don’t complete expressions when eval failsAnna Henningsen
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-18test,repl: use deepStrictEqual for false-y valuesJeremiah Senkpiel
2016-04-14repl: don’t complete non-simple expressionsAnna Henningsen
2016-03-18test: reduce brittleness of tab complete testMatt Loring
2016-03-03test: fix proxy tab-completion testAli Ijaz Sheikh
2016-03-03test: fix tests after V8 upgradeMichaël Zasso
2015-12-25test: remove unused `util` importsRich Trott
2015-12-04test: fix test-repl-tab-complete after V8 upgradeAli Ijaz Sheikh
2015-11-26test: move ArrayStream to commoncjihrig
2015-09-06test: fix test-repl-tab-complete.js for V8 4.5Ali Ijaz Sheikh
2015-08-23node: rename from io.js to nodecjihrig