Robat Williams
Robat Williams
Sometimes we use that, other times we use the one from the es-x plugin. Effect of this is some methods are detected with just a "foo.bar" reference whereas others need...
They're currently aligned with no particular strategy, probably mostly with how detection is implemented. e.g. 'String.prototype.trimEnd', 'String.prototype.trimLeft', 'String.prototype.trimRight', 'String.prototype.trimStart', Those are actually distributed as a single polyfill. Would be better...
Most things have fallen behind. Most notably, these key/major dependencies: * ✔ browserslist - Nov 2019 * Lerna - Feb 2021 * ✔ ESLint - December 2021 * ~~Jest -...
ES2024
Like #57 but for ES2024 The es-x plugin already has some (all?) rules, but I doubt the contents of 2024 are finalised and the compat DB has caught up. As...
#86 proposed this but needed further work to be accepted. The implementation and my comments on it sketch out how it should probably work. If there is demand (please like...
If your code (or library code) is using a feature support test conditional statement before using a feature, then you still get an error reported by this plugin. It doesn't...
Its `parserOptions` doesn't include `sourceType: 'module'`, and top-level `await` can only be used in ES modules. ``` Parsing error: Unexpected token Promise ```
https://github.com/eslint-community/eslint-plugin-es-x/releases/tag/v6.0.0 added detection of various ES versions' Intl APIs Add these features to the es2xxx.js files. ES2022 PR as a pointer to how to add features - https://github.com/robatwilliams/es-compat/pull/64
* **Electron-Builder Version**: 24.13.3 * **Node Version**: v20.5.1 * **Electron Version**: 30.0.5 * **Electron Type (current, beta, nightly)**: current * **Target**: msiWrapped I understand the msiWrapped target wraps an NSIS...
The OpenAI models are accessible via Azure via the same API requests/responses, however some additional path and query params are required/optional. These can be found [here](https://github.com/langchain-ai/langchain/blob/master/libs/community/langchain_community/chat_models/azure_openai.py). Organisations may be using...