refactor: don't expose CallbacksRegistry as an internal module (#14389)
This commit is contained in:
parent
0c4e7104cf
commit
3a79eacb6f
6 changed files with 4 additions and 9 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue