AliceLanniste
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 存在   >然后确认下你使用 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?  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...