in-memory object storage mechanism for javascript using repository pattern
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
38
commits
updated keystone compiler name to reflect changes in the asset config
dc0e938View on GitHubupdated infrastructure to label the binary as minified
ac9d4e7View on GitHubMerge branch "feature-constructor-mapping". Created EntityConstructorMap to register constructors to string names to enable mapping in minified javascript environments - also, it lets automapping work in IE10. Hurray
1cf4e1eView on GitHuball classes updated and passing when using new EntityConstructorMap method for building a js-minified safe datastore
74db3bdView on GitHubbrought EntityConstructorMap into AutoMapper for canHandle matching
0efc4b8View on GitHubupdated relevant specs to clear out EntityConstructorMap after each run to an object instead of array (duh)
0dd1289View on GitHubupdated relevant specs to clear out EntityConstructorMap after each run
7170bffView on GitHubadded EntityConstructorMap into ReferenceBuilder for pending reference matching
f5ec352View on GitHubadded EntityConstructorMap into EntityRepository for canHandle matching
05ea50bView on GitHubcreate EntityConstructorMap as a method to handle matching constructors and their names in minified environments
0153e98View on GitHubupdated places where constructor.name was used to use a cross-browser function, which can also handle a class being set to a variable (in other words, anonymous functions)
4356f42View on GitHubfixed assets.rb to make sure that closure is run on the scribe library
a3becf3View on GitHub