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
This is a challenge in the Go code since we don't have two kinds of null anymore; I think we should have some sort of "unresolved" compiler options we use during load, which we then finalize into the final settings that don't need null.
simple repro:
then run the below and note that
compilerOptions.types
is still set to the empty array,[]
.The text was updated successfully, but these errors were encountered: