coderaiser

Results 103 issues of coderaiser

### 💻 - [ ] Would you like to work on this feature? ### What problem are you trying to solve? Just tried a new flag `experimental_preserveFormat`, works good! But...

i: needs triage

`Node.js` doesn’t supports imports without file extension: ```js import client from './client'; ``` This will be error, extension should be provided: ```js import client from './client.js'; ``` Extensions can be:...

enhancement

For next code: ```js const CleanCSS = require('clean-css'); const input = ` .tidy_swap { margin-block-end: 0.5em; padding: 0.125em; color: var(--submit-color); background: var(--submit-background); &:is(:hover, :focus) { color: var(--submit-background); background: var(--submit-color); }...

Considere usar la última versión de la `@putout/bundle`, ya que es más pequeña. [`v4.7.6`](https://www.npmjs.com/package/@putout/bundle/v/4.7.6?activeTab=code): `986KB`; [`v3.25.0`](https://www.npmjs.com/package/@putout/bundle/v/3.25.0?activeTab=code): `2.39MB`; Además, la versión `v18` del Node.js está obsoleta, por lo que es mejor...

Thanks for such a nice tool! I used similar debugger called OllyDebugger it looks familiar to me. Would be great to have support of hot keys, some thing like this:...

Possible fix to https://github.com/ai/check-dts/issues/48

Here is my config: ```json { "compilerOptions": { "target": "es2015", "skipLibCheck": true, "exclude": [ "fixture/*.ts" ] } } ``` when I run `check-dts test/**` I see lots of errors inside...

| Q                       | A | ------------------------ | --- | Fixed Issues? | `Fixes #1, Fixes #2` | Patch: Bug Fix? | | Major: Breaking Change? | | Minor: New Feature?...

Would be great to have support of `call` instruction: ```wast (import "env" "greet" (func $greet)) (func call $greet ^^^^ ) (start 1) ) Assertion error: expected token of type closeParen,...

Would be great to o have ability to get siblings (prev, next) while traversing AST, just like in Babel. I want to write transformation: ```wat (func (param $a i32) (param...