web: Remove escape.
This commit is contained in:
@ -63,7 +63,7 @@ function normalizeImports(filepath, input) {
|
|||||||
`"(?<suffix>@goauthentik\/${submodule}\/)`,
|
`"(?<suffix>@goauthentik\/${submodule}\/)`,
|
||||||
|
|
||||||
`(?<path>[^"'.]+)`,
|
`(?<path>[^"'.]+)`,
|
||||||
`(?:\.[^"']+)?["']`,
|
`(?:.[^"']+)?["']`,
|
||||||
`\\n?\\s*\\\)?;`,
|
`\\n?\\s*\\\)?;`,
|
||||||
].join(""),
|
].join(""),
|
||||||
"gm",
|
"gm",
|
||||||
|
|||||||
Reference in New Issue
Block a user