-
Hi,
I think that [the following line in `test/built-ins/RegExp/S15.10.2.10_A5.1_T1.js`](https://github.com/tc39/test262/blob/master/test/built-ins/RegExp/S15.10.2.10_A5.1_T1.js#L16) do not use the ri…
-
[The current default Date mapping behaviour](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#-result-type-mapping):
> TIMESTAMP and DATE columns are fetched as TIMESTAMP WITH LOCAL TIM…
-
There are currently a few [stage 3 proposals](https://github.com/tc39/proposals) that introduce new syntax:
* [Async iterators (`for`-`await` statements and async generator functions)](https://gith…
-
The minus sign, `−` (U+2212) is not correctly recognized in JavaScript as minus:
10 − 4
// Yields: SyntaxError: illegal character
10 - 4
// Yields: 6
Is this an issue? Depends…
-
Currently React's mixins allow multiple mixins to implement the same method in multiple mixin, if it's a whitelist. We would like to decouple the mixin system from React and therefore we need a way to…
-
A number of feature flags are officially standard and are [largely maintained for historical reasons](https://github.com/tc39/test262/blob/be420f34f004fc014e9c2d701f421659a4d7434c/features.txt#L56) in…
-
The `expiration` attribute is currently defined as
> The time, in milliseconds since 01 January, 1970 UTC, ...
This could be interpreted as including leap seconds, which would appear to be inconsist…
-
Almost a year ago, @zol mentioned at a [Meteor night](https://youtu.be/NICqNT-U4gk?t=1h11m58s) that a future release might get rid of globals, which also get rid of the need for an imports/ directory.…
-
In the ES2016 draft specification, TypedArray methods like
`%TypedArray%.prototype.subarray()` call out to a constructor for the result
based on the receiver. Ordinarily, the constructor is `instance.…
-
I am not fully sure this is the right place to discuss CommonJS patterns but I'd like to understand if there's the possibility to discuss a possible new `Module.prototype` method like the following on…