-
Need to implement babel plugins equivalent of
* https://github.com/evanw/esbuild/blob/9c13ae1f06dfa909eb4a53882e3b7e4216a503fe/compat-table/src/index.ts#L350-L399
* https://github.com/evanw/esbuil…
-
I think it would be nice to add these two tests.
_HTMLCollection:_
```
var result = 3;
var list = document.createElement("span");
for (var i= 0; i < result; i++) {
list.appendChild(document.create…
-
The way I imagine it working:
```
> npm install escompat-cmd
> escompat rest
> - Traceur 59%
> - Edge 68%
> ...
```
Alternatively, we can come up with a better name? :)
```
> what-about-es6…
-
Currently the release procedure for a new version of Rhino is not very well documented
There's a process defined in https://github.com/mozilla/rhino#releasing-and-publishing-new-version
~And there…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
```
According to HTML5 spec, attributes contain multiple values must be quoted
(i.e., unquoted attributes mustn't contain space):
http://www.w3.org/TR/html5/syntax.html#attributes-0
But we can strip…
-
Hey there!
I'd like to report a security issue but cannot find contact instructions on your repository.
If not a hassle, might you kindly add a `SECURITY.md` file with an email, or another contact m…