babel-plugin-console icon indicating copy to clipboard operation
babel-plugin-console copied to clipboard

Capitalize babel template substitutions

Open vjpr opened this issue 7 years ago • 4 comments

What

https://github.com/mattphillips/babel-plugin-console/issues/6#issuecomment-439689396

Why

https://github.com/mattphillips/babel-plugin-console/issues/6

Notes

Housekeeping

  • [x] Unit tests
  • [x] Documentation is up to date
  • [x] No additional lint warnings
    • There seem to be a ton of missing semicolon warnings.

vjpr avatar Nov 18 '18 12:11 vjpr

Codecov Report

Merging #8 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #8   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           8      8           
  Lines         157    157           
  Branches       23     23           
=====================================
  Hits          157    157
Impacted Files Coverage Δ
src/scope/templates/index.js 100% <100%> (ø) :arrow_up:

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 435efe4...97c304a. Read the comment docs.

codecov-io avatar Nov 18 '18 13:11 codecov-io

Someone will approve this PR?

freewind avatar Dec 18 '19 10:12 freewind

TIL I can review code in any public repo on github. Sad thing is, it won't help one bit in getting this merged.

capaj avatar Mar 13 '21 08:03 capaj

Anyway for people who want to use the fork, I have changed the prepublish script to prepare on my fork of @vjpr's one so if you want to use this macro with latest babel just install it like this: npm i capaj/babel-plugin-console -D This will pull the package straight from github and build it right after install. Confirmed working in vite without any additional plugins: image

capaj avatar Mar 13 '21 08:03 capaj