Sha256: d25886cd00e2631bd9d4565e0747349977a35767820157d48c54987b8293a8b3

Contents?: true

Size: 882 Bytes

Versions: 2

Compression:

Stored size: 882 Bytes

Contents

require 'set'
require 'hyperstack-config'
require 'hyper-state'
Hyperstack.import 'hyper-store'

module Hyperstack
  module Internal
    module Store
      # allows us to easily turn off BasicObject for debug
      class BaseStoreClass < BasicObject
      end
    end
  end
end

require 'hyperstack/internal/store/class_methods'
require 'hyperstack/internal/store/dispatch_receiver'
require 'hyperstack/internal/store/instance_methods'
require 'hyperstack/internal/store/mutator_wrapper'
require 'hyperstack/internal/store/observable'
require 'hyperstack/internal/store/state_wrapper/argument_validator'
require 'hyperstack/internal/store/state_wrapper'
require 'hyperstack/internal/store/state'

require 'hyperstack/legacy/store'
require 'hyperstack/legacy/store/version'

if RUBY_ENGINE != 'opal'
  require 'opal'
  Opal.append_path(File.expand_path('../', __FILE__).untaint)
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
hyper-store-1.0.alpha1.1 lib/hyper-store.rb
hyper-store-1.0.alpha1 lib/hyper-store.rb