diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2023-09-09 14:03:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-09 15:03:21 -0400 |
| commit | c228adc27d5b605286d3a9ca924e657308aebb74 (patch) | |
| tree | fdc0e814bdaeceb231565ee8e0324c7447c39212 /cli/tsc/dts/lib.es2017.d.ts | |
| parent | f75a17521df053218c0c2b5fb93c5354f9c8f274 (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.ts | 1 |
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" /> |
