Closed
Description
Bug Report
🔎 Search Terms
- lib
- d.ts
🕗 Version & Regression Information
4.5.0-dev.20210909
💻 Code
- Update the VS Code code base to build with the latest TS nightly
- Run
yarn monaco-compile-check
Problem
https://github.com/microsoft/vscode/runs/3558995204?check_suite_focus=true
We see the errors:
Error: node_modules/typescript/lib/lib.es2020.intl.d.ts(222,9): error TS2717: Subsequent property declarations must have the same type. Property 'type' must be of type 'ES2018NumberFormatPartType', but here has type 'ES2020NumberFormatPartType'.
9
Error: node_modules/typescript/lib/lib.es2020.intl.d.ts(229,16): error TS2304: Cannot find name 'NumberFormatUnit'.
10
Error: node_modules/typescript/lib/lib.es2020.intl.d.ts(237,16): error TS2304: Cannot find name 'NumberFormatUnit'.
I searched through the libs but also couldn't find where NumberFormatUnit
is defined. Let me know if I've overlooked something silly
/cc @orta