liuxingbaoyu
liuxingbaoyu
| Q | A | ------------------------ | --- | License | MIT
| Q | A | ------------------------ | --- | Fixed Issues? | `Fixes #1, Fixes #2` | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature?...
| Q | A | ------------------------ | --- | Fixed Issues? | Fixes #14429 | Patch: Bug Fix? |√ | Major: Breaking Change? |× | Minor: New Feature? |× |...
| Q | A | ------------------------ | --- | Fixed Issues? | | Patch: Bug Fix? |√ | Major: Breaking Change? |× | Minor: New Feature? |× | Tests Added...
| Q | A | ------------------------ | --- | Fixed Issues? | The test randomly throws exceptions related to module imports | Patch: Bug Fix? |√ | Major: Breaking Change?...
Code: ```js var traverse = require("@babel/traverse").default; var parser = require("@babel/parser"); var generate = require("@babel/generator").default; var types = require("@babel/types"); var ast = parser.parse('{"abc";"123";}'); traverse(ast, { BlockStatement(path) { var p = path.get("body")[0];...
### 💻 - [x] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```js var traverse = require("@babel/traverse").default;...
| Q | A | ------------------------ | --- | Fixed Issues? | Fixes #14503 | Patch: Bug Fix? |√ | Major: Breaking Change? |× | Minor: New Feature? |× |...
### Self-service - [ ] I'd be willing to implement a fix ### Describe the bug `yarn dedupe --check` shows that there is a package that can be dedupe but...
In the babel repository, it takes 42 seconds to run all tests locally (12 workers), and 35 seconds for `babel-cli` alone. Because of the large number of subprocess operations involved,...