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.
1 parent aeb8d66 commit ab9bc81Copy full SHA for ab9bc81
doc/api/modules.md
@@ -768,6 +768,15 @@ added: v0.1.16
768
769
The module that first required this one.
770
771
+### module.paths
772
+<!-- YAML
773
+added: v0.4.0
774
+-->
775
+
776
+* {string[]}
777
778
+The search paths for the module.
779
780
### module.require(id)
781
<!-- YAML
782
added: v0.5.1
@@ -791,4 +800,4 @@ be explicitly exported in order to be used.
791
800
[`path.dirname()`]: path.html#path_path_dirname_path
792
801
[exports shortcut]: #modules_exports_shortcut
793
802
[module resolution]: #modules_all_together
794
-[native addons]: addons.html
803
+[native addons]: addons.html
0 commit comments