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

perf: generate html react props from html spec #2341

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2023

  1. Generate html react props from html spec

    Here scraped html spec to generate attributes per tag
    and added converter to out props meta format.
    
    In the next PR will reuse for settings panel and remove
    html attributes from generated comomponent props.
    
    Having html attributes not tied to specific framework
    will let us generate formats compatible with any framework.
    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    073957c View commit details
    Browse the repository at this point in the history
  2. Fix lockfile

    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    2d57595 View commit details
    Browse the repository at this point in the history
  3. Fix arg types generator

    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    aff9f19 View commit details
    Browse the repository at this point in the history
  4. fix lint

    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    88d7dc0 View commit details
    Browse the repository at this point in the history
  5. Regenerate all props

    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7ae1991 View commit details
    Browse the repository at this point in the history
  6. Add missing dependencies

    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    aeff5ff View commit details
    Browse the repository at this point in the history
  7. Fix imports in builder

    TrySound committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    7b33f04 View commit details
    Browse the repository at this point in the history