You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few unimportant code-style consistency changes (glayzzle#1137)
* Use consistent declaration format for function exports.
Change "read_types() {" to "read_types: function () {"
Change "read_promoted() {" to "read_promoted: function () {"
* parser/class.js -- tiny simplification
Set nullable directly and use result for comparison.
* Use strict equality tests for consistency
0 commit comments