You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-48Lines changed: 1 addition & 48 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,52 +38,5 @@ Unfortunately, the JSC implementation diverges from the V8 one:
38
38
39
39
- JSC attaches a string valued prop to the object provided, where V8 instead installs their stack-getter function.
40
40
41
-
I would actually like to specify this like the JSC one.
41
+
I would actually like to specify this like the JSC one. It's simpler.
42
42
43
-
<!-- Comment out rest of this while I work on this
44
-
## Before creating a proposal
45
-
46
-
Please ensure the following:
47
-
1. You have read the [process document](https://tc39.github.io/process-document/)
48
-
1. You have reviewed the [existing proposals](https://github.com/tc39/proposals/)
49
-
1. You are aware that your proposal requires being a member of TC39, or locating a TC39 delegate to “champion” your proposal
50
-
51
-
## Create your proposal repo
52
-
53
-
Follow these steps:
54
-
1. Click the green [“use this template”](https://github.com/tc39/template-for-proposals/generate) button in the repo header. (Note: Do not fork this repo in GitHub's web interface, as that will later prevent transfer into the TC39 organization)
55
-
1. Update ecmarkup and the biblio to the latest version: `npm install --save-dev ecmarkup@latest && npm install --save-dev --save-exact @tc39/ecma262-biblio@latest`.
56
-
1. Go to your repo settings page:
57
-
1. Under “General”, under “Features”, ensure “Issues” is checked, and disable “Wiki”, and “Projects” (unless you intend to use Projects)
58
-
1. Under “Pull Requests”, check “Always suggest updating pull request branches” and “automatically delete head branches”
59
-
1. Under the “Pages” section on the left sidebar, and set the source to “deploy from a branch”, select “gh-pages” in the branch dropdown, and then ensure that “Enforce HTTPS” is checked.
60
-
1. Under the “Actions” section on the left sidebar, under “General”, select “Read and write permissions” under “Workflow permissions” and click “Save”
61
-
1. [“How to write a good explainer”][explainer] explains how to make a good first impression.
62
-
63
-
> Each TC39 proposal should have a `README.md` file which explains the purpose
64
-
> of the proposal and its shape at a high level.
65
-
>
66
-
> ...
67
-
>
68
-
> The rest of this page can be used as a template ...
69
-
70
-
Your explainer can point readers to the `index.html` generated from `spec.emu`
71
-
via markdown like
72
-
73
-
```markdown
74
-
You can browse the [ecmarkup output](https://ACCOUNT.github.io/PROJECT/)
75
-
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/HEAD/spec.emu).
76
-
```
77
-
78
-
where *ACCOUNT* and *PROJECT* are the first two path elements in your project's Github URL.
79
-
For example, for github.com/**tc39**/**template-for-proposals**, *ACCOUNT* is “tc39”
80
-
and *PROJECT* is “template-for-proposals”.
81
-
82
-
83
-
## Maintain your proposal repo
84
-
85
-
1. Make your changes to `spec.emu` (ecmarkup uses HTML syntax, but is not HTML, so I strongly suggest not naming it “.html”)
86
-
1. Any commit that makes meaningful changes to the spec, should run `npm run build` to verify that the build will succeed and the output looks as expected.
87
-
1. Whenever you update `ecmarkup`, run `npm run build` to verify that the build will succeed and the output looks as expected.
0 commit comments