#Debugging typescript

1 messages ยท Page 1 of 1 (latest)

gentle rover
#

I should have started a thread a while ago ๐Ÿ˜ฌ are you able to see if it's calling debugTests or erroring in e2ETest

still sage
#

it doesn't seem to even be calling e2ETest -- that's where it appears to be erroring out

#

omg i think i just got it...

#

i was importing Ccwfc from the module src, not from "@dagger.io/dagger"

#

which explains why the intellisense was off

#

fml

gentle rover
#

Ahhh that makes a lot of sense! I was wondering about intellisense haha

#

That feels worthy of a warning somewhere in the docs

still sage
#

how do i think about this Checkable interface for the TS api?

#

like where would i define that? do i need to import it?

#

i'm now getting Error: this.ccwfc.asWorkspaceCheckable is not a function even though this one was totally intellisensed!

still sage
#

@gentle rover well this has sufficiently kicked my ass for tonight. maybe i'll work tomorrow. I was hoping to demo this to some coworkers, but doesn't seem like that's in the cards for me

still sage
#

๐ŸŽ‰ got it working. not exactly sure what i did tbh