Upgrade syntax for JsLIGO decorators
Compare changes
- Christian Rinderknecht authored
Upgrade syntax for JsLIGO decorators See merge request !2873
Decorators in JsLIGO now follow the official format: @foo
or @foo("bar")
, instead of the ad hoc format we used until now: // @foo
and // @foo bar
. Only predefined decorators are allowed now.
Decorators in JsLIGO now follow the official format @foo
and @foo("bar")
.
dune @fmt
to check).## Changelog
section with #### (if appropriate).Upgrade syntax for JsLIGO decorators See merge request !2873