Sha256: 2407075a511709426623b3f93c1004a0affab2930fe5e7ce9ad6c29da92afd28

Contents?: true

Size: 839 Bytes

Versions: 7

Compression:

Stored size: 839 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/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

7 entries across 7 versions & 1 rubygems

Version Path
hyper-store-1.0.alpha1.8 lib/hyper-store.rb
hyper-store-1.0.alpha1.7 lib/hyper-store.rb
hyper-store-1.0.alpha1.6 lib/hyper-store.rb
hyper-store-1.0.alpha1.5 lib/hyper-store.rb
hyper-store-1.0.alpha1.4 lib/hyper-store.rb
hyper-store-1.0.alpha1.3 lib/hyper-store.rb
hyper-store-1.0.alpha1.2 lib/hyper-store.rb