Describe the bug
Since 3.5.0 the ui5-tooling-modules also searches for imports to support the TypeScript cases. Scanning for imports increases the amount of resources to be scanned for dependencies tremendously which especially on Windows devices cause a long running process to build the 3rd party modules.
Expected behavior
Fast dependency analysis and 3rd party module bundling.
Describe the bug Since
3.5.0
theui5-tooling-modules
also searches forimports
to support the TypeScript cases. Scanning forimports
increases the amount of resources to be scanned for dependencies tremendously which especially on Windows devices cause a long running process to build the 3rd party modules.Expected behavior Fast dependency analysis and 3rd party module bundling.