|
|
|
@ -5,8 +5,7 @@ |
|
|
|
//! directory (the CWD in the REPL) followed by the entries of
|
|
|
|
//! directory (the CWD in the REPL) followed by the entries of
|
|
|
|
//! `$A_INCLUDE_PATHS` — through the standard `?.lua` / `?/init.lua` templates.
|
|
|
|
//! `$A_INCLUDE_PATHS` — through the standard `?.lua` / `?/init.lua` templates.
|
|
|
|
//! Because a name may only contain identifier-like segments, a module can
|
|
|
|
//! Because a name may only contain identifier-like segments, a module can
|
|
|
|
//! never name a file outside the roots; `require` is the sandbox's only file
|
|
|
|
//! never name a file outside the roots.
|
|
|
|
//! access.
|
|
|
|
|
|
|
|
//!
|
|
|
|
//!
|
|
|
|
//! Each file is executed once and its return value cached by canonical path,
|
|
|
|
//! Each file is executed once and its return value cached by canonical path,
|
|
|
|
//! so repeated requires — even under different names or through symlinks —
|
|
|
|
//! so repeated requires — even under different names or through symlinks —
|
|
|
|
|