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

Allow Function & Type References to Between Extensions #496

Open
vbarua opened this issue Apr 26, 2023 · 0 comments
Open

Allow Function & Type References to Between Extensions #496

vbarua opened this issue Apr 26, 2023 · 0 comments

Comments

@vbarua
Copy link
Member

vbarua commented Apr 26, 2023

Problem

It is difficult to re-use existing functions and types from one extension in another extension as there is no mechanism to reference functions and types outside of the current extension.

Use Cases

  • When defining fallback expressions for functions, a fallback expression might wish to use a function that already exists, but in a different extension file.
  • A system might wish to add functions or types that depend on types that are defined in a different extension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant