Skip to content

Commit

Permalink
Update grammar (#13668)
Browse files Browse the repository at this point in the history
Fixing a probable oversight in the grammar definition from #12281
###### Microsoft Reviewers: [Open in
CodeFlow](https://microsoft.github.io/open-pr/?codeflow=https://github.com/Azure/bicep/pull/13668)
  • Loading branch information
itpropro committed Mar 21, 2024
1 parent e783fd3 commit 6f3a864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/grammar.md
Expand Up @@ -34,9 +34,9 @@ compileTimeImportTarget ->
importedSymbolsList -> "{" ( NL+ ( importedSymbolsListItem NL+ )* )? "}"
importedSymbolsListItem -> IDENTIFIER(originalSymbolName) importAsClause?
importedSymbolsListItem -> IDENTIFIER(originalSymbolName) providerAsClause?
wildcardImport -> "*" importAsClause
wildcardImport -> "*" providerAsClause
compileTimeImportFromClause -> "from" interpString(path)
Expand Down

0 comments on commit 6f3a864

Please sign in to comment.