babel-plugin-transform-vue-jsx
babel-plugin-transform-vue-jsx copied to clipboard
babel plugin for vue 2.0 jsx
I'm not too familiar with Vue, only just started using it for work, but would it be possible for this plugin to support JSX fragment syntax? For example ```tsx render()...
Bumps [async](https://github.com/caolan/async) from 2.6.0 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) v2.6.3 Updated lodash to squelch a security warning (#1675) v2.6.2 Updated lodash...
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...

I have a table generator like so: ```javascript data.fields = [ { title: 'ID', field: (row) => (${row.lead_id}), sort: 'lead.id', }, { title: 'Lead Source', field: (row) => { return...
I'm not sure if this is an issue for `babel-helper-vue-jsx-merge-props` or for here, but in the current version of vue-jsx we're adding a default import as `import _mergeJSXProps from 'babel-helper-vue-jsx-merge-props'`....
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.5 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2. Commits 523c5c7 2.2.2 7ecef07 Bump fstream to fix hardlink overwriting vulnerability 9fc84b9 Use {} for hardlink tracking instead of [] 15e59f1 Only track previously...
How to use components events with jsx ? I use component with emits, and if i use this component in jsx then i can't add listener ```js // ModalMini.vue ......
Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...