Syntax tree now stores map of require names -> full paths

This commit is contained in:
2022-09-07 17:12:46 -04:00
parent 596deaf0c3
commit 7e972e2132
6 changed files with 47 additions and 8 deletions

View File

@@ -1,6 +1,7 @@
:arf
author "Sasha Koshka"
license "GPLv3"
require "someModule"
require "otherModule"
require "./some/local/module"
require "/some/absolute/path/to/someModule"
require "someLibraryInstalledInStandardLocation"
---