Files
wren/doc
Bob Nystrom 20a6571dc4 feat: add RFC-0001 proposal for smarter imports with relative and package resolution
Introduce a detailed RFC document outlining improvements to Wren's module import system, including relative import paths, package-based resolution, and ecosystem support. The proposal addresses current limitations where imports are always relative to the working directory, making code reuse across directories difficult. Key changes include supporting relative imports from the importing file's location and defining a package root mechanism for third-party dependencies.
2018-07-16 14:03:00 +00:00
..