typescript-go icon indicating copy to clipboard operation
typescript-go copied to clipboard

module resolution: missing a decl on imported type alias

Open sandersn opened this issue 10 months ago • 2 comments

declarationEmitBundleWithAmbientReferences

sandersn avatar Feb 10 '25 17:02 sandersn

The type alias is itself aliased via import.

sandersn avatar Feb 10 '25 18:02 sandersn

can't resolve "src/datastore_result" to "src/datastore_result.ts" referenced inside "src/conditional_directive_field.ts"

execution is different in resolveExternalModule; the Strada version is hundreds of lines longer.

sandersn avatar Feb 10 '25 19:02 sandersn

Closing, #1292

jakebailey avatar Jun 26 '25 21:06 jakebailey