coderaiser

Results 257 comments of coderaiser

Could you please get back key names? ```js const TAB = 9; const event = { keyCode: TAB, } ```

Lint is fixed :), also PR missing tests. There is `select` in Cloud Commander's [user menu](https://github.com/coderaiser/cloudcmd/blob/v14.2.1/client/modules/user-menu/index.js), what do you think about porting it to `smalltalk` :)? It has a lot...

That's amazing idea for a pull request πŸ™‚

That's amazing idea for a pull request :)

Please update to your [node version](https://nodejs.org/en/) to `v12`, `v7` is very old and deprecated :).

> Doing things with node.js is not my norm, but upgrading Node to v12 made it all work. The thing is [async-await](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function) functions [made available](https://node.green/#ES2017-features-async-functions) in [LTS](https://github.com/nodejs/Release#nodejs-release-working-group) since `node 8`...

> You need to clear those out manually each time. I don't need two clear the things manually each time. Take a look at [ESCover](https://github.com/coderaiser/escover) it produces one file for...

Any progress on this? Can we add `readline-polyfill` to `Bun`? Ro add an alias to Bun config to avoid such an error: ```js error: Could not resolve: "readline". Maybe you...

Just disabled unneeded rules :).

@kdy1 `@swc/core` is great place, it already has `parseSync`, so why not :). About comments, does it supported or not? I’m confused a bit πŸ€” (https://github.com/swc-project/swc/issues/2964#issuecomment-1030633307)