coderaiser
coderaiser
According to https://developer.mozilla.org/en-US/docs/WebAssembly/Understanding_the_text_format#getting_and_setting_locals_and_parameters ```js Error: parseWat failed: inline:4:7: error: unexpected token get_local, expected ). get_local $n1 ^^^^^^^^^ 1 const iw = require('inline-webassembly');¬ inline:5:7: error: unexpected token get_local. get_local $n2 ^^^^^^^^^...
Fixed crash: ```js /Users/coderaiser/webasm/node_modules/wabt/index.js:9 var Module=typeof WabtModule!="undefined"?WabtModule:{};var readyPromiseResolve,readyPromiseReject;Module["ready"]=new Promise(function(resolve,reject){readyPromiseResolve=resolve;readyPromiseReject=reject});var moduleOverrides=Object.ass( TypeError: wabt.parseWat is not a function at module.exports (/Users/coderaiser/webasm/node_modules/inline-webassembly/lib/index.js:18:27) at Object. (/Users/coderaiser/webasm/index.js:4:1) at Module._compile (node:internal/modules/cjs/loader:1105:14) at Object.Module._extensions..js (node:internal/modules/cjs/loader:1159:10) 1 const...
## Failing module - **GitHub**: https://github.com/coderaiser/putout - **npm**: https://npmjs.com/package/@putout/plugin-nodejs ```js await import('https://esm.sh/@putout/plugin-nodejs'); ``` ## Error message After `onload` I got this: ``` /* your error log here */ import "/error.js?type=unsupported-node-builtin-module&name=module&importer=@putout/[email protected]";...
## Failing module - **GitHub**: https://github.com/coderaiser/putout/blob/v31.2.2/packages/engine-parser/lib/template.js - **npm**: https://npmjs.com/package/my_package ```js import * as x from 'https://esm.sh/@putout/plugin-for-of?dev'; console.log(x); ``` ## Error message After running `deno run` I got this: ``` /*...
`check-dts` shows `undefined`:  When I run it in this repository: https://github.com/putoutjs/babel. Here is errors file [`test/errors.ts`](https://github.com/putoutjs/babel/blob/master/test/errors.ts). ```sh npm i npm run build npm run test:dts ```
## Bug Report - [ ] I would like to work on a fix! Can be related to #8262 **Current behavior** - [REPL](https://babel.dev/repl), [Codesandbox](https://codesandbox.io/s/babel-repl-custom-plugin-7s08o?file=/src/index.js), or GitHub Repo may increase triaging...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```js const traverse =...
Would be great to have ability to merge options, so if I have: ```sh tmp **/coverage !**/coverage ``` It was merged to: ```sh tmp ``` Is it possible?
### Feature Proposal I see that the whole directory is merged to one css file  I use provided example: ```js const path = require(["path"](https://nodejs.org/api/path.html)); const MiniCssExtractPlugin = require(https://github.com/webpack-contrib/mini-css-extract-plugin); module.exports...
### Details ### Node.js version - `v20.11.1` - `v21.7.1` - `v18.19.0` ### Example code _No response_ ### Operating system Mac Os ### Scope `node:process` ### Module and version To reproduce...