Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by

https://unpkg.com/@material-ui/core@1.4.0/index.es.js
https://unpkg.com/@material-ui/core@1.4.0/colors/index.js

import * as colors from './colors'; export { colors };

results in index.es.js requiring Closure module {{module$fullpath$material_ui$node_modules$$material_ui$core$colors}} but we currently only add provide entry ending in {{$index}}. I think we should emit provide entries both ending in index and one without.

2 Answers

0 votes
by

Comment made by: deraen

I have a patch mostly ready but I need to update few test cases.

0 votes
by
Reference: https://clojure.atlassian.net/browse/CLJS-2836 (reported by deraen)
...