Revision 80776951675e2d55bae5159756ce793888ad986a authored by George Kalpakas on 26 November 2021, 17:46:30 UTC, committed by Dylan Hunn on 29 November 2021, 17:38:06 UTC
Previously, the mock packages created for `UmdDependencyHost`'s tests,
specified the entry-point as `esm2015`. This does not matter in tests,
since the packages are explicitly passed to the `UmdDependencyHost`
(while in reality the appropriate host would be determined based on the
name of the entry-point property - in this case, detecting the
entry-point as ES2015 and not UMD).

However, in order to avoid confusion, this commit updates the test
packages to use `main` (the default property used for the UMD format in
`package.json` files).

PR Close #44245
1 parent de0975c
History
File Mode Size
aio-builds-setup
content
scripts
src
tests
tools
.browserslistrc -rw-r--r-- 433 bytes
.eslintrc.json -rw-r--r-- 2.9 KB
.gitignore -rw-r--r-- 664 bytes
.npmrc -rw-r--r-- 21 bytes
README.md -rw-r--r-- 7.7 KB
angular.json -rw-r--r-- 6.8 KB
firebase.json -rw-r--r-- 16.5 KB
karma.conf.js -rw-r--r-- 2.4 KB
ngsw-config.template.json -rw-r--r-- 1.8 KB
package.json -rw-r--r-- 8.5 KB
security-exemptions.json -rw-r--r-- 302 bytes
tsconfig.app.json -rw-r--r-- 357 bytes
tsconfig.json -rw-r--r-- 1.4 KB
tsconfig.spec.json -rw-r--r-- 297 bytes
tsconfig.worker.json -rw-r--r-- 230 bytes
yarn.lock -rw-r--r-- 551.5 KB

README.md

back to top