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

Prepare SwiftUI parser for outputing stylesheet as a map #1458

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

Commits on Sep 21, 2024

  1. Prepare ast for conversion to JSON

    - Remove variable related code since we are using EEx
    - Always return a list of modifiers (instead of the inner tuple for singletons)
    - Return annotations as a map instead of keyword list
    NduatiK committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    655f086 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

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

Commits on Sep 24, 2024

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