- Fixed incorrect handling of non-relative path in connectionSourcePath
- Added new connectionSource option that replaces connectionSourcePath
-
Added resolveRelative option which can be set to
false
to prevent the generator from
attempting to resolve the file relative to the output fileFor example:
connectionSource: { path: "external-module/db-connection", resolveRelative: false }
will result inimport { DBConnection } from "external-module/db-connection";
-