Changelog
2.10.0
Object.keys()
on the cradle; now returns the names of
available modules that can be resolved by accessing them.
Object.getOwnPropertyDescriptor()
will return a
gibberish descriptor. This is required for the keys to show up in the
result.Changelog
2.8.2
loadModules
— it didn't allow the shortcut version of
['glob.js', Lifetime.SCOPED]
lint-staged
to keep the tests passing and
the code fresh before committing.Changelog
2.8.1
is-plain-object
and is-string
, use simple checks instead. Trying to
keep the dependencies as thin as possible.