-
### 💻
- [ ] Would you like to work on a fix?
### How are you using Babel?
@babel/cli
### Input code
Reproduced in [Babel REPL](https://babel.dev/repl#?browsers=defaults%2C%20not%20ie%20…
qtiki updated
2 years ago
-
It doesn't look like there is a way to apply a specific rewrite pattern in isolation, i.e., without triggering folding and dead code elimination everywhere in the op (its regions), which would include…
-
![image](https://github.com/user-attachments/assets/cf9a601a-d3d1-4ccd-a619-1292dc00ffc6)
-
MacroServer creates a temporary motor group everytime a macro requires a motion object with more than one moveable. This motor group is not eliminated, so the next time such a request is issued the pr…
-
Which of the [Cowichan](https://www.software-carpentry.org/blog/2010/06/the-cowichan-problems.html) problems will you solve?
-
exp.jl:
```julia
using BenchmarkTools
f(x) = exp(x)/(1+exp(x))
function g(x)
e = exp(x)
e/(1 + e)
end
h!(f::F, v) where {F} = map!(f, v, v)
@btime h!(f, v) setup=(v = rand(1 Base…
-
Hi, I came across a new type of piece that I think would be interesting to add and allow for many interesting variants. These are big pieces that take up more than 1 square, as in this game: https://g…
-
As of now, in order to link classes in the Portal calendar to the Canvas calendar, the user must insert their classes into the MyMICDS system, then use the 'Alias' button to check in all of the associ…
-
Hello,
For some odd reason, my custom org-agenda renders the following characters as 'org-link' instead of an actual org-header. And after an extensive process of elimination, I found that the rece…
-
Using ES modules, we can eliminate unused modules by statically analyzing the AST. There's probably an NPM package that does this.
We may also want to use [babel-plugin-minify-dead-code-elimination…