Liming Jin

Results 7 issues of Liming Jin

Hi, When I started to use `blackfriday` to parse my Markdown file, I got a wrong-style output. My Markdown file looks like this, with Windows-style CRLF (\r\n) line endings: ```markdown...

## 问题反馈 ### 环境信息 请填写以下信息: 1. 操作系统 (Windows/macOS/Linux): Windows 10 2. 浏览器版本(您可以在 [菜单/帮助/关于] 下查看): Version 91.0.4457.2 (Official Build) canary (64-bit) 3. 扩展版本: v2.0.11(publicBeta) ### 重现步骤/尝试的解决方案 如截图所示,右边那一块还是白的: ![image](https://user-images.githubusercontent.com/10294977/112483176-c1803780-8db3-11eb-8967-ff7ccbb1c363.png) 页面的链接地址:https://www.bilibili.com/video/BV1gZ4y1A7qp

Can this plugin compatible with [React.lazy](https://reactjs.org/docs/code-splitting.html#reactlazy) and [Loadable Components](https://github.com/smooth-code/loadable-components#docs)? ```jsx import { Layout, Menu } from 'antd'; ↓ ↓ ↓ ↓ ↓ ↓ const Layout = loadable(() => import('antd/es/layout')); const...

## Changes BABEL_ENV should consider using production ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types -...

## Environment Not related to the environment. ## Description Re.Pack v3 uses `listen(port, host)`, when the host is an empty string `''`, it leads fastify to listen on localhost. https://github.com/callstack/repack/blob/2b6469d599ef3bab94bbb326a2438478ffc7d3d0/packages/dev-server/src/createServer.ts#L108-L110...

**Suboptimal** `/*#__PURE__*/` annotation makes getter wrapper got different output. **`terser` input** ```js const a = (() => obj.a)(); console.log(a); const b = /*#__PURE__*/ (() => obj.b)(); console.log(b); ``` **`terser` output**...

Although Google Chrome has announced that extensions using Manifest V2 will gradually become uninstallable starting June 2024, I have considered migrating to Manifest V3. However, due to a key API...