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

JSX for Vue 3

Results 122 babel-plugin-jsx issues
Sort by recently updated
recently updated
newest added

### 🧐 Problem Description 在使用了 `unplugin-vue-components` 按需加载了 antd ui 组件库,我想写一个动态表单,但是渲染之后,就是我传入的值,而不是解析了那个组件。 ### 💻 Sample code ``` setup () { const Tag = 'AInput'; return () => ( ) } ``` 没有如期解析成...

question
need reproduction

Bumps [lerna](https://github.com/lerna/lerna/tree/HEAD/core/lerna) from 3.22.1 to 5.4.0. Release notes Sourced from lerna's releases. v5.4.0 5.4.0 (2022-08-08) Bug Fixes core: update nx version range base to latest (#3283) (241cdde) create: default test...

dependencies

### 🧐 Problem Description I want use this plugin with @babel/standalon in browser, But it doesn't work well,how can I use whith @babel/standalon?

question

### 🧐 Problem Description 短横线插槽名称在jsx中转换成驼峰写法,无法成功解析插槽 ### 💻 Sample code 子组件 Child.vue \我是子组件,下面是父组件的插槽内容:\ \\ 父组件 : ` 下面写成 myTitle,无法成功解析插槽` mytitle插槽 }} /> ### 🚑 Other information

question

Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...

dependencies

### 🧐 Problem Description According the doc, we can use v-model like ```jsx ``` we can use multiple v-model with differectn argument like ```jsx ``` but, if we use tsx,...

question

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.0.7 to 1.1.1. Changelog Sourced from eventsource's changelog. 1.1.1 Do not include authorization and cookie headers on redirect to different origin (#273 Espen Hovlandsdal) 1.1.0 Improve performance...

dependencies

### 🧐 Problem Description As [mentioned here](https://github.com/vuejs/core/pull/3399#issuecomment-1096316776), I'd like to have type safety for custom directives when using Vue 3 and JSX + Typescript (TSX). ### 💻 Sample code ```tsx...

question

### 🧐 Problem Description I am using `swc-loader` to make compile quikcker and it works really nice, about 50% quicker 🚀 However if a `.vue` file was written in `tsx`,...

question