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: cannot create root construct in python #2500

Merged
merged 3 commits into from
Oct 14, 2024

Commits on Oct 11, 2024

  1. fix: cannot create root construct in python

    The previous attempt in #2499 caused the static helper to be added to every construct, which was unintentional and caused side-effects. Instead export a class that does the same.
    
    Fixes #1063
    mrgrain committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7c9289c View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Update src/construct.ts

    kaizencc authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f5912fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7ab9571 View commit details
    Browse the repository at this point in the history