File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 1959
1959
:as opts}]
1960
1960
(let [opts (cond-> (update opts :foreign-libs
1961
1961
(fn [libs]
1962
- (into []
1963
- (util/distinct-merge-by :file
1964
- (index-node-modules npm-deps opts)
1965
- (expand-libs libs) ))))
1962
+ (into ( into []
1963
+ (util/distinct-merge-by :file
1964
+ (index-node-modules npm-deps opts)) )
1965
+ (expand-libs libs))))
1966
1966
(:closure-defines opts)
1967
1967
(assoc :closure-defines
1968
1968
(into {}
1981
1981
:optimizations optimizations
1982
1982
:output-dir output-dir
1983
1983
:ups-libs libs
1984
- :ups-foreign-libs (into []
1985
- (util/distinct-merge-by :file
1986
- (index-node-modules (compute-upstream-npm-deps opts) opts)
1987
- (expand-libs foreign-libs) ))
1984
+ :ups-foreign-libs (into ( into []
1985
+ (util/distinct-merge-by :file
1986
+ (index-node-modules (compute-upstream-npm-deps opts) opts)) )
1987
+ (expand-libs foreign-libs))
1988
1988
:ups-externs externs
1989
1989
:emit-constants emit-constants
1990
1990
:cache-analysis-format (:cache-analysis-format opts :transit ))
You can’t perform that action at this time.
0 commit comments