Eric MORAND
Eric MORAND
### Documentation is - [ ] Missing - [ ] Needed - [X] Confusing - [ ] Not sure? ### Please Explain in Detail... The documentation clearly establishes that the...
Consider the following JSON schema files: `foo.schema.json` ```json { "title": "Foo", "oneOf": [ { "$ref": "./bar.schema.json" } ] } ``` `bar.schema.json` ```json { "title": "Bar", "type": "string" } ``` Compiling...
* **Version**: 8.0.1 * **Platform**: Ubuntu 20.04 + Node.js 16.20.2 Consider the following project: #### src/index.ts ```ts export const foo = (bar: number) => { return bar + 1; };...
**Describe the bug** When executing `npm run build-dev`, the following error is thrown, among multiple others of the same kind: ```shell ERROR in ./src/parsers/js/swc.js Module not found: Error: Can't resolve...
### Preconditions (*) 1. Magento 2.3.5 EE ### Steps to reproduce (*) 1. Create a new page 2. From the page builder, add a text inside the first available row...
Some commands don't work unless certain modules are enabled and this should be made clear in the documentation. For example, `drupal migrate` commands won't work unless the Migrate module is...
See those two issues: https://github.com/ericmorand/twing/issues/284 https://github.com/webpack/webpack/issues/8171 To summarize, in the current state, `dist/index.es.js` and `dist/index.js` are not exporting the same API. It means that what works when using parse-function in...
### Before You File a Bug Report Please Confirm You Have Done The Following... - [X] I have tried restarting my IDE and the issue persists. - [X] I have...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? @babel/eslint-parser ### Input code Not applicable ### Configuration file name _No...
We are using drush to install a Drupal 11 instance from a profile. When running `drush site:install` following the documentation, we get the following error: ``` Fatal error: Uncaught Assertion...