Skip to content

Commit 4336228

Browse files
ghoullierlittledan
authored andcommitted
bump stage relative to proposal-json-modules
proposal-json-modules move to Stage 3
1 parent 4334834 commit 4336228

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
@@ -16,7 +16,7 @@ import json from "./foo.json" assert { type: "json" };
1616
import("foo.json", { assert: { type: "json" } });
1717
```
1818

19-
The specification of JSON modules was originally part of this proposal, but it was [resolved](https://github.com/tc39/notes/blob/master/meetings/2020-07/july-21.md#import-conditions-for-stage-3) during the July 2020 meeting to split JSON modules out into a [separate Stage 2 proposal](http://github.com/tc39/proposal-json-modules).
19+
The specification of JSON modules was originally part of this proposal, but it was [resolved](https://github.com/tc39/notes/blob/master/meetings/2020-07/july-21.md#import-conditions-for-stage-3) during the July 2020 meeting to split JSON modules out into a [separate Stage 3 proposal](http://github.com/tc39/proposal-json-modules).
2020

2121
## Motivation
2222

0 commit comments

Comments
 (0)