Cuixiping

Results 43 issues of Cuixiping

Notepad 3 is my favorite editor for small text files. I'm really looking forward to the plugin feature that user can write some customize plugins with nodeJs or python etc...

enhancement / feature req.

**Bug report or Feature request?** Feature request I want to mangle all non-builtin properties and a few built-in properties, and reserve most of built-in properties. Currently I have no easy...

enhancement

**Bug report or Feature request?** Currently `enclose: 'Math:Math'` is supported, but `enclose: 'Math.floor:Math.floor'` is not. Is there a way to replace the `Math.floor` entirely? Many builtin js object static memebers...

enhancement

**Bug report or Feature request?** enhancement **Version** latest **Complete CLI command or `minify()` options used** `{}` **`terser` input** ``` const a=0.1, b=0.2, c=a+b; console.log(c); ``` **`terser` output** ``` console.log(.30000000000000004); ```...

enhancement

Version: until 5.18.2 I searched in issues and documentation but did not find solution. **Code example** ``` class Animal { run() { console.log('walk'); } // unused method, should be removed...

The gif 89a file generated by `gif.js` is a bit large. It will be very nice if the file size can be reduced. See [gifsicle](https://github.com/kohler/gifsicle)

I just got a js error on the [demo page](http://espadrine.github.io/localeval/) : This line cause the js error: `fakeProto[pnames[i]] = constructor.prototype[pnames[i]];` should be changed to: `Object.defineProperty(fakeProto, pnames[i], Object.getOwnPropertyDescriptor(constructor.prototype, pnames[i]));`

**What's the Product's Name?** Active Server Pages (ASP) **Describe the product in a single sentence.** Active Server Pages (ASP) is Microsoft's first server-side scripting language and engine for dynamic web...

:+1: **AnyProxy** 非常灵活好用, 大赞! :100: #### Which platform are you running AnyProxy Windows 7/10 #### The version of the AnyProxy AnyProxy 4.1.0 #### Your expected behavior of AnyProxy Recorder记录和WebServer需要消耗较多资源,但有许多应用场景只需要ProxyCore核心的代理功能,如果能够独立出来使用就非常好。 Recorder和WebServer如果能以独立插件的形式,也是不错的。...