Excluded ngrx, datorama, angular, react and langchain from stream pipe query.

This commit is contained in:
Napalys Klicius
2025-05-27 09:45:37 +02:00
parent e964b175e6
commit 5214cc0407
4 changed files with 63 additions and 1 deletions

View File

@@ -45,7 +45,8 @@ API::Node getNonStreamApi() {
exists(string moduleName |
moduleName
.regexpMatch([
"rxjs(|/.*)", "@strapi(|/.*)", "highland(|/.*)", "execa(|/.*)", "arktype(|/.*)"
"rxjs(|/.*)", "@strapi(|/.*)", "highland(|/.*)", "execa(|/.*)", "arktype(|/.*)",
"@ngrx(|/.*)", "@datorama(|/.*)", "@angular(|/.*)", "react.*", "@langchain(|/.*)",
]) and
result = API::moduleImport(moduleName)
)