summaryrefslogtreecommitdiff
path: root/tests/language-feature/modules
AgeCommit message (Expand)Author
2024-03-08Parser and module finding logic fixes. (#3720)Yong He
2024-02-20Language server robustness fix. (#3607)Yong He
2024-01-25Fixes for `module` and `include`. (#3519)Yong He
2023-12-08Handle import, entrypoint and global params in included files. (#3395)Yong He
2023-12-05Support `include` for pulling file into the current module. (#3377)Yong He
2021-06-06Include a "stack trace" with nested-import errors (#1872)T. Foley