Skip to content

Commit

Permalink
Upgraded to V8 8.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
andreburgaud committed Mar 19, 2020
1 parent a47542a commit cc1ff80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TAG:=8.0.288
TAG:=8.3.30
IMAGE:=andreburgaud/d8

default: help
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Options: --harmony --harmony-shipping --harmony-private-methods
--harmony-namespace-exports --harmony-sharedarraybuffer --harmony-import-meta
--harmony-dynamic-import
Use quit() or Ctrl-D (i.e. EOF) to exit the D8 Shell
V8 version 8.0.288
V8 version 8.3.30
d8>
```

Expand Down Expand Up @@ -71,7 +71,7 @@ d8>

When ECMAScript 4 (ES4) was abandoned in 2008, some of its features were rolled into a project codenamed ECMAScript Harmony. ES6 later renamed ES2015 was the first "ECMAScript Harmony" specification and is also known as "ES6 Harmony". The V8 harmony options enable specific features that may not yet be part of the default engine features.

### Harmony Flags with Version 8.0.288
### Harmony Flags with Version 8.x

The following flags are enabled when starting the D8 repl `docker run --rm -it andreburgaud/d8 shell`:

Expand Down

0 comments on commit cc1ff80

Please sign in to comment.