Sha256: 8ce383b4d5c45b6d8c33641195d63c981a574dadbeda98d13c91e52759bc6960

Contents?: true

Size: 237 Bytes

Versions: 6

Compression:

Stored size: 237 Bytes

Contents

require 'hyperstack-config'

module Hyperstack
  define_setting :prerendering, :off if RUBY_ENGINE != 'opal'

  module Internal
    module Component
      class << self
        attr_accessor :after_error_args
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
hyper-component-1.0.alpha1.8 lib/hyperstack/internal/component.rb
hyper-component-1.0.alpha1.7 lib/hyperstack/internal/component.rb
hyper-component-1.0.alpha1.6 lib/hyperstack/internal/component.rb
hyper-component-1.0.alpha1.5 lib/hyperstack/internal/component.rb
hyper-component-1.0.alpha1.4 lib/hyperstack/internal/component.rb
hyper-component-1.0.alpha1.3 lib/hyperstack/internal/component.rb