babel-plugin-transform-jsx-element-to-string-literal icon indicating copy to clipboard operation
babel-plugin-transform-jsx-element-to-string-literal copied to clipboard

Transforms JSX elements to a string literal.

Results 2 babel-plugin-transform-jsx-element-to-string-literal issues
Sort by recently updated
recently updated
newest added

Great idea to replace template literals but I wish to have the possibility to interpolate variables like I can do with template litterals, and it seems not supported, generating a...

![screen shot 2017-07-17 at 14 56 25](https://user-images.githubusercontent.com/5404903/28257835-3b1ea868-6b00-11e7-8c3d-03dbf56fb905.png) this is my full query busListSearch = SELECT SUM(bus_time), e.bus_location, e.bus_no , e.RouteStart, e.RouteEnd FROM ( SELECT r.`route_id`, r.`current_stop` ,r.`route_start`,r.`route_end`, r.`next_stop`, r.`bus_time`, c.`current_position`,b.`bus_location`,b.bus_no,...