Craig Jennings

Results 3 issues of Craig Jennings

I was trying to adopt WMR in a personal project but kept running into issues. I've found that it has something to do with `styled-components`, but I'm not sure what's...

compat
upstream

This commit adds a simple check to see if the file being parsed is a Svelte file. If so, it assigns `allDeclarations` to the imports within the Svelte script tag...

When I try to customize the message of a `z.literal`, I get the following output: ```js try { z.literal('correct', { message: 'must match' }).parse('incorrect'); } catch (err) { console.log('err: ',...