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
[FEATURE] Build DepCache files (*-h2-preload.js) for HTTP/2 support
- implement a new bundle section type 'depcache' in the lbt builder
- ignore pseudo-dependencies 'require', 'module' and 'exports' in
the dependency analyzer (so that they don't appear in the dependency
cache)
- add configuration in the library and component preload bundlers
to create bundles with the new section types in parallel to the
existing preload bundles (using an '-h2-preload' suffix)
- switch application.g, application.h and library.h fixtures to use
evo bundle format by adding a dependency to the sap.ui.core
substitute fixture
- add the newly created h2-preload bundles to the set of expected files
- add a test scenario 'library.j' that runs the library bundle
generation (in order to improve code coverage)
log.verbose(`Could not determine library namespace from file "${libraryIndicatorPath}" for project ${options.projectName}. Skipping library preload bundling.`);
0 commit comments