summaryrefslogtreecommitdiff
path: root/cli/tsc/dts/lib.es2017.d.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2023-09-09 14:03:21 -0500
committerGitHub <noreply@github.com>2023-09-09 15:03:21 -0400
commitc228adc27d5b605286d3a9ca924e657308aebb74 (patch)
treefdc0e814bdaeceb231565ee8e0324c7447c39212 /cli/tsc/dts/lib.es2017.d.ts
parentf75a17521df053218c0c2b5fb93c5354f9c8f274 (diff)
feat: TypeScript 5.2 (#20425)
Without `using` declarations or decorator metadata (waiting for that in v8).
Diffstat (limited to 'cli/tsc/dts/lib.es2017.d.ts')
-rw-r--r--cli/tsc/dts/lib.es2017.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc/dts/lib.es2017.d.ts b/cli/tsc/dts/lib.es2017.d.ts
index bbeabf422..e0bd4eeb7 100644
--- a/cli/tsc/dts/lib.es2017.d.ts
+++ b/cli/tsc/dts/lib.es2017.d.ts
@@ -22,3 +22,4 @@ and limitations under the License.
/// <reference lib="es2017.string" />
/// <reference lib="es2017.intl" />
/// <reference lib="es2017.typedarrays" />
+/// <reference lib="es2017.date" />