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
diff options
context:
space:
mode:
authorJames M Snell <jasnell@gmail.com>2020-06-18 23:22:17 +0300
committerMichaƫl Zasso <targos@protonmail.com>2021-04-30 12:59:52 +0300
commit9660a78278a4754ba47179b86e4798a705deae73 (patch)
tree67c9dde6e7215b956b26b72ffc2f1fcf34ac7987 /node.gyp
parent59a8425d047d7c30fa6e1c16004f7e203d3aec56 (diff)
timers: move promisified timers implementations
Move the promisified timers implementations into a new internal. submodule. Also adds `ref` option to the promisified versions. Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/33950 Backport-PR-URL: https://github.com/nodejs/node/pull/38386 Reviewed-By: Denys Otrishko <shishugi@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Diffstat (limited to 'node.gyp')
-rw-r--r--node.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/node.gyp b/node.gyp
index fbc26fed51c..ab2480c4657 100644
--- a/node.gyp
+++ b/node.gyp
@@ -199,6 +199,7 @@
'lib/internal/source_map/source_map.js',
'lib/internal/source_map/source_map_cache.js',
'lib/internal/test/binding.js',
+ 'lib/internal/timers/promises.js',
'lib/internal/timers.js',
'lib/internal/tls.js',
'lib/internal/trace_events_async_hooks.js',