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
Provide TokenSyntax nodes for the import path in BuildConfiguration.canImport()
The compiler produces diagnostics for `canImport` checks, which requires
more source location information than was previously provided via
`BuildConfiguration.canImport`. Add in TokenSyntax nodes for each of
the elements in the import path so that the compiler has the syntax node
information it needs.
0 commit comments