117616: Added support to alias-import to disallow aliasing certain imports

This commit is contained in:
Alexandre Vryghem
2025-04-21 14:58:34 +02:00
parent aed0460cfe
commit f0a00aca95
13 changed files with 379 additions and 47 deletions

View File

@@ -270,7 +270,7 @@
{
"package": "rxjs",
"imported": "of",
"local": "observableOf"
"local": "of"
}
]
}