-
Hi :)
In the rules.json I see:
"entries": { "compatible": true, "alternative": "Object.entries()", "ES6": true },
But I think Object.entries is not ES6/ECMA2015, it's ES8/ECMA2017
And it's a…
-
So we can make use of https://www.elastic.co/blog/introducing-query-rules-elasticsearch-8-10
-
Some points:
- Standards succeed where they **pave existing cowpaths**. lodash is [the most depended upon npm package](https://gist.github.com/anvaka/8e8fa57c7ee1350e3491).
- Standards succee…
-
**Feature description:**
Being a fan of LoggerPlusPlus I would like to continue to use the Elastic exporter feature with a version 8 of Elasticsearch.
It seems the index creation from LoggerPlusPl…
-
images and docs for Identity/property verification, property images, logos/profile images.
- Possible combination of public images (properties?) and private ID docs
- Reviewable by admins (need revi…
-
I notice that the [introduction section](https://tc39.github.io/ecma262/#sec-intro) doesn't talk too much about the argument of ECMAScript version.Today,again,in some groups chatting,some people says …
-
When will support elasticsearch 8?
thanks!!!
-
> async在ESLint中报错
`ESLint`的`EcmaVersion`小于8
因为目前版本的`ESLint`,如果不专门配置的话,默认可能还是ES6,而`async await`是`ES2017`或者`ES8`的产物,所以需要在`eslintrc`中设置:
```json
{
"parserOptions": {
"ecmaVersion"…
-
-
**Description**
Starting with version 8, Elasticsearch removed document types. The
[Elasticsearch returner][es returner] **requires** the use of `doc_type` and (
despite spending over an hour digging…