Skip to content

@preconstruct/cli@2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 10:55
· 21 commits to main since this release
0a4853c

Minor Changes

  • #556 908c43e Thanks @Andarist! - Always emit relative paths used in generated TS declaration files with resolved extensions of their runtime equivalents. This currently requires one of the 2 experimental flags: importsConditions or onlyEmitUsedTypeScriptDeclarations

Patch Changes

  • #554 1147fee Thanks @Andarist! - Fix types like import('#foo').Foo<import('#bar').Bar> not replacing the import to #bar in generated declarations under the importsConditions experimental flag