Closed kitsonk closed 7 years ago
@kitsonk work still needed or OK to close?
It is likely still an issue. Someone should look into it. It was related to #224 and load
and could easily be masked by the way we test.
Between changes to shim and the support of ES Import in TypeScript, this issue isn't worth addressing and we need to deprecate load()
.
When
dojo-shim/Promise
has not been loaded before, it cannot be required in the format ofrequire('dojo-shim/Promise')
.This does not fail in the tests because they end up loading loading
dojo-shim/Promise
in other ways, so it is available in the loader cache whenrequire('dojo-shim/Promise')
is called, therefore it is returned.