v8.9.1
Bug fixed: dot-delimited dependencies from global scope in object notation.
Example:
var bundle = bemhtml.generate('', { requires: { i18n: { globals: 'BEM.I18N' } } });
Notation with dot (BEM.I18N
) did not work from v8.6.7 to v8.9.0. Now this bug fixed.
Commits:
- [
fc7b19fc4f
] - Merge pull request #501 from dustyo-O/global-dot-delimited-deps (Slava Oliyanchuk)