Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: declaration generation error (#733) #743

Closed
wants to merge 6 commits into from

Commits on Feb 24, 2024

  1. Configuration menu
    Copy the full SHA
    ef4e8d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Configuration menu
    Copy the full SHA
    2996d37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1372042 View commit details
    Browse the repository at this point in the history
  3. fix: dts does not updated completely (umijs#733)

    在 cjs/esm 同时存在的情况下,会因为 ts 的增量编译而跳过
    如果仅用 inputFiles 作为缓存初始值 可能存在某个 bundless 输出不全的问题
    ninesunsabiu committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    bd02a64 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2024

  1. fix: write dts file error

    因为声明文件的输出范围可能没有经过输入文件的范围,只有输入文件范围才做过目录的创建
    所以对于那些不在 declarationFileMap 中的文件 再次做一次 ensureDirSync
    ninesunsabiu committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    3226b03 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    bd65648 View commit details
    Browse the repository at this point in the history