2096903746

Results 3 issues of 2096903746

**The source code:** ![image](https://user-images.githubusercontent.com/57122446/120174649-e5d71500-c237-11eb-966f-3fa28dd40d35.png) **The problem is :** ![image](https://user-images.githubusercontent.com/57122446/120174174-60536500-c237-11eb-8675-12cc419d37f5.png) So affectedModules also does not include the JSX file

enhancement

``` render (h) { return ( )} ``` 以上jsx如果不过滤换行符,会报错: Unterminated string constant 在老版本jsx插件中, 是会过滤掉属性中的换行符,老版本参考: [ [babel-plugin-transform-vue-jsx](https://github.com/vuejs/babel-plugin-transform-vue-jsx/tree/master) /index.js](https://github.com/vuejs/babel-plugin-transform-vue-jsx/blob/6ad7487579094cc188d470171af8f62335193896/index.js#L207)

use `` _Originally posted by @AllenZho in https://github.com/vuejs/jsx/issues/156#issuecomment-694576496_