From 59237d195f6afa0d8927128751ba5ff4562d7cce Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 28 May 2021 09:33:11 +1000 Subject: feat(cli): upgrade to TypeScript 4.3 (#9960) --- cli/dts/lib.es2020.symbol.wellknown.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/dts/lib.es2020.symbol.wellknown.d.ts') diff --git a/cli/dts/lib.es2020.symbol.wellknown.d.ts b/cli/dts/lib.es2020.symbol.wellknown.d.ts index 4bac52fec..7df0a2f45 100644 --- a/cli/dts/lib.es2020.symbol.wellknown.d.ts +++ b/cli/dts/lib.es2020.symbol.wellknown.d.ts @@ -26,7 +26,7 @@ interface SymbolConstructor { * A regular expression method that matches the regular expression against a string. Called * by the String.prototype.matchAll method. */ - readonly matchAll: symbol; + readonly matchAll: unique symbol; } interface RegExp { -- cgit v1.2.3