Files
wren/src
Bob Nystrom 6596537e87 refactor: replace platform-specific getcwd with empty root directory for relative imports
Remove conditional getcwd logic for MSVC and POSIX, replacing it with a simple
empty root directory string. This simplifies the import path resolution by
always using relative paths from the current working directory instead of
attempting to resolve an absolute root path at startup.
2015-02-25 03:47:17 +00:00
..