Happydev

Results 18 comments of Happydev

Yeah I believe it was because of the snapshot release having issues previously (which you pushed a fix for), tests passed locally for me IIRC, not sure though, been a...

Reopening this as we've reverted the fix made in https://github.com/withastro/compiler/pull/963, due to unexpected regressions that it caused.

This likely regressed in https://github.com/withastro/compiler/pull/817

I think this is because, the internal `Transform` function returns a promise (the others don't) https://github.com/withastro/compiler/blob/0c24ea165ca81db30063fcd75bdb5814a51520ce/cmd/astro-wasm/astro-wasm.go#L447 Not sure how it could be refactored though. Maybe @natemoo-re could have more context...

The correct usage of this feature is to *not export* the type Edit: I was wrong actually

Sorry, I'm not aware of a better way to handle this

This should probably get escaped by the compiler. Moving this to the compiler repo

@RobertDS07 I think the issue is that the compiler shouldn't generate invalid code when the markup is invalid, it should try to correct it