gopherjs / gopherwasm

This package is deprecated. Use syscall/js of GopherJS instead.
BSD 2-Clause "Simplified" License
79 stars 5 forks source link

Make Global/Null/Undefined functions #3

Closed hajimehoshi closed 6 years ago

hajimehoshi commented 6 years ago

This PR changes Global/Null/Undefined from constants to functions to follow the latest syscall/js API.

As this is a breaking change, I plan to merge this at the defined time point:

Issue: #1