Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Issue 1458243002: implement ES6 modules in JS AST. (Closed)

Created:
5 years, 1 month ago by Jennifer Messerly
Modified:
5 years ago
Reviewers:
vsm, ochafik
CC:
dev-compiler+reviews_dartlang.org
Base URL:
git@github.com:dart-lang/dev_compiler.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

implement ES6 modules in JS AST. they aren't used by the Dart compiler yet, so this is just some scaffolding R=ochafik@google.com, vsm@google.com Committed: https://github.com/dart-lang/dev_compiler/commit/e9b7e6fc45ef0c95dd4d9274cce6f24f173417fa

Patch Set 1 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+297 lines, -54 lines) Patch
M lib/src/js/js_ast.dart View 1 chunk +1 line, -0 lines 0 comments Download
A lib/src/js/module_transform.dart View 1 chunk +25 lines, -0 lines 0 comments Download
M lib/src/js/nodes.dart View 5 chunks +133 lines, -2 lines 3 comments Download
M lib/src/js/printer.dart View 1 chunk +70 lines, -0 lines 0 comments Download
M lib/src/js/template.dart View 22 chunks +52 lines, -50 lines 0 comments Download
M lib/src/options.dart View 3 chunks +16 lines, -2 lines 0 comments Download

Messages

Total messages: 8 (2 generated)
Jennifer Messerly
5 years, 1 month ago (2015-11-19 22:20:06 UTC) #2
Jennifer Messerly
this CL has been sitting on my hard drive forever, I removed the unfinished parts. ...
5 years, 1 month ago (2015-11-19 22:20:38 UTC) #3
ochafik
LGTM, thanks John! https://codereview.chromium.org/1458243002/diff/1/lib/src/js/nodes.dart File lib/src/js/nodes.dart (right): https://codereview.chromium.org/1458243002/diff/1/lib/src/js/nodes.dart#newcode1611 lib/src/js/nodes.dart:1611: String get importStarAs { nit: should ...
5 years, 1 month ago (2015-11-20 00:06:35 UTC) #4
Jennifer Messerly
https://codereview.chromium.org/1458243002/diff/1/lib/src/js/nodes.dart File lib/src/js/nodes.dart (right): https://codereview.chromium.org/1458243002/diff/1/lib/src/js/nodes.dart#newcode1681 lib/src/js/nodes.dart:1681: // TODO(jmesserly): should we wrap this in a node ...
5 years, 1 month ago (2015-11-23 22:08:13 UTC) #5
vsm
lgtm
5 years ago (2015-11-30 16:28:08 UTC) #6
Jennifer Messerly
5 years ago (2015-11-30 16:34:35 UTC) #8
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
e9b7e6fc45ef0c95dd4d9274cce6f24f173417fa (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698