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 StdioOverrideFunction Type export #41

Merged
merged 1 commit into from
Apr 15, 2024

Commits on Apr 15, 2024

  1. Fix StdioOverrideFunction Type export

    This was a case of bad management of the types in play and their
    exposure outside the package. The fix that works for both package
    maintenance, and external users is to ensure that the type is available
    and copied into the final npm package. Finally this would have been
    caught with a test, which has now been added.
    
    - Fix #40
    - Add dedicated type file for StdioOverrideFunction
    - Change type file paths to be relative
    - Move all type files to the `src` folder to make things easier
    - Add Makefile rules to copy over `.d.ts` files so they are in the
      package
    moshen committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    91e0178 View commit details
    Browse the repository at this point in the history