Daniel Tschinder
Daniel Tschinder
Currently only the first page is checked. This PR in theory should check all pages. I noticed this in this PR (https://github.com/babel/babel/pull/7646), where BuildSize was commenting over and over. Please...
For example if i have an INSERT statement in the mysql dump where one of the string values is ``` 'class=\"${props.class.concat(\\\'btn\\\', smth)' ``` It will be transformed into ``` 'class="${props.class.concat(\''btn\',...
#### Summary Fixes #4614 This adds the environment variables from the ui and the two DENO environment variables for edge-functions.
Our tests are failing from time to time with different errors. These errors are unrelated to the actual changes in PRs. As a first step, I thought it would be...
Came up in #4759 > Just to call out, I had intended to add an integration test in ./tests/integration/210.command.deploy.test.js along the lines of below. However, because the test site isn't...
### 💻 - [X] Would you like to work on this feature? ### What problem are you trying to solve? I am currently migrating `react-docgen` to use the babel toolchain...
Two tests were disabled for windows in #4320. Reenabled them once npm version 8.12.1 is part of any new nodejs v18 version (likely 18.4.0). So once the gh action runners...
# Babylon has been [moved into the main Babel mono-repo](https://github.com/babel/babel/tree/master/packages/babylon). The move makes it much easier to release and develop in sync with the rest of Babel! This repo will...
I have the following schema ```json { "$schema": "http://json-schema.org/draft-07/schema#", "properties": { "plugins": { "type": "array", "default": [{ "package": "" }], "items": { "type": "object", "title": "Build Plugins", "description": "Build Plugins...
## Version and Environment Details __Operation system__: macOS 10.15.4 __IDE name and version__: PhpStorm 2020.1 Build #PS-201.6668.153, built on April 13, 2020 __Plugin version__: 2.4.0 __Schema stats__: 472 types, 20...