refactor: don't expose CallbacksRegistry as an internal module (#14389)

This commit is contained in:
Milan Burda 2018-08-31 20:29:00 +02:00 committed by Shelley Vohr
parent 0c4e7104cf
commit 3a79eacb6f
6 changed files with 4 additions and 9 deletions

View file

@ -5,7 +5,6 @@ module.exports = [
{name: 'nativeImage', file: 'native-image'},
{name: 'shell', file: 'shell'},
// The internal modules, invisible unless you know their names.
{name: 'CallbacksRegistry', file: 'callbacks-registry', private: true},
{name: 'deprecate', file: 'deprecate', private: true},
{name: 'deprecations', file: 'deprecations', private: true},
{name: 'isPromise', file: 'is-promise', private: true}