Blaine Hansen

Results 8 comments of Blaine Hansen

It seems to me that it might be a good idea to just directly use some of the [`vue-devtools`](https://github.com/vuejs/vue-devtools/blob/master/src/backend/index.js#L136) methods to do the work of finding nodes. I'm comparing their...

I feel that I could help in solving some of these bugs, but you'll have to help me understand how to work with and debug a testcafe plugin. I've copied...

And my attempt at using the node debugger didn't work: `node inspect ./node_modules/testcafe -- 'chrome:headless' test/end-to-end/*.spec.js --app 'npm run dev' --app-init-delay 12000` I would love to help solve these problems....

A fix for this would be much appreciated. Thanks for the good work!

It certainly seems possible. Are you just saying you want access to that ambient information in the body of macros so you can use it when emitting logging/tracing statements? Such...

Pull requests are welcome :) Honestly `macro-ts` isn't a big priority for me anymore ha, I realized it wasn't a very good idea to try to hack something so important...

Is there any intention of a feature like this? Or should I just close? Thank you :smile:

It wasn't achieved in this repo, but the work the vue team has done building [`vue-tsc`](https://github.com/vuejs/language-tools/tree/master/packages/tsc), and just generally prioritizing typescript in the design of vue 3 and the [`script...