Skip to content
This repository has been archived by the owner on May 11, 2018. It is now read-only.

exponential operator is supported in node >7 #179

Closed
wants to merge 1 commit into from
Closed

Conversation

danez
Copy link
Member

@danez danez commented Mar 2, 2017

node 7.0 update v8 to 5.4, and the exponential operator was introduced in 5.2

https://nodejs.org/en/download/releases/
https://v8project.blogspot.de/2016/06/release-52.html

❯ nvm install 7.0.0
Downloading and installing node v7.0.0...
Downloading https://nodejs.org/dist/v7.0.0/node-v7.0.0-darwin-x64.tar.gz...
######################################################################## 100,0%
Computing checksum with shasum -a 256
Checksums matched!
Now using node v7.0.0 (npm v3.10.8)

❯ node                                                                            
> 2 ** 2
4
> 

7.0 update v8 to 5.4, and the exponential operator was introduced in 5.2
@danez danez changed the title exponential operator is supported in node 7.0.0 exponential operator is supported in node >7 Mar 2, 2017
@hzoo
Copy link
Member

hzoo commented Mar 2, 2017

@danez the data in the json is generated via compat-table - it's fine to do that but it's going to be overridden when we update compat-table again, otherwise we are hardcoding everything

@danez
Copy link
Member Author

danez commented Mar 2, 2017

Okay I see, I investigate.

@danez danez closed this Mar 2, 2017
@danez danez deleted the danez-patch-1 branch March 2, 2017 15:35
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants