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
A new syntax has been added to Gleam, the attribute syntax
@target(erlang)pubfnmain(){todo}
Attributes proceed imports or definitions in modules. The compiler only accepts @target(erlang) and @target(javascript) but I believe the tree sitter should accept any name that would be a valid function name in place of target and any comma-delimited sequence of optionally labelled constant expressions within the ().
Hello!
A new syntax has been added to Gleam, the attribute syntax
Attributes proceed imports or definitions in modules. The compiler only accepts
@target(erlang)
and@target(javascript)
but I believe the tree sitter should accept any name that would be a valid function name in place oftarget
and any comma-delimited sequence of optionally labelled constant expressions within the()
.The text was updated successfully, but these errors were encountered: