Skip to content

Commit f4eeefa

Browse files
authored
Merge pull request #93 from lahmatiy/patch-1
Fix code according current proposal syntax
2 parents c8bbe4b + b677c0c commit f4eeefa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Another option considered and not selected has been to use a single string as th
164164
We could permit import assertions to have more complex values than simply strings, for example:
165165

166166
```js
167-
import value from "module" assert attr: { key1: "value1", key2: [1, 2, 3] };
167+
import value from "module" assert { attr: { key1: "value1", key2: [1, 2, 3] } };
168168
```
169169

170170
This would allow import assertions to scale to support a larger variety of metadata.

0 commit comments

Comments
 (0)