Sha256: b58ad54cf0ed74d9ca3d61fa4191dc2ad2b5c171a9268f46e1e94f0c24e13882

Contents?: true

Size: 693 Bytes

Versions: 11

Compression:

Stored size: 693 Bytes

Contents

require 'set'
require 'hyperloop-config'
Hyperloop.import 'hyper-store'


module HyperStore # allows us to easily turn off BasicObject for debug
  class BaseStoreClass < BasicObject
  end
end

require 'hyper-store/class_methods'
require 'hyper-store/dispatch_receiver'
require 'hyper-store/instance_methods'
require 'hyper-store/mutator_wrapper'
require 'hyper-store/state_wrapper/argument_validator'
require 'hyper-store/state_wrapper'
require 'hyper-store/version'
require 'hyperloop/store'
require 'hyperloop/application/boot'
require 'hyperloop/store/mixin'
require 'react/state'

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
hyper-store-0.99.6 lib/hyper-store.rb
hyper-store-0.99.5 lib/hyper-store.rb
hyper-store-0.99.4 lib/hyper-store.rb
hyper-store-0.99.3 lib/hyper-store.rb
hyper-store-0.99.2 lib/hyper-store.rb
hyper-store-0.99.1 lib/hyper-store.rb
hyper-store-0.99.0 lib/hyper-store.rb
hyper-store-1.0.0.lap28 lib/hyper-store.rb
hyper-store-0.2.3 lib/hyper-store.rb
hyper-store-0.2.2 lib/hyper-store.rb
hyper-store-0.2.1 lib/hyper-store.rb