Closed auxves closed 4 years ago
don't edit mod.js
it's auto-generated, we should update rollup to inline events
module: https://github.com/cacjs/cac/blob/master/rollup.config.js
Merging #66 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #66 +/- ##
=======================================
Coverage 66.93% 66.93%
=======================================
Files 6 6
Lines 369 369
Branches 85 91 +6
=======================================
Hits 247 247
Misses 119 119
Partials 3 3
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 809db10...ba05af4. Read the comment docs.
@egoist I have updated the rollup config, now it replaces events
with the Deno URL automatically.
:tada: This PR is included in version 6.5.7 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This fixes importing CAC in Deno since the
events
module doesn't exist there.