UNPKG
@winter-love/vite-plugin-monorepo-alias
Version:
latest (1.0.38)
1.0.38
1.0.37
1.0.36
1.0.35
1.0.34
1.0.33
1.0.32
1.0.28
1.0.27
vite monorepo alias plugin
@winter-love/vite-plugin-monorepo-alias
/
dist
/
apply-source-root.d.ts
6 lines
(5 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
SourceRootContext
{
importer
?:
undefined
|
string
;
source
:
string
; }
export
declare
const
applySourceRoot
:
(
regexStringList
:
string
[],
sourceRoot
:
string
| ((context: SourceRootContext) =>
string
),
context
:
SourceRootContext
) =>
RegExp
[];