Skip to content

Commit 01ea350

Browse files
committed
improve docs
1 parent ae61bb3 commit 01ea350

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

CONTRIBUTING.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,23 @@ For updating `core-js-compat` data:
2626
- After getting this data, add it to [`packages/core-js-compat/src/data.mjs`](./packages/core-js-compat/src/data.mjs).
2727
- If you want to add new mapping (for example, to add a new iOS Safari version based on Safari or NodeJS based on Chrome), add it to [`packages/core-js-compat/src/mapping.mjs`](./packages/core-js-compat/src/mapping.mjs).
2828

29-
| engine | how to run tests | base data inherits from |
30-
| --- | --- | --- |
31-
| `android` | browser runner | `chrome` |
32-
| `chrome` | browser runner | |
33-
| `deno` | deno runner | `chrome` (only ES) |
34-
| `edge` | browser runner | `ie` (<=18), `chrome` (>=74) |
35-
| `electron` | browser runner | `chrome` |
36-
| `firefox` | browser runner | |
37-
| `ie` | browser runner | |
38-
| `ios` | browser runner | `safari` |
39-
| `node` | node runner | `chrome` (only ES) |
40-
| `opera` | browser runner | `chrome` (>12) |
41-
| `opera_mobile` | browser runner | `opera`, `chrome` |
42-
| `phantom` | browser runner | `safari` |
43-
| `rhino` | rhino runner | |
44-
| `safari` | browser runner | |
45-
| `samsung` | browser runner | `chrome` |
29+
engine | mandatory check | how to run tests | base data inherits from | mapping for a new version
30+
--- | --- | --- | --- | ---
31+
`android` | | browser runner | `chrome` |
32+
`chrome` | features | browser runner | |
33+
`deno` | non-ES features | deno runner | `chrome` (only ES) | required
34+
`edge` | features | browser runner | `ie` (<=18), `chrome` (>=74) |
35+
`electron` | | browser runner | `chrome` | required
36+
`firefox` | features | browser runner | |
37+
`ie` | features | browser runner | |
38+
`ios` | | browser runner | `safari` | required
39+
`node` | non-ES features | node runner | `chrome` (only ES) | required
40+
`opera` | | browser runner | `chrome` (>12) | in case of inconsistency
41+
`opera_mobile` | | browser runner | `opera`, `chrome` | required
42+
`phantom` | | browser runner | `safari` |
43+
`rhino` | features | rhino runner | |
44+
`safari` | features | browser runner | |
45+
`samsung` | | browser runner | `chrome` | required
4646

4747
## Style and standards
4848

0 commit comments

Comments
 (0)