Skip to content

Expand liquid wasm support#289

Merged
tjoyal merged 1 commit intomainfrom
expand-liquid-wasm-support
Jul 7, 2025
Merged

Expand liquid wasm support#289
tjoyal merged 1 commit intomainfrom
expand-liquid-wasm-support

Conversation

@tjoyal
Copy link
Member

@tjoyal tjoyal commented Jul 4, 2025

Background

There was no way to expand wasm example liquid files.

Solution

Add support to yarn expand-liquid wasm

It's not quite doing anything else than that for now (no actual CI steps) but it's a start toward parity of wasm with the rest.

Checklist

  • I have 🎩'd these changes
  • I have squashed my commits into chunks of work with meaningful commit messages

@tjoyal tjoyal requested review from adampetro and davejcameron July 4, 2025 19:19
Comment on lines +38 to +41
case "typescript":
case "vanilla-js":
pathSuffix = "js";
break;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this works for this one outlier which uses a separate -ts suffix for some reason. Maybe we want to make this a pattern/regex somehow?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm good point, let me have a look. I don't think my code change have any impact on what you mention, but might as well try to fix it at the same time.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Being explored here: #290

@tjoyal tjoyal merged commit 7a06c11 into main Jul 7, 2025
2 checks passed
@tjoyal tjoyal deleted the expand-liquid-wasm-support branch July 7, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants