readline: promote _getCursorPos to public api by Js-Brecht · Pull Request #30687 · nodejs/node
addaleax
added
the
semver-minor
label
Nov 30, 2019
addaleax
added
the
author ready
label
Dec 7, 2019Aliases Interface._getCursorPos to Interface.getCursorPos, for consumption as a public API. refs: nodejs#30347
targos pushed a commit that referenced this pull request
Dec 16, 2019Alias _getCursorPos() = getCursorPos() for backwards compatibility. Refs: #30347 PR-URL: #30687 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins pushed a commit that referenced this pull request
Dec 17, 2019Alias _getCursorPos() = getCursorPos() for backwards compatibility. Refs: #30347 PR-URL: #30687 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
MylesBorins added a commit that referenced this pull request
Dec 18, 2019Notable Changes:
* cli:
* add --trace-exit cli option (legendecas)
#30516
* http,https:
* increase server headers timeout (Tim Costa)
#30071
* readline:
* update ansi-regex (Ruben Bridgewater)
#30907
* promote \_getCursorPos to public api (Jeremy Albright)
#30687
* repl:
* add completion preview (Ruben Bridgewater)
#30907
* util:
* add Set and map size to inspect output (Ruben Bridgewater)
#30225
* wasi:
* require CLI flag to require() wasi module (Colin Ihrig)
#30963
PR-URL: #31010
MylesBorins added a commit that referenced this pull request
Dec 18, 2019Notable Changes:
* cli:
* add --trace-exit cli option (legendecas)
#30516
* http,https:
* increase server headers timeout (Tim Costa)
#30071
* readline:
* update ansi-regex (Ruben Bridgewater)
#30907
* promote \_getCursorPos to public api (Jeremy Albright)
#30687
* repl:
* add completion preview (Ruben Bridgewater)
#30907
* util:
* add Set and map size to inspect output (Ruben Bridgewater)
#30225
* wasi:
* require CLI flag to require() wasi module (Colin Ihrig)
#30963
PR-URL: #31010
targos pushed a commit that referenced this pull request
Jan 14, 2020Alias _getCursorPos() = getCursorPos() for backwards compatibility. Refs: #30347 PR-URL: #30687 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
BethGriggs pushed a commit that referenced this pull request
Feb 6, 2020Alias _getCursorPos() = getCursorPos() for backwards compatibility. Refs: #30347 PR-URL: #30687 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters