wip: filters compat
This commit is contained in:
@@ -271,7 +271,7 @@ export function injectProp(
|
||||
|
||||
export function toValidAssetId(
|
||||
name: string,
|
||||
type: 'component' | 'directive'
|
||||
type: 'component' | 'directive' | 'filter'
|
||||
): string {
|
||||
return `_${type}_${name.replace(/[^\w]/g, '_')}`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user