sapientml / core

A SapientML plugin of SapientMLGenerator
Apache License 2.0
10 stars 12 forks source link

feat: export only required libraries #49

Closed arima-tsukasa closed 9 months ago

arima-tsukasa commented 9 months ago

@kimusaku @AkiraUra

This PR has been modified to output the bare minimum libraries for analysis. Before the fix, the library of plug-ins with the group name "sapientml.export_modules" included in the add-on feature would be output to the output directory, regardless of whether the add-on feature was used. As a workaround, fix required libraries to be determined by generator name.

Please take a review on it.