Added jsx-source plugin

This commit is contained in:
jim
2015-11-09 13:46:35 -08:00
parent a2efb41748
commit f4049db99d
10 changed files with 145 additions and 2 deletions

View File

@@ -0,0 +1 @@
var x = <sometag />

View File

@@ -0,0 +1,4 @@
var x = <sometag __source={{
fileName: "../test/fixtures/react-source/basic-sample/actual.js",
lineNumber: 1
}} />;