lib/react/jsx/processor.rb (
9
lines of code) (
raw
):
module React module JSX # A Sprockets 3+-compliant processor class Processor def self.call(input) JSX::transform(input[:data]) end end end end