Alistair Smith
Alistair Smith
Any update? 😃
@dotneet would it be possible to pass data to evaluate like this: ```js await chromy.evaluate((data) => {window.blah(data)}); ``` Edit: or is there another way?
Can certainly have a go, but I've never written a babel plugin before. Learning time!
Okay so, the test is passing at this point so just wanted to ask for any feedback, maybe we could implement some more test cases? cc @Skn0tt @flybayer
@Skn0tt The import changes were due to a type mismatch between `@babel/core` and `@babel/types` — they're the same functionally just without having conflicting types (for whatever reason that was). I...
Ohh I'm really sorry haha, I'm not sure why I never completed this. I think I did have the changes locally but didn't push for some reason. Happy to help...
I think that was the reason I ended up updating all of the dependencies in my branch, because there were a lot of type mismatches between them. @apieceofbart iirc, the...
Same here ✋🏻
@loopmode Is this something the community could fork and maintain as a new repo entirely? Since both PRs and releases aren't really happening here.
Okay, that would be wise for the time being.