aboutsummaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-05-16 02:41:40 -0700
committerRich Trott <rtrott@gmail.com>2019-05-18 19:03:17 -0700
commit7bdd8d6e98d375a8f4a66d741642af68f5ce562d (patch)
tree9b3aaa58013bae10e0eda29bc7755ddf025adff6 /tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
parentbfbc035033e4cedbe039a9757da693c50ac44c5c (diff)
downloadandroid-node-v8-7bdd8d6e98d375a8f4a66d741642af68f5ce562d.tar.gz
android-node-v8-7bdd8d6e98d375a8f4a66d741642af68f5ce562d.tar.bz2
android-node-v8-7bdd8d6e98d375a8f4a66d741642af68f5ce562d.zip
tools: remove unneeded dependency files
The new version of dmn more effectively cleans unneeded dependency files. (Thanks, BridgeAR!) It's now in the udpate-*.sh files but run it manually to get the benefits now (and to have a smaller diff when we update). PR-URL: https://github.com/nodejs/node/pull/27730 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts')
-rw-r--r--tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts b/tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
deleted file mode 100644
index 708c6c951f..0000000000
--- a/tools/node_modules/eslint/node_modules/rxjs/internal/scheduler/AsapScheduler.d.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { AsyncAction } from './AsyncAction';
-import { AsyncScheduler } from './AsyncScheduler';
-export declare class AsapScheduler extends AsyncScheduler {
- flush(action?: AsyncAction<any>): void;
-}