You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if this is a real issue or not; it hasn’t seemed to cause any problems. You should be able to reproduce it by checking out cc04eadf22fc8b5494e48823ef2530556b34528a and running npm run build:js.
The text was updated successfully, but these errors were encountered:
I'm thinking this was caused by a bug in esbuild. I'm going to close this for now, but we can re-open it later if this happens again with esbuild@>=0.24.0.
TypeScript 5.0 introduced multiple inheritance for tsconfig.json files where extends can be an array of file paths. Previously esbuild would incorrectly treat files encountered more than once when processing separate subtrees of the multiple inheritance hierarchy as an inheritance cycle. With this release, tsconfig.json files containing this edge case should work correctly without generating a warning.
Not sure if this is a real issue or not; it hasn’t seemed to cause any problems. You should be able to reproduce it by checking out cc04eadf22fc8b5494e48823ef2530556b34528a and running npm run build:js.
The text was updated successfully, but these errors were encountered: