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
Convert `none` from a dedicated token, to an identifier token, as per
the other keywords we have implemented in the language.
The problem with parsing as a dedicated token is that it results in
`none` being unusable elsewhere in Bicep (e.g. `var none = 'none'` would
fail compilation).
(unrelated) I think this explains #13347!
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/14358)
The following is valid Bicep:
This linter rule tries to encourage the following, which is invalid Bicep:
Similar issue with property access:
Is converted to:
The decompiler also generates incorrect code for this
The text was updated successfully, but these errors were encountered: