fisker Cheung
fisker Cheung
Should allow `Literal.value` to be `null`, https://github.com/estree/estree/blob/master/es2020.md#literal same for RegExp literal https://github.com/estree/estree/blob/master/es5.md#regexpliteral
Why close? This should be bug in meriyah.
https://github.com/prettier/prettier/blob/ae4d85ab3c8172f9fa866fbbca8d7b8b05e3ee73/src/main/multiparser.js#L39
https://github.com/fisker/make-synchronized/pull/10 😄 Thanks for the idea!
`importCode` 不需要创建 script 啊, 可以直接 import 的 ```js function importCode(code) { const blob = new Blob([code], {type: "text/javascript"}); return import(URL.createObjectURL(blob)); } ```
@hax ``import(`data:text/javascript,${code}`)`` 不安全 有些字符 需要 encode
Nice catch, I'll fix this on eslint-plugin-unicorn side.
Turns out this is hard to fix... It's not easy to know which character to align.
There is an issue about the config cache https://github.com/prettier/prettier/issues/16234
[`parseAllDocsToCST` in `yaml-eslint-parser`](https://github.com/ota-meshi/yaml-eslint-parser/blob/ebd0dbd2fb3d4e94c0d8fa43631ca047b8822f84/src/yaml-cst-parse.ts#L12)