Results 7 issues of EAGzzyCSL

- Rollup Plugin Name: @rollup/plugin-replace - Rollup Plugin Version: 3.7.5(unrelated) - Rollup Version: 5.0.5(important) - Operating System (or Browser): Mac OS(unrelated) - Node Version: v18.18.0(unrelated) - Link to reproduction _(⚠️...

Awesome Contribution Checklist: - [x] I have read, and re-read the [Contributing Guidelines](https://github.com/rollup/awesome/blob/master/.github/CONTRIBUTING.md) - [x] I have searched to ensure the suggested item doesn't exist on this list - [x]...

### Rollup Version 3.26.2 ### Operating System (or Browser) macOS Ventura 13.4.1 ### Node Version (if applicable) v18.15.0 ### Link To Reproduction https://stackblitz.com/edit/rollup-case-preservemodules-syntheticnamedexports ### Expected Behaviour when syntheticNamedExports was designated...

t¹ 🐞 bug

## document example link: [toRegex](https://www.npmjs.com/package/picomatch/v/3.0.1#toregex) ```js const picomatch = require('picomatch'); // picomatch.toRegex(source[, options]); const { output } = picomatch.parse('*.js'); console.log(picomatch.toRegex(output)); //=> /^(?:(?!\.)(?=.)[^/]*?\.js)$/ ``` ## actual result missing symbol `^` &...

Circle在iview中指的是圆形进度条 iview-loader中会把`Circle`替换为`i-circle`以避免和web原生标签冲突 但匹配标签的正则只考虑了-分割的情况,会有误伤情况 比如下面代码中全局定义了一个CircleLoading组件 main.js ```javascript import Vue from 'vue' import App from './App' import iView from 'iview' Vue.config.productionTip = false Vue.use(iView) import CircleLoading from './components/CircleLoading' Vue.component('CircleLoading', CircleLoading) new Vue({...

## This relates to... fix d.ts of dns interceptor['pick'] ## Rationale the parameter `records` pass to pick is from `this.#records`, ref [code](https://github.com/nodejs/undici/blob/65695850297550105e1034a2fdd8927ab2cb1d70/lib/interceptor/dns.js#L58C1-L64C10) `ths.#records` is a map with type `Record`, ref...