UNPKG

@vue.ts/common

Version:
8 lines (6 loc) 222 B
import { createFilter } from "@rollup/pluginutils"; //#region src/utils.ts const windowsPathReg = /\\/g; const normalizePath = (id) => id.replace(windowsPathReg, "/"); //#endregion export { createFilter, normalizePath };