Chromium Code Reviews
Descriptionsmall cleanups to dart_runtime.js
these were caught by the webstorm ES6 plugin
biggest one is strict mode doesn't like local functions except at top level, I think becasue the name is not scoped correctly (for historical reasons). Instead `let name = () => ...;` allows correct scoping for `name`.
R=vsm@google.com
Committed: https://github.com/dart-lang/dev_compiler/commit/1ed893095df96a2b090bbb574919c09c5a3f719d
Patch Set 1 #
Total comments: 3
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||