Merilynn Bandy

Results 44 comments of Merilynn Bandy

If it's just one or two inputs you're checking in a test, is leaving a comment telling nyc to ignore the coverage really so spammy? And if you are validating...

Then I have to question why you have these safety checks anyway if you don't think they are important enough to test for

FYI, I'm not really a contributor, or responsible for what goes into the software. I am merely a user. What exactly is it about having multiple comments that is messy?...

@kirsis Maybe the `--stdout` flag can have the behavior I describe, and we can move the current behavior to another flag, `--show-token` (`-S`/`-s`)?

That's what I had in mind -- it seems like an obvious compliment to Svelte Kit's router. I'm open to other suggestions though!

@kosayoda I think that issue is still on ice. We'd like to go and fix tooling which doesn't support the current syntax before making a big change like that. It...

@kosayoda Svelte Kit now uses double underscores for special files, i.e. `__layout.svelte` as a solution to your problem. Those files are technically reserved for Svelte Kit so I'm not sure...

Yeah, if a file based layout was implemented it would probably need to have its own prefix/suffix on top of being a private module. Just throwing some ideas out there:...

Probably overthinking this a bit. Option 1 and 2 are effectively the same. There is no reason that the file should _just_ have the name `_layout.svelte` So really it is...