masx200
masx200
Inferring public properties from a class's constructor is not supported. input : ```ts export class TrieNode { constructor( public wordCount: number = 0, public prefixCount: number = 0, public readonly...
Esbuild should have JavaScript's builtin property built into the mangle property module. Just like terser, when executing mangle property, you are allowed to reserve the JavaScript built-in properties. https://github.com/terser/terser/blob/13fe8ca67a3bee4bdec317aeab28728589c36505/lib/propmangle.js#L72 https://github.com/terser/terser/blob/13fe8ca67a3bee4bdec317aeab28728589c36505/tools/domprops.js#L2
# Description of the new feature/enhancement How to provide mirror source server for software package? How to allow downloading software installation packages from other CDN servers? example: https://mirrors.aliyun.com/ubuntu/ # Proposed...
**Is your feature request related to a problem? Please describe.** When using "rollup", in order to use mathjax in strict mode, remove "arguments.callee". Because rollup requires modules to use strict...
### Issue Summary A summary of the issue and the browser/OS environment in which it occurs. If suitable, include the steps required to reproduce the bug. It is recommended to...
**Bug report or Feature request?** feature request **Version (complete output of `terser -V` or specific git commit)** 5.15.0 **Complete CLI command or `minify()` options used** minify() api **`terser` input** **`terser`...
update mangleCache in renderChunk https://esbuild.github.io/api/#mangle-cache
https://github.com/mathjax/MathJax-src/issues/850 https://github.com/mathjax/MathJax/issues/2918
delete arguments.callee https://github.com/mathjax/MathJax-src/pull/849 https://github.com/mathjax/MathJax-src/pull/848 https://github.com/mathjax/MathJax-src/blob/8565f9da973238e4c9571a86a4bcb281b1d98d9b/ts/input/asciimath/mathjax2/legacy/MathJax.js#L68 https://github.com/mathjax/MathJax-src/blob/8565f9da973238e4c9571a86a4bcb281b1d98d9b/ts/input/asciimath/mathjax2/legacy/jax/element/JSON.js#L90 https://github.com/mathjax/MathJax-src/blob/8565f9da973238e4c9571a86a4bcb281b1d98d9b/ts/input/asciimath/mathjax2/legacy/jax/element/mml/jax.js#L1425
## GORM Playground Link https://github.com/masx200/playground/tree/master ## Description *gorm.DB.Order() When this function is executed, the modified statement is shared across multiple instances instead of copying the new statement. https://github.com/masx200/playground/blob/master/main.go https://github.com/masx200/playground/blob/master/log.txt This...