Skip to content

Commit b655955

Browse files
committed
src: remove Async Listener
Async Listener was the name of the user-facing JS API, and is being completely removed. Instead low level hooks directly into the mechanism that AL used will be introduced in a future commit. PR-URL: nodejs/node-v0.x-archive#8110 Signed-off-by: Trevor Norris <trev.norris@gmail.com> Reviewed-by: Fedor Indutny <fedor@indutny.com> Reviewed-by: Alexis Campailla <alexis@janeasystems.com> Reviewed-by: Julien Gilli <julien.gilli@joyent.com>
1 parent 0674cba commit b655955

33 files changed

Lines changed: 8 additions & 2580 deletions

β€Ždoc/api/all.markdownβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@
3535
@include debugger
3636
@include cluster
3737
@include smalloc
38-
@include tracing

β€Ždoc/api/tracing.markdownβ€Ž

Lines changed: 0 additions & 273 deletions
This file was deleted.

β€Žlib/repl.jsβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ exports.writer = util.inspect;
7272
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster',
7373
'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net',
7474
'os', 'path', 'punycode', 'querystring', 'readline', 'stream',
75-
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib', 'smalloc',
76-
'tracing'];
75+
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib', 'smalloc'];
7776

7877

7978
function REPLServer(prompt, stream, eval_, useGlobal, ignoreUndefined) {

0 commit comments

Comments
Β (0)