Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

Initial Implementation #1

Merged
merged 23 commits into from
Mar 14, 2023
Merged

Initial Implementation #1

merged 23 commits into from
Mar 14, 2023

Conversation

NullVoxPopuli
Copy link
Owner

@NullVoxPopuli NullVoxPopuli commented Mar 14, 2023

The goal of this PR is to set up the minimum needed infrastructure to be able to actually do more work on this project.

Things that will be explored:

  • gjs/gts transforming is a two-step process right now (preprocess <template> -> JS, then babel -> to underlying implementation details) -- can we put everything in rollup? This would mean that babel runs twice, but for simplicity for the consumers, it may be worth it -- rollup is fast enough as it is and combining the two steps would minimize chance for "other things" to mess with the intermediary format

@NullVoxPopuli NullVoxPopuli marked this pull request as ready for review March 14, 2023 21:47
@NullVoxPopuli NullVoxPopuli merged commit 2fca2ca into main Mar 14, 2023
@NullVoxPopuli NullVoxPopuli deleted the implementation branch March 14, 2023 21:59
@github-actions github-actions bot mentioned this pull request Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant