hyrious
hyrious
Similar to #10 , options like `--experimental-loader` `--experimental-json-modules` are very useful too. But I have no space to place them.
I came up with a super easy way of doing this instead of going "syntheticNamedExports". To be clear I just want to replicate the node17 behavior: use cjs-module-lexer to support...
tiny, share by `location.hash`, ~(fake)~ upgrade button, check https://tinyeditor.netlify.com
```js const g = function (){} // ^ entity.name.function.js.fjsx15 const h = function() {} // ^ variable.other.readwrite.js.fjsx15 ``` https://github.com/borela/naomi/blob/68b4f0bd555ab98d370a9d27e4b4df675b4813c8/syntaxes/fjsx15/variable.sublime-syntax#L183 ```diff - function\s + function\b ```
For example,  I found this because some [rmmv scripts](https://github.com/rpgtkoolmv/corescript/blob/182e31449707ba7e406db0485c44c2a9d11e2dcd/plugins/Community_Basic.js#L1) use it to tell the game maker information. For now, it has a simple workaround: only allow `/*:` comments to...
### 💻 - [ ] Would you like to work on a fix? ### How are you using Babel? Programmatic API (`babel.transform`, `babel.parse`) ### Input code ```js (/* @__PURE__ */...
@BlackHole1 Don't include this PR in next release.
The node.js installer on windows (*.msi) will choose `C:\Program Files\nodejs` by default to place node.exe, npm and corepack. As you may know this place requires admin permission, the installer will...
# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...
I made a background.png by: ``` B: #000f W: #ffff T: #0000 BBBBB BWWWB BWTWB BWWWB BBBBB ``` Then used it as a meter's background with mode 3 (center scaled),...