You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The ui5 cli has a relatively new option to influence the output style of the build result.
Running a build (generateDts: true) with...
ui5 build --output-style=Flat
... results in logs like:
info my.namespace.lib › Running task ui5-tooling-transpile-task...
warn ProjectBuilder Omitting /index.d.ts from build result. File is not within project namespace 'my/namespace/lib'.
And the reference paths in index.d.ts still contain the namespace.
The text was updated successfully, but these errors were encountered:
Describe the bug
The ui5 cli has a relatively new option to influence the output style of the build result.
Running a build (
generateDts: true
) with...... results in logs like:
And the reference paths in
index.d.ts
still contain the namespace.The text was updated successfully, but these errors were encountered: