Conduitry

Results 523 comments of Conduitry

I'm worried about using a parser for this, because we have no idea what sort of syntax people will be using in the original (unpreprocessed) code. For example, we have...

Regarding the ESLint plugin benefiting from this: I'm not sure what that would look like exactly, but unless it were a synchronous API (which the existing preprocessor API is not),...

What issue is this related to? What is this intended to fix?

It'd be nice not to have another flag. Could we just generate them unless `process.env.CI` is set, or do they take long enough that we wouldn't want to generate them...

The require hook wouldn't know whether the test failed, would it? I think removing the existing console.log of the compiled code for failing tests makes sense.

As a template, I don't think a lockfile belongs in here at all. As a generic IE template, I'd argue `@beyonk/sapper-httpclient` also doesn't really belong here. The command in the...

Woah this notification was a blast from the past.

This plugin appears to be incorrectly transforming the `` tag (perhaps via TypeScript?) before passing it to the compiler. Something like ```svelte import { page } from '$app/stores'; ``` is...

@dummdidumm In Svelte 5, is there a reason to transpile the `` tag at all before passing it to the Svelte compiler, though?

Taking a peek at this. This is most peculiar - `curl(['https://bundle.run/svelte'])` is returning (a promise resolving to) undefined, instead of the module. If I run ```javascript curl.config({ dontAddFileExt: /./ });...