add JSXAttribute visitor function, wraps JSXElement attributes in a JSXExpressionContainer; also adds test fixtures (#6006)
This commit is contained in:
@@ -0,0 +1 @@
|
||||
<div attr=<div /> />
|
||||
@@ -0,0 +1,3 @@
|
||||
React.createElement("div", {
|
||||
attr: React.createElement("div", null)
|
||||
});
|
||||
Reference in New Issue
Block a user