Skip to content

Commit

Permalink
Support Stage 2.7 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
azu authored Feb 14, 2024
1 parent 6273302 commit 2f81f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fetch/proposal-markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export async function readAllProposals() {
const jobs: Job[] = [
// ECMA-262
{ tags: ['ECMA-262'], stages: [4], path: 'finished-proposals' },
{ tags: ['ECMA-262'], stages: [3, 2], path: 'README' },
{ tags: ['ECMA-262'], stages: [3, 2.7, 2], path: 'README' },
{ tags: ['ECMA-262'], stages: [1], path: 'stage-1-proposals' },
{ tags: ['ECMA-262'], stages: [0], path: 'stage-0-proposals' },
{ tags: ['ECMA-262'], stages: [-1], path: 'inactive-proposals' },
Expand Down

0 comments on commit 2f81f5a

Please sign in to comment.