dashboard-plugin icon indicating copy to clipboard operation
dashboard-plugin copied to clipboard

feat: Support wrapping ESM-based functions

Open pgrzesik opened this issue 2 years ago • 2 comments

pgrzesik avatar Jun 28 '22 18:06 pgrzesik

Codecov Report

Merging #692 (575457a) into main (225b570) will increase coverage by 0.30%. The diff coverage is 95.65%.

@@            Coverage Diff             @@
##             main     #692      +/-   ##
==========================================
+ Coverage   50.31%   50.61%   +0.30%     
==========================================
  Files          92       92              
  Lines        2572     2590      +18     
==========================================
+ Hits         1294     1311      +17     
- Misses       1278     1279       +1     
Impacted Files Coverage Δ
lib/wrap.js 96.96% <95.65%> (-0.40%) :arrow_down:

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 225b570...575457a. Read the comment docs.

codecov[bot] avatar Jun 28 '22 18:06 codecov[bot]

Hi,

First off thanks for all the great work. Really like the idea of supporting files in the esm format.

Was just thinking - any chance we could make the wrapper function extension agnostic? It would be nice for it to support the .mjs extension.

codingnuclei avatar Jul 17 '22 20:07 codingnuclei