===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/README.md-46-
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/README.md:47:Note the `h` function, which is a shorthand for a Vue instance's `$createElement` method, must be in the scope where the JSX is. Since this method is passed to component render functions as the first argument, in most cases you'd do this:
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/README.md-48-
##############################################
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/README.md-58-
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/README.md:59:Starting with version 3.4.0 we automatically inject `const h = this.$createElement` in any method and getter (not functions or arrow functions) declared in ES2015 syntax that has JSX so you can drop the `(h)` parameter.
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/README.md-60-
##############################################
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/index.js-84-              if (mustUseProp(tag, type, attr) && t.isJSXExpressionContainer(attributePath.node.value)) {
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/index.js:85:                attribute.replaceWith(t.JSXIdentifier(`domProps-${attr}`))
node-babel-plugin-transform-vue-jsx-3.5.0+dfsg/index.js-86-              }