You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now the built in functions doesn't have any restriction regarding the type. so we can for example cd [path] or mv file null.
Describe the solution you'd like
Throws an error in compile time as it will always fails
Describe alternatives you've considered
should we restrict these values to only be of type Text?
Additional context
I can work in this issue if it's a valid solution.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now the built in functions doesn't have any restriction regarding the type. so we can for example
cd [path]
ormv file null
.Describe the solution you'd like
Throws an error in compile time as it will always fails
Describe alternatives you've considered
should we restrict these values to only be of type
Text
?Additional context
I can work in this issue if it's a valid solution.
The text was updated successfully, but these errors were encountered: