-
```
What steps will reproduce the problem?
1. Snippet from my test program:
// javascript in browser gets byte string embedded in larger message, using ajax. if the
// data array h…
-
```
What steps will reproduce the problem?
1. Snippet from my test program:
// javascript in browser gets byte string embedded in larger message, using ajax. if the
// data array h…
-
:eyes: Some source code analysis tools can help to find opportunities for improving software components.
:thought_balloon: I propose to [increase the usage of compound operators](https://262.ecma-int…
-
```
What steps will reproduce the problem?
1. Get https://github.com/twitter/bootstrap/blob/master/js/bootstrap-dropdown.js
2. Try to minify
There are two lines listed below that have broked by minif…
-
```
What steps will reproduce the problem?
1. Get https://github.com/twitter/bootstrap/blob/master/js/bootstrap-dropdown.js
2. Try to minify
There are two lines listed below that have broked by minif…
-
```
What steps will reproduce the problem?
1. Get https://github.com/twitter/bootstrap/blob/master/js/bootstrap-dropdown.js
2. Try to minify
There are two lines listed below that have broked by minif…
-
ECMA-262 [changed the signature](https://github.com/tc39/ecma262/pull/2116) of the [CreateBuiltinFunction](https://tc39.es/ecma262/#sec-createbuiltinfunction) abstract op last year. Perhaps there were…
-
Although Jackson exposes a [WRITE_NUMBERS_AS_STRINGS](https://javadoc.io/static/com.fasterxml.jackson.core/jackson-core/2.15.2/com/fasterxml/jackson/core/json/JsonWriteFeature.html#WRITE_NUMBERS_AS_ST…
-
There is an error happened when parsing esprima example `[[[[[[[[[[[[[[[[[[[[{a=b[0]}]]]]]]]]]]]]]]]]]]]]=0;` find that spec have already defined that when there is a left hand side expression in an A…
-
I wanted to copy hex, octal and binary number literals from JavaScript grammar:
https://github.com/peggyjs/peggy/blob/main/examples/javascript.pegjs
And I think that there are missing octal and …