Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support exporting and importing macros #49

Merged
merged 3 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
importing macros seems to work
  • Loading branch information
azizghuloum committed Dec 18, 2024
commit 64f4c636359f67fb23c0189f044297f7573871f2
3 changes: 3 additions & 0 deletions files.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ async function compile_script(filename: string, test_name: string) {
get_import_path(_cuid) {
throw new Error(`imports are not supported in tests`);
},
resolve_rib(_rib_id, _cuid) {
throw new Error(`imports are not supported in gui`);
},
},
global_unit,
global_context,
Expand Down
Loading
Loading