-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Right now if a codebase is using Prismajs it's not possible to connect a service to a specific DB since it requires no additional package.
We can read the prisma file and search the provider inside it,
no need to find a parser a simple regex should do it provider.+=.+"(.+)"
That means we need to add a dependency type of "prismajs", which is definitely overkill since there will max 5 dependencies.
We can introduce the concept of a type "other" or "unknown", but that would quickly be filled with random stuff.
The solution right now imo:
- No dependency type.
- Parse the file with a private list of expected values
- Create the component if that matches with the appropriate path
- Ignore the dependency system
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels