denoland / deno_graph

The module graph logic for Deno CLI
https://docs.rs/deno_graph
MIT License
111 stars 39 forks source link

Ban all inference of arrays with non primitive members in slow types #460

Open lucacasonato opened 4 months ago

lucacasonato commented 4 months ago

https://www.typescriptlang.org/play/?#code/KYDwDg9gTgLgBAYwgOwM7xHAvHA3gKDiLgBsBLdALjgG1DiHc4BDagIgDMII2AaOAEbUaMKAFdgAXTgBfXvQZEmrOJ259BwgIz9RE6XIWLl1LQCYAzPwTU9wIjKOT5MgNxA

dsherret commented 3 months ago

Isn't this ok to leave for the ts emit, but not ok for dts?