Fred K. Schott
Fred K. Schott
@syndr0m this sounds awesome!
I think this got labelled accidentally, removing @bholmesdev but still curious what could be causing this. I don't think we touch `url()`, which makes me think this may be a...
This is good documentation but I'm actually not sure if we _meant_ for this feature to exist. If you're alright with sitting tight, I'd like to run this by our...
Ah, maybe this is a regression then. In the docs you have: ``` // DETECTS EXPORTS: a, b, c module.exports = { a, b: 'c', c: c }; ``` But...
no real-world use-case on my end, this came out of a simple test file that I'd written to test that it was working correctly. If I see one, I'll definitely...
@guybedford are you looking for popular packages not working? Just ran into chai not working, which I know is a popular project. But they use some very strange export language...
Excited to try out Shiki in Astro! You can see in the linked RFC above (and in our Discord server) there was a fair bit of pushback from our community...
Great, PR added: https://github.com/shikijs/shiki/pull/212
+1 for treating this like a TS error, similar to what happens when you use a bad prop. Even better if we can support type checking based on slot names,...