#contributing
27 messages · Page 1 of 1 (latest)
Crawl just switched to bundler, which should resolve just fine. When are you getting this?
(also we can continue the convo from PR here)
I fast forwarded my branch & followed the contributing guide (yarn --immutable and yarn build)
basically none of my dependencies are resolving
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)
same issue unfortunately, restarting ts server & vscode don't seem to work
but it does build....hmmm
well actually I went from 30 errors to 7 so some things are working now
with build I have a tsup error
you're on windows huh
yeah lol
yeah, change the noExternal line in tsup.config.ts to noExternal = [/(?:(?:cjs)|(?:esm))_shims/],
thanks, seems to work
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
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.
I dont mind at all, feel free to take anything from there
awesome, I'll get to that in a bit then, and I'll request your review on the PR once I'm done
nevermind, can't request review cause you only commented, but it's done