coderaiser
coderaiser
Just trapped on couple issues: Acorn: ESPree: No error: In chrome: Babel:
As I understand there is a way to skip some tests, but is it possible to run only marked tests and skip all others, this is very useful for TDD...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```js console.log(t.TSTypeOperator(t.TSTypeQuery(t.Identifier('x')), 'keyof')); ```...
### What minimal example or steps are needed to reproduce the bug? ```js file:///Users/coderaiser/cloudcmd/node_modules/@stylistic/stylelint-plugin/lib/rules/linebreaks/index.js:2 import { rule as _rule, Input } from "postcss" ^^^^^ SyntaxError: Named export 'Input' not found....
#56
## Failing module - **GitHub**: https://github.com/coderaiser/flatlint - **npm**: https://npmjs.com/package/flatlint ```js const {lint, plugins} = await import("https://esm.sh/flatlint") ``` ## Error message After `onload` I got this: ``` load.js:4 Uncaught (in promise)...
### What is the problem you're trying to solve? I have next code: ```css @supports (overflow: overlay) { .files { overflow-y: overlay; } } ``` As I see: > Note:...
| Q | A | ------------------------ | --- | Fixed Issues? | Fixes https://github.com/babel/babel/issues/16799 | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature? | |...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? babel-loader (webpack) ### Input code After updating I see lots of...
### 💻 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? When the code is transformed in the way that...