#contributing

27 messages · Page 1 of 1 (latest)

hushed root
#

how do I fix these problems

midnight saddle
#

Crawl just switched to bundler, which should resolve just fine. When are you getting this?

#

(also we can continue the convo from PR here)

hushed root
#

I fast forwarded my branch & followed the contributing guide (yarn --immutable and yarn build)

#

basically none of my dependencies are resolving

midnight saddle
#

if it built fine then it's just an ide error

#

have you tried restarting you ide?

#

(vsc in particular has a hard time after installing deps for some reason)

hushed root
#

same issue unfortunately, restarting ts server & vscode don't seem to work

midnight saddle
#

but it does build....hmmm

hushed root
#

well actually I went from 30 errors to 7 so some things are working now

#

with build I have a tsup error

midnight saddle
#

you're on windows huh

hushed root
#

yeah lol

midnight saddle
#

yeah, change the noExternal line in tsup.config.ts to noExternal = [/(?:(?:cjs)|(?:esm))_shims/],

hushed root
#

thanks, seems to work

midnight saddle
#

if my PR to tsup doesn't make it in soon, i'll PR it as a patch to our repo, usually tsup goes pretty fast

#

cool

#

does your PR happen to be based on my PR, or is it based on main

#

cause I'm suspecting not removing the resolveBody util will be important

hushed root
#

it's on main

#

I got it to build correctly, tomorrow I'll fix tests and whatever

midnight saddle
#

would you mind if I take some of the ideas here and morph my PR to do what you are suggesting. There's some things I'd like to add / change, but I really do like this idea.

hushed root
#

I dont mind at all, feel free to take anything from there

midnight saddle
#

awesome, I'll get to that in a bit then, and I'll request your review on the PR once I'm done

midnight saddle
#

nevermind, can't request review cause you only commented, but it's done