From 164583b9e44b4fc5910e78feb607ea7c98d3c7b9 Mon Sep 17 00:00:00 2001 From: James Ives Date: Sun, 4 Apr 2021 16:57:16 +0000 Subject: [PATCH] =?UTF-8?q?Deploy=20Production=20Code=20for=20Commit=208e8?= =?UTF-8?q?0bb1dd1b858d1126c5704ebd5ddb61ff47577=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- node_modules/@types/node/LICENSE | 0 node_modules/@types/node/README.md | 2 +- node_modules/@types/node/assert.d.ts | 0 node_modules/@types/node/async_hooks.d.ts | 2 +- node_modules/@types/node/base.d.ts | 0 node_modules/@types/node/buffer.d.ts | 0 node_modules/@types/node/child_process.d.ts | 25 +++++---- node_modules/@types/node/cluster.d.ts | 0 node_modules/@types/node/console.d.ts | 0 node_modules/@types/node/constants.d.ts | 0 node_modules/@types/node/crypto.d.ts | 8 +-- node_modules/@types/node/dgram.d.ts | 0 node_modules/@types/node/dns.d.ts | 0 node_modules/@types/node/domain.d.ts | 0 node_modules/@types/node/events.d.ts | 0 node_modules/@types/node/fs.d.ts | 0 node_modules/@types/node/fs/promises.d.ts | 0 node_modules/@types/node/globals.d.ts | 2 +- node_modules/@types/node/globals.global.d.ts | 0 node_modules/@types/node/http.d.ts | 0 node_modules/@types/node/http2.d.ts | 2 +- node_modules/@types/node/https.d.ts | 0 node_modules/@types/node/index.d.ts | 0 node_modules/@types/node/inspector.d.ts | 0 node_modules/@types/node/module.d.ts | 0 node_modules/@types/node/net.d.ts | 0 node_modules/@types/node/os.d.ts | 0 node_modules/@types/node/package.json | 11 +--- node_modules/@types/node/path.d.ts | 0 node_modules/@types/node/perf_hooks.d.ts | 0 node_modules/@types/node/process.d.ts | 0 node_modules/@types/node/punycode.d.ts | 0 node_modules/@types/node/querystring.d.ts | 0 node_modules/@types/node/readline.d.ts | 0 node_modules/@types/node/repl.d.ts | 0 node_modules/@types/node/stream.d.ts | 0 node_modules/@types/node/string_decoder.d.ts | 0 node_modules/@types/node/timers.d.ts | 0 node_modules/@types/node/tls.d.ts | 0 node_modules/@types/node/trace_events.d.ts | 0 node_modules/@types/node/ts3.4/base.d.ts | 56 ------------------- .../@types/node/ts3.4/globals.global.d.ts | 1 - node_modules/@types/node/ts3.4/index.d.ts | 8 --- .../@types/node/{ts3.4 => ts3.6}/assert.d.ts | 0 node_modules/@types/node/ts3.6/base.d.ts | 49 ++++++++++++++-- node_modules/@types/node/ts3.6/index.d.ts | 2 +- node_modules/@types/node/tty.d.ts | 0 node_modules/@types/node/url.d.ts | 0 node_modules/@types/node/util.d.ts | 0 node_modules/@types/node/v8.d.ts | 0 node_modules/@types/node/vm.d.ts | 4 ++ node_modules/@types/node/wasi.d.ts | 0 node_modules/@types/node/worker_threads.d.ts | 0 node_modules/@types/node/zlib.d.ts | 0 54 files changed, 73 insertions(+), 99 deletions(-) mode change 100644 => 100755 node_modules/@types/node/LICENSE mode change 100644 => 100755 node_modules/@types/node/README.md mode change 100644 => 100755 node_modules/@types/node/assert.d.ts mode change 100644 => 100755 node_modules/@types/node/async_hooks.d.ts mode change 100644 => 100755 node_modules/@types/node/base.d.ts mode change 100644 => 100755 node_modules/@types/node/buffer.d.ts mode change 100644 => 100755 node_modules/@types/node/child_process.d.ts mode change 100644 => 100755 node_modules/@types/node/cluster.d.ts mode change 100644 => 100755 node_modules/@types/node/console.d.ts mode change 100644 => 100755 node_modules/@types/node/constants.d.ts mode change 100644 => 100755 node_modules/@types/node/crypto.d.ts mode change 100644 => 100755 node_modules/@types/node/dgram.d.ts mode change 100644 => 100755 node_modules/@types/node/dns.d.ts mode change 100644 => 100755 node_modules/@types/node/domain.d.ts mode change 100644 => 100755 node_modules/@types/node/events.d.ts mode change 100644 => 100755 node_modules/@types/node/fs.d.ts mode change 100644 => 100755 node_modules/@types/node/fs/promises.d.ts mode change 100644 => 100755 node_modules/@types/node/globals.d.ts mode change 100644 => 100755 node_modules/@types/node/globals.global.d.ts mode change 100644 => 100755 node_modules/@types/node/http.d.ts mode change 100644 => 100755 node_modules/@types/node/http2.d.ts mode change 100644 => 100755 node_modules/@types/node/https.d.ts mode change 100644 => 100755 node_modules/@types/node/index.d.ts mode change 100644 => 100755 node_modules/@types/node/inspector.d.ts mode change 100644 => 100755 node_modules/@types/node/module.d.ts mode change 100644 => 100755 node_modules/@types/node/net.d.ts mode change 100644 => 100755 node_modules/@types/node/os.d.ts mode change 100644 => 100755 node_modules/@types/node/package.json mode change 100644 => 100755 node_modules/@types/node/path.d.ts mode change 100644 => 100755 node_modules/@types/node/perf_hooks.d.ts mode change 100644 => 100755 node_modules/@types/node/process.d.ts mode change 100644 => 100755 node_modules/@types/node/punycode.d.ts mode change 100644 => 100755 node_modules/@types/node/querystring.d.ts mode change 100644 => 100755 node_modules/@types/node/readline.d.ts mode change 100644 => 100755 node_modules/@types/node/repl.d.ts mode change 100644 => 100755 node_modules/@types/node/stream.d.ts mode change 100644 => 100755 node_modules/@types/node/string_decoder.d.ts mode change 100644 => 100755 node_modules/@types/node/timers.d.ts mode change 100644 => 100755 node_modules/@types/node/tls.d.ts mode change 100644 => 100755 node_modules/@types/node/trace_events.d.ts delete mode 100644 node_modules/@types/node/ts3.4/base.d.ts delete mode 100644 node_modules/@types/node/ts3.4/globals.global.d.ts delete mode 100644 node_modules/@types/node/ts3.4/index.d.ts rename node_modules/@types/node/{ts3.4 => ts3.6}/assert.d.ts (100%) mode change 100644 => 100755 mode change 100644 => 100755 node_modules/@types/node/ts3.6/base.d.ts mode change 100644 => 100755 node_modules/@types/node/ts3.6/index.d.ts mode change 100644 => 100755 node_modules/@types/node/tty.d.ts mode change 100644 => 100755 node_modules/@types/node/url.d.ts mode change 100644 => 100755 node_modules/@types/node/util.d.ts mode change 100644 => 100755 node_modules/@types/node/v8.d.ts mode change 100644 => 100755 node_modules/@types/node/vm.d.ts mode change 100644 => 100755 node_modules/@types/node/wasi.d.ts mode change 100644 => 100755 node_modules/@types/node/worker_threads.d.ts mode change 100644 => 100755 node_modules/@types/node/zlib.d.ts diff --git a/node_modules/@types/node/LICENSE b/node_modules/@types/node/LICENSE old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/README.md b/node_modules/@types/node/README.md old mode 100644 new mode 100755 index 7c9d386f9..269800ff7 --- a/node_modules/@types/node/README.md +++ b/node_modules/@types/node/README.md @@ -8,7 +8,7 @@ This package contains type definitions for Node.js (http://nodejs.org/). Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. ### Additional Details - * Last updated: Fri, 19 Feb 2021 17:58:40 GMT + * Last updated: Sat, 27 Mar 2021 00:01:17 GMT * Dependencies: none * Global values: `Buffer`, `__dirname`, `__filename`, `clearImmediate`, `clearInterval`, `clearTimeout`, `console`, `exports`, `global`, `module`, `process`, `queueMicrotask`, `require`, `setImmediate`, `setInterval`, `setTimeout` diff --git a/node_modules/@types/node/assert.d.ts b/node_modules/@types/node/assert.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/async_hooks.d.ts b/node_modules/@types/node/async_hooks.d.ts old mode 100644 new mode 100755 index 10dccc64f..153ebde0c --- a/node_modules/@types/node/async_hooks.d.ts +++ b/node_modules/@types/node/async_hooks.d.ts @@ -151,7 +151,7 @@ declare module 'async_hooks' { /** * Call AsyncHooks destroy callbacks. */ - emitDestroy(): void; + emitDestroy(): this; /** * @return the unique ID assigned to this AsyncResource instance. diff --git a/node_modules/@types/node/base.d.ts b/node_modules/@types/node/base.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/buffer.d.ts b/node_modules/@types/node/buffer.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/child_process.d.ts b/node_modules/@types/node/child_process.d.ts old mode 100644 new mode 100755 index f9e34f177..48adc4ec5 --- a/node_modules/@types/node/child_process.d.ts +++ b/node_modules/@types/node/child_process.d.ts @@ -342,6 +342,7 @@ declare module 'child_process' { interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { encoding: BufferEncoding; } + type ExecFileException = ExecException & NodeJS.ErrnoException; function execFile(file: string): ChildProcess; function execFile(file: string, options: (BaseEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; @@ -349,25 +350,25 @@ declare module 'child_process' { function execFile(file: string, args: ReadonlyArray | undefined | null, options: (BaseEncodingOptions & ExecFileOptions) | undefined | null): ChildProcess; // no `options` definitely means stdout/stderr are `string`. - function execFile(file: string, callback: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; - function execFile(file: string, args: ReadonlyArray | undefined | null, callback: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, args: ReadonlyArray | undefined | null, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. - function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; + function execFile(file: string, options: ExecFileOptionsWithBufferEncoding, callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void): ChildProcess; function execFile( file: string, args: ReadonlyArray | undefined | null, options: ExecFileOptionsWithBufferEncoding, - callback: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void, ): ChildProcess; // `options` with well known `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, options: ExecFileOptionsWithStringEncoding, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; function execFile( file: string, args: ReadonlyArray | undefined | null, options: ExecFileOptionsWithStringEncoding, - callback: (error: ExecException | null, stdout: string, stderr: string) => void, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, ): ChildProcess; // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. @@ -375,35 +376,35 @@ declare module 'child_process' { function execFile( file: string, options: ExecFileOptionsWithOtherEncoding, - callback: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void, ): ChildProcess; function execFile( file: string, args: ReadonlyArray | undefined | null, options: ExecFileOptionsWithOtherEncoding, - callback: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void, ): ChildProcess; // `options` without an `encoding` means stdout/stderr are definitely `string`. - function execFile(file: string, options: ExecFileOptions, callback: (error: ExecException | null, stdout: string, stderr: string) => void): ChildProcess; + function execFile(file: string, options: ExecFileOptions, callback: (error: ExecFileException | null, stdout: string, stderr: string) => void): ChildProcess; function execFile( file: string, args: ReadonlyArray | undefined | null, options: ExecFileOptions, - callback: (error: ExecException | null, stdout: string, stderr: string) => void + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void ): ChildProcess; // fallback if nothing else matches. Worst case is always `string | Buffer`. function execFile( file: string, options: (BaseEncodingOptions & ExecFileOptions) | undefined | null, - callback: ((error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, + callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, ): ChildProcess; function execFile( file: string, args: ReadonlyArray | undefined | null, options: (BaseEncodingOptions & ExecFileOptions) | undefined | null, - callback: ((error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, + callback: ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) | undefined | null, ): ChildProcess; // NOTE: This namespace provides design-time support for util.promisify. Exported members do not exist at runtime. diff --git a/node_modules/@types/node/cluster.d.ts b/node_modules/@types/node/cluster.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/console.d.ts b/node_modules/@types/node/console.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/constants.d.ts b/node_modules/@types/node/constants.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/crypto.d.ts b/node_modules/@types/node/crypto.d.ts old mode 100644 new mode 100755 index 46762ca6d..ea03c397f --- a/node_modules/@types/node/crypto.d.ts +++ b/node_modules/@types/node/crypto.d.ts @@ -234,8 +234,8 @@ declare module 'crypto' { private constructor(); update(data: BinaryLike): Buffer; update(data: string, input_encoding: Encoding): Buffer; - update(data: NodeJS.ArrayBufferView, input_encoding: undefined, output_encoding: BinaryToTextEncoding): string; - update(data: string, input_encoding: Encoding | undefined, output_encoding: BinaryToTextEncoding): string; + update(data: NodeJS.ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string; + update(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string; final(): Buffer; final(output_encoding: BufferEncoding): string; setAutoPadding(auto_padding?: boolean): this; @@ -279,9 +279,9 @@ declare module 'crypto' { class Decipher extends stream.Transform { private constructor(); update(data: NodeJS.ArrayBufferView): Buffer; - update(data: string, input_encoding: BinaryToTextEncoding): Buffer; + update(data: string, input_encoding: Encoding): Buffer; update(data: NodeJS.ArrayBufferView, input_encoding: undefined, output_encoding: Encoding): string; - update(data: string, input_encoding: BinaryToTextEncoding | undefined, output_encoding: Encoding): string; + update(data: string, input_encoding: Encoding | undefined, output_encoding: Encoding): string; final(): Buffer; final(output_encoding: BufferEncoding): string; setAutoPadding(auto_padding?: boolean): this; diff --git a/node_modules/@types/node/dgram.d.ts b/node_modules/@types/node/dgram.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/dns.d.ts b/node_modules/@types/node/dns.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/domain.d.ts b/node_modules/@types/node/domain.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/events.d.ts b/node_modules/@types/node/events.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/fs.d.ts b/node_modules/@types/node/fs.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/fs/promises.d.ts b/node_modules/@types/node/fs/promises.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/globals.d.ts b/node_modules/@types/node/globals.d.ts old mode 100644 new mode 100755 index 25372b9d5..0c9c27e36 --- a/node_modules/@types/node/globals.d.ts +++ b/node_modules/@types/node/globals.d.ts @@ -6,7 +6,7 @@ interface ErrorConstructor { /** * Optional override for formatting stack traces * - * @see https://github.com/v8/v8/wiki/Stack%20Trace%20API#customizing-stack-traces + * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces */ prepareStackTrace?: (err: Error, stackTraces: NodeJS.CallSite[]) => any; diff --git a/node_modules/@types/node/globals.global.d.ts b/node_modules/@types/node/globals.global.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/http.d.ts b/node_modules/@types/node/http.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/http2.d.ts b/node_modules/@types/node/http2.d.ts old mode 100644 new mode 100755 index 25b144f15..40fb73885 --- a/node_modules/@types/node/http2.d.ts +++ b/node_modules/@types/node/http2.d.ts @@ -652,7 +652,7 @@ declare module 'http2' { prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; } - export class Http2ServerResponse extends stream.Stream { + export class Http2ServerResponse extends stream.Writable { constructor(stream: ServerHttp2Stream); readonly connection: net.Socket | tls.TLSSocket; diff --git a/node_modules/@types/node/https.d.ts b/node_modules/@types/node/https.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/index.d.ts b/node_modules/@types/node/index.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/inspector.d.ts b/node_modules/@types/node/inspector.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/module.d.ts b/node_modules/@types/node/module.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/net.d.ts b/node_modules/@types/node/net.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/os.d.ts b/node_modules/@types/node/os.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/package.json b/node_modules/@types/node/package.json old mode 100644 new mode 100755 index 1c592a678..f47293401 --- a/node_modules/@types/node/package.json +++ b/node_modules/@types/node/package.json @@ -1,6 +1,6 @@ { "name": "@types/node", - "version": "14.14.31", + "version": "14.14.37", "description": "TypeScript definitions for Node.js", "license": "MIT", "contributors": [ @@ -218,11 +218,6 @@ "main": "", "types": "index.d.ts", "typesVersions": { - "<=3.4": { - "*": [ - "ts3.4/*" - ] - }, "<=3.6": { "*": [ "ts3.6/*" @@ -236,6 +231,6 @@ }, "scripts": {}, "dependencies": {}, - "typesPublisherContentHash": "e35e9f1e1be2150998638a2f9485b5e421a39bcfa3f02c37f4c39c69eeffef7b", - "typeScriptVersion": "3.4" + "typesPublisherContentHash": "f02c816ba8df5df4174feb1c57ce0d4ec89ba3eb1ee63a224ae7143e07aee695", + "typeScriptVersion": "3.5" } \ No newline at end of file diff --git a/node_modules/@types/node/path.d.ts b/node_modules/@types/node/path.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/perf_hooks.d.ts b/node_modules/@types/node/perf_hooks.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/process.d.ts b/node_modules/@types/node/process.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/punycode.d.ts b/node_modules/@types/node/punycode.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/querystring.d.ts b/node_modules/@types/node/querystring.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/readline.d.ts b/node_modules/@types/node/readline.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/repl.d.ts b/node_modules/@types/node/repl.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/stream.d.ts b/node_modules/@types/node/stream.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/string_decoder.d.ts b/node_modules/@types/node/string_decoder.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/timers.d.ts b/node_modules/@types/node/timers.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/tls.d.ts b/node_modules/@types/node/tls.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/trace_events.d.ts b/node_modules/@types/node/trace_events.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/ts3.4/base.d.ts b/node_modules/@types/node/ts3.4/base.d.ts deleted file mode 100644 index 2ea04f58f..000000000 --- a/node_modules/@types/node/ts3.4/base.d.ts +++ /dev/null @@ -1,56 +0,0 @@ -// NOTE: These definitions support NodeJS and TypeScript 3.2 - 3.4. - -// NOTE: TypeScript version-specific augmentations can be found in the following paths: -// - ~/base.d.ts - Shared definitions common to all TypeScript versions -// - ~/index.d.ts - Definitions specific to TypeScript 2.1 -// - ~/ts3.2/base.d.ts - Definitions specific to TypeScript 3.2 -// - ~/ts3.2/index.d.ts - Definitions specific to TypeScript 3.2 with global and assert pulled in - -// Reference required types from the default lib: -/// -/// -/// -/// - -// Base definitions for all NodeJS modules that are not specific to any version of TypeScript: - -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// -/// diff --git a/node_modules/@types/node/ts3.4/globals.global.d.ts b/node_modules/@types/node/ts3.4/globals.global.d.ts deleted file mode 100644 index 8e854665a..000000000 --- a/node_modules/@types/node/ts3.4/globals.global.d.ts +++ /dev/null @@ -1 +0,0 @@ -declare var global: NodeJS.Global; diff --git a/node_modules/@types/node/ts3.4/index.d.ts b/node_modules/@types/node/ts3.4/index.d.ts deleted file mode 100644 index 506b32a59..000000000 --- a/node_modules/@types/node/ts3.4/index.d.ts +++ /dev/null @@ -1,8 +0,0 @@ -// NOTE: These definitions support NodeJS and TypeScript 3.2 - 3.4. -// This is required to enable globalThis support for global in ts3.5 without causing errors -// This is required to enable typing assert in ts3.7 without causing errors -// Typically type modifiations should be made in base.d.ts instead of here - -/// -/// -/// diff --git a/node_modules/@types/node/ts3.4/assert.d.ts b/node_modules/@types/node/ts3.6/assert.d.ts old mode 100644 new mode 100755 similarity index 100% rename from node_modules/@types/node/ts3.4/assert.d.ts rename to node_modules/@types/node/ts3.6/assert.d.ts diff --git a/node_modules/@types/node/ts3.6/base.d.ts b/node_modules/@types/node/ts3.6/base.d.ts old mode 100644 new mode 100755 index 05afa406d..b94e69edf --- a/node_modules/@types/node/ts3.6/base.d.ts +++ b/node_modules/@types/node/ts3.6/base.d.ts @@ -1,10 +1,10 @@ -// NOTE: These definitions support NodeJS and TypeScript 3.5. +// NOTE: These definitions support NodeJS and TypeScript 3.6 and earlier. // NOTE: TypeScript version-specific augmentations can be found in the following paths: // - ~/base.d.ts - Shared definitions common to all TypeScript versions -// - ~/index.d.ts - Definitions specific to TypeScript 2.1 -// - ~/ts3.5/base.d.ts - Definitions specific to TypeScript 3.5 -// - ~/ts3.5/index.d.ts - Definitions specific to TypeScript 3.5 with assert pulled in +// - ~/index.d.ts - Definitions specific to TypeScript 3.7 and above +// - ~/ts3.5/base.d.ts - Definitions specific to TypeScript 3.6 and earlier +// - ~/ts3.5/index.d.ts - Definitions specific to TypeScript 3.6 and earlier with assert pulled in // Reference required types from the default lib: /// @@ -13,7 +13,46 @@ /// // Base definitions for all NodeJS modules that are not specific to any version of TypeScript: -/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// // TypeScript 3.5-specific augmentations: /// diff --git a/node_modules/@types/node/ts3.6/index.d.ts b/node_modules/@types/node/ts3.6/index.d.ts old mode 100644 new mode 100755 index 7e6b98cc5..e34d7e5ed --- a/node_modules/@types/node/ts3.6/index.d.ts +++ b/node_modules/@types/node/ts3.6/index.d.ts @@ -4,4 +4,4 @@ /// -/// +/// diff --git a/node_modules/@types/node/tty.d.ts b/node_modules/@types/node/tty.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/url.d.ts b/node_modules/@types/node/url.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/util.d.ts b/node_modules/@types/node/util.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/v8.d.ts b/node_modules/@types/node/v8.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/vm.d.ts b/node_modules/@types/node/vm.d.ts old mode 100644 new mode 100755 index 419de4153..3e7d2c657 --- a/node_modules/@types/node/vm.d.ts +++ b/node_modules/@types/node/vm.d.ts @@ -99,6 +99,10 @@ declare module 'vm' { */ wasm?: boolean; }; + /** + * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. + */ + microtaskMode?: 'afterEvaluate'; } type MeasureMemoryMode = 'summary' | 'detailed'; diff --git a/node_modules/@types/node/wasi.d.ts b/node_modules/@types/node/wasi.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/worker_threads.d.ts b/node_modules/@types/node/worker_threads.d.ts old mode 100644 new mode 100755 diff --git a/node_modules/@types/node/zlib.d.ts b/node_modules/@types/node/zlib.d.ts old mode 100644 new mode 100755