Skip to content
This repository was archived by the owner on Jan 26, 2022. It is now read-only.

Fix table formatting #20

Merged
merged 1 commit into from
Apr 6, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,11 +106,11 @@ foo(null);
export {};
```

| script (cannot parse) | module
--- | --- | --- | ---
variable scope of `foo` | n/a | local
`arguments` object | n/a | unmodified
`this` binding of `foo` | n/a | undefined
| | script (cannot parse) | module |
| ----------------------- | --------------------- | -----------|
| variable scope of `foo` | n/a | local |
| `arguments` object | n/a | unmodified |
| `this` binding of `foo` | n/a | undefined |

## Problem

Expand Down