Sha256: 0d59cb659e823cd9bf7019308af047d02820dfdf5d657f9d7f8d64dca43cf86d

Contents?: true

Size: 306 Bytes

Versions: 1

Compression:

Stored size: 306 Bytes

Contents

require 'hyperstack-config'

module Hyperstack

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

  module Internal
    module Component
      class << self
        def mounted_components
          @__hyperstack_component_mounted_components ||= Set.new
        end
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hyper-component-1.0.alpha1 lib/hyperstack/internal/component.rb