AliceLanniste

Results 41 comments of AliceLanniste

hey,I want to fix it. I dont know how to reproduce it in local, can someone teach me

hi,I tried to implement the hotkey based on `surface.addElement`, there's a problem with the offset that is being dragged. I don't know how to get or compute the offset between...

@doouding thanks for your tips.I succeeded based on your suggestion. where should I store the offset? localStoarge? now I define the constant offset

/package/fileUploaderServer/dist 和 /package/fileUploaderClient/dist 存在 ![8fb9e1c088d05a7a338a6a09213b4b7](https://user-images.githubusercontent.com/17617116/147799230-f54095f1-cdd9-4b6f-8928-73a7754cb85e.png) ![76ee7eed6dcd83505a485eb3c410d6a](https://user-images.githubusercontent.com/17617116/147799233-607d77fc-d202-4d79-9187-50e5d4558667.png) >然后确认下你使用 yarn 安装 client 和 server 的位置,应该在项目根目录安装,而不是 demo 目录安装。 这句话的意思是我直接在根目录使用`npm run demo:run`吗,不需要在`demo`目录下安装依赖吗。 我的步骤是先安装demo下server和client依赖,然后`npm run demo:run`,这样不行吗,必须使用`yarn`安装和运行吗? 我从头到尾都是使用`npm`,这样会有影响吗

I was interested in this issue and I readed this RFC and PR. If I want to migrate `vScope` feaute to Vue-macros,I have or not to overwrite `baseCompile` function.And I...

oK, I will read compiler-core and compiler-dom packages

I readed `named-template` implementation code,and had an idea. I can partially rewrite the compiled code to achieve it. Because I've been busy and sick lately, it will take some time,...

I had rebased latest main branch

I added v-scope example in playground ,but in the transform stack is not compiled code. @sxzz can you give me tips to resolve it? ![屏幕截图 2023-05-16 210500](https://github.com/sxzz/vue-macros/assets/17617116/b308d888-0fc5-476e-af58-c8e330551be4) still code transformVscoped...

`tests__esbuild__default__var_relocating_bundle__test_config_json` is improper order because of https://github.com/rolldown/rolldown/blob/06cf72d80e4439e1539ddac1a6ddaceacb13a0c5/crates/rolldown/tests/common/case.rs#L69. I tried to delete the line and get the proper order,but it will affect other tests's order. So I suggest providing a key...