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: update type source of wasm option #173

Merged
merged 3 commits into from Mar 10, 2024
Merged

fix: update type source of wasm option #173

merged 3 commits into from Mar 10, 2024

Conversation

danielroe
Copy link
Contributor

https://github.com/nuxt/ecosystem-ci/actions/runs/8210272012/job/22470017057

This fixes an issue with this module and the latest nitropack, which dropped the type export.

cc: @pi0

@danielroe danielroe requested a review from harlan-zw March 9, 2024 17:09
@danielroe danielroe self-assigned this Mar 9, 2024
package.json Outdated Show resolved Hide resolved
@@ -141,7 +141,7 @@ export interface RuntimeCompatibilitySchema {
resvg: 'node' | 'wasm' | 'wasm-fs' | false
satori: 'node' | 'wasm' | 'wasm-fs' | false
sharp: 'node' | false
wasm?: WasmOptions
wasm?: NitroOptions['wasm']
Copy link

Choose a reason for hiding this comment

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

not related to this PR, but unwasm is explicitly a built-time tool same as NitroOptions.

@harlan-zw
Copy link
Collaborator

Thanks 😊

@harlan-zw harlan-zw merged commit be96e00 into main Mar 10, 2024
1 check passed
@danielroe danielroe deleted the fix/unwasm-options branch March 10, 2024 12:24
@danielroe
Copy link
Contributor Author

You are very welcome 😊

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.

None yet

3 participants