we ball I guess
This commit is contained in:
Vendored
+2
-3
@@ -11,9 +11,8 @@
|
||||
* Modules are cached after their first load. Subsequent calls with the same
|
||||
* resolved path return the cached exports without re-executing the file.
|
||||
*
|
||||
* Path rules: `"./foo"` / `"../foo"` resolve relative to the calling script's
|
||||
* directory; any other string resolves from the archive root. `.js` is
|
||||
* appended automatically when missing.
|
||||
* Path rules: the string is passed verbatim to the asset loader and resolved
|
||||
* from the archive root. The `.js` extension must be included explicitly.
|
||||
*
|
||||
* @example
|
||||
* const NPC = require('./entities/NPC');
|
||||
|
||||
Reference in New Issue
Block a user