We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
this
1 parent 67a4ce1 commit 300f5ceCopy full SHA for 300f5ce
doc/api/deprecations.md
@@ -831,6 +831,15 @@ Type: Runtime
831
832
The [`crypto.DEFAULT_ENCODING`][] property is deprecated.
833
834
+<a id="DEP00XX"></a>
835
+### DEP00XX: Top-level `this` bound to `module.exports`
836
+
837
+Type: Documentation-only
838
839
+Assigning properties to the top-level `this` as an alternative
840
+to `module.exports` is deprecated. Developers should use `exports`
841
+or `module.exports` instead.
842
843
[`--pending-deprecation`]: cli.html#cli_pending_deprecation
844
[`Buffer.allocUnsafeSlow(size)`]: buffer.html#buffer_class_method_buffer_allocunsafeslow_size
845
[`Buffer.from(array)`]: buffer.html#buffer_class_method_buffer_from_array
0 commit comments