We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a0dd0 commit a4b2f16Copy full SHA for a4b2f16
README.md
@@ -13,6 +13,14 @@ console.log(flags.use_strict()); // true
13
14
npm install v8-flags
15
16
+## Contributions
17
+
18
+I am doing my best to document each flag, but am hoping for others *especially the ones with insider knowledge* to supply useful comments.
19
20
+I made this as easy as possible, all you have to do is add/edit the `.md` file with the name of the flag in [this
21
+folder](https://github.com/thlorenz/v8-flags/tree/master/scripts/comments) and run `npm run flag-doc` to
22
+update all documentation with the added details.
23
24
## API
25
26
The different versions of v8 and thus Node.js have different flags and therefore the API fluctuates somewhat between the
0 commit comments