christina-de-martinez / babel-plugin-glowup-vibes

the most goated babel plugin
978 stars 68 forks source link

Add drop and dis identifiers #45

Closed dlustre closed 11 months ago

dlustre commented 11 months ago

drop -> return this -> dis

Example:

const myGuy = {
    heat: "Yuh I'm droppin dis heat ❗❗",

    letHimCook: function () {
        drop(dis.heat);
    }
  }
dlustre commented 11 months ago

No conflicts with #37