mattphillips / babel-plugin-console

Babel Plugin that adds useful build time console functions 🎮
https://www.npmjs.com/package/babel-plugin-console
MIT License
295 stars 14 forks source link

Capitalize babel template substitutions #8

Open vjpr opened 5 years ago

vjpr commented 5 years ago

What

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

Why

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

Notes

Housekeeping

codecov-io commented 5 years ago

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.

freewind commented 4 years ago

Someone will approve this PR?

capaj commented 3 years ago

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 commented 3 years ago

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