Skip to content

Commit 74b2e89

Browse files
authored
Merge pull request #12 from tc39/sven/stage-3
stage 3
2 parents 8df425e + 9ca4634 commit 74b2e89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Champions: Sven Sauleau ([@xtuc](https://github.com/xtuc)), Daniel Ehrenberg ([@littledan](https://github.com/littledan)), Myles Borins ([@MylesBorins](https://github.com/MylesBorins)), and Dan Clark ([@dandclark](https://github.com/dandclark))
44

5-
Status: Stage 2.
5+
Status: Stage 3.
66

77
Please leave any feedback you have in the [issues](http://github.com/tc39/proposal-json-modules/issues)!
88

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

19-
Note: this proposal was originally part of the [import assertions proposal](https://github.com/tc39/proposal-import-assertions/), 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 it out into a separate Stage 2 proposal.
19+
Note: this proposal was originally part of the [import assertions proposal](https://github.com/tc39/proposal-import-assertions/), 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 it out into a separate proposal.
2020

2121
## Motivation
2222

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<pre class=metadata>
77
title: JSON modules
88
status: proposal
9-
stage: 2
9+
stage: 3
1010
location: https://github.com/tc39/proposal-json-modules
1111
copyright: false
1212
contributors: Sven Sauleau, Myles Borins, Daniel Ehrenberg, Daniel Clark

0 commit comments

Comments
 (0)