Axetroy

Results 99 comments of Axetroy

在我刚开始写这个工具的时候,小程序还没有分包这个功能。 所有的包都写在一起发布. 所以,暂不支持这个功能

顺便问一下,许可协议是什么。 打算做一个Babel的版本,在这个基础上改进。现实VM

我的解决思路是: 在进入新的作用域时,遍历同级节点,把有变量提升作用的节点先处理了 比如var,function。 先定义好变量,再解析 实现中...

@bramblex 正在添加es6的特性,光是一个class的支持,就够呛。涉及到各种问题...不过已经实现了

update: V 0.2.2 c057b45, timestamp: 2021-02-15 18:56:26 +0200 still got this problme

V 0.2.4 ccf6285 still got this with another error ``` V panic: `go main__walk()`: Resource temporarily unavailable 0 test 0x000000010166a41d panic_error_number + 77 1 test 0x00000001016574cf main__walk + 895 2...

> Works ok now. @medvednikov Hi. I have retry it and it seems doesn't works for now > Current V version: V 0.3.1 436b19c, timestamp: 2022-09-04 14:15:26 +0300 ```bash $...

From now, is there any plans to implement this feature?

I am looking forward to it, it is very useful to me.

Here is my solution: define a custom FormData ```ts interface IRuntimeForm { [key: string]: any; } export class RuntimeForm { constructor(private _form: T) {} public formData(): FormData { const form...