Nick Revenko

Results 16 comments of Nick Revenko

Is it what you're looking for? The way it sends a response is pretty much okay for all my needs.

there are definitely going to be some breaking changes, you can compare to [my a bit reworked version](https://github.com/koodeau/metawrite) of this outdated package

@jasonlyu123 I do not need to import with /index.svelte. Check https://github.com/koodeau/metawrite. Maybe there is a chance to keep clean import and keep docs. But with import from index.js it says...

I just specified `$lib` as an example here, but my use case is run package script and then import it as npm package in my other projects. It would be...

Docs was the issue of my d.ts files. `types: [ "svelte" ]` wasn't helping with resolving ".svelte" error. I'll try with `/// `

I still get such issue when exporting from `index.js`: ![image](https://user-images.githubusercontent.com/31107963/154554160-5115b676-2877-4787-8c6f-407b4244dcda.png)

@jasonlyu123 I gathered a bit more info i do have default exports in `index.js` with `/// ` When I install my library with `npm install metawrite` it causes errors such...

But anyway, why it doesn't set outputs to the live deployments?

Either add some types or configure your prettier/linter to format or yell at you.

If you’re passing the string value to a component property which expects a number then you’d get an error message immediately. I guess jsdoc can solve this problem by specifying...