郁蒸十四
郁蒸十四
Please fill in this template. - [X] Use a meaningful title for the pull request. Include the name of the package modified. - [X] Test the change in your own...
原正则表达式中 `\w.(png|jpg|jpeg|svg|webp|gif|bmp)$` 只能匹配诸如 `a.png` 此种形式,对于 `ab.png` 或者更复杂的形式则无法匹配
### Description Expose more SFCStyleCompileOptions in style option. Because sometimes we need pass some parameters like `preprocessLang` into `compileStyleAsync` in `@vue/compiler-sfc`. ### Additional context See this [code](https://play.vuejs.org/#eNqNUsFOwzAM/ZXIB07QCXYb3SRAO8ABEHCMhLrUtN3SJErcbajqv+O0KtthmiblEL/3Yj/baeHBuWTbIMwgDcpXjkRAatxCGmVNIEG4JzEXEkrU2oqd9TqXcC9NOhn0rOSAsHY6I+RIiDSvtkLpLIS5BJd5NCShZ05y36qsYtLFbTph9gLh3aXCth0a6LrDi/GWTo5McxjoV6MIyjrMGUmGVKKNb1aZ2hTeNia/UVZbPxMrzRCPIbJXQ71Bekq8KytCFgvRScOHZxeLcRW4BuKS5qcqknWwhvfQZ5GgbO0qjf7NUcWbkDAb80vIeBW7lx4j3+D1iKsS1eYEvg77iEl49xjQb1HCP0eZL5D3E+nl5ytP64isbd5oVp8hPzBY3USPg+yR+2bbR7re7XPtrKfKFF9huSc0YWwqGu0n0+sl8Gd8OtP6we40mY4The4PREbvfA==) in vue official...
The `ReadableStream` API is available in Chrome 43, but it can only be constructed starting from Chrome 52. [see: MDN ReadableStream browser_compatibility](https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream#browser_compatibility)  Therefore, if Axios is used in a...
There is no following contents in `first-server.mdx` that implement `onSnapshotUpdated` and embedding languages. Besides, it lacks of content of `@volar/typescript` which I want to learn Volar first when I saw...
AxiosInterceptorManager has a `forEach` method, but there is neither in the .d.ts file, nor in the document. So that I add its type definition in the .d.ts file, and the...