Fábio Santos

Results 43 issues of Fábio Santos

There has been development on a new fork of uglify-es, which is now called terser and has its own package! "terser": "^3.7.3" Please upgrade to our new version.

It's bad practice to allow unbounded payloads to reach any given endpoint, and I feel that a graphQL endpoint, which exposes an interpreted DSL capable of triggering a lot of...

A `bean.one(elm, type, handler)` handler cannot itself invoke `bean.one` with the same element, type and function. Here's an example where I listen for one `mousemove` event, and in the handler...

When trying to find an element which matches a delegation selector, the findTarget function must select every element which matches the selector (potentially expensive), and loop that selection for each...

**Describe the problem feature solves** I'm currently trying to implement a custom bulk action and I found some places that weren't documented enough **Describe the solution you'd like** - the...

documentation

All of our lints accept very long comments and strings, which go way past 80 characters per line. The purpose of this issue is to make one of the lints...

🐛 type: bug
A: website
website: eng-doc
dependencies

**Bug report or Feature request?** Refactor. Most Terser options are snake_case but there are some camelCase options. Both should be supported so as to not break currently existing code. **Version...

good first issue

These lines: https://github.com/terser/terser/blob/master/lib/parse.js#L255-L258 Are regexes used to parse specific unicode properties. But they're pretty big, ugly and likely to be inefficient. However, today the regex `\p` syntax is supported in...

good first issue

I'm pushing this as a PR because it exposes an existing bug, #1172, and I don't want to merge this before that bug is fixed.