Skip to content

Commit

Permalink
Update typos and add info in unquoted imports and wildcard variables …
Browse files Browse the repository at this point in the history
…specs. (#4083)
  • Loading branch information
kallentu authored Sep 10, 2024
1 parent 617e4c1 commit 08c7553
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ that still means we need to be able to understand that `foo.widget` and
`some_model/pb.dart`.

In fact, inside Google's monorepo, dotted package names are idiomatic and
universally used. If our import shorthand syntax couldn't hangle package names
universally used. If our import shorthand syntax couldn't handle package names
with dots in them, no one inside Google would be able to use it.

Instead of `.`, this proposal uses `/`. This is obviously a natural path
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

Author: Bob Nystrom

Status: In-progress
Status: Accepted

Version 1.6

Experiment Flag: wildcard-variables

## Motivation

Pattern matching brings a new way to declare variables. Inside patterns, any
Expand Down

0 comments on commit 08c7553

Please sign in to comment.