initialize

in lib/react/jsx/babel_transformer.rb [7:15]


      def initialize(options)
        if (options.keys & DEPRECATED_OPTIONS).any?
          ActiveSupport::Deprecation.warn('Setting config.react.jsx_transform_options for :harmony, :strip_types, and :asset_path keys is now deprecated and has no effect with the default Babel Transformer.'+
                                              'Please use new Babel Transformer options :whitelist, :plugin instead.')
        end

        @transform_options = DEFAULT_TRANSFORM_OPTIONS.merge(options)
      end