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

Issue 2691423007: Add AstBuilder support for import and export directives. (Closed)

Created:
3 years, 10 months ago by Paul Berry
Modified:
3 years, 10 months ago
Reviewers:
ahe, scheglov
CC:
reviews_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Add AstBuilder support for import and export directives. Still not supported yet: conditional URIs. R=scheglov@google.com Committed: https://github.com/dart-lang/sdk/commit/528bebc00f85061a8f115d887f9a9d1c105f48ab

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -133 lines) Patch
M pkg/analyzer/test/generated/parser_fasta_test.dart View 4 chunks +4 lines, -116 lines 0 comments Download
M pkg/front_end/lib/src/fasta/analyzer/ast_builder.dart View 1 1 chunk +66 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/parser/listener.dart View 1 4 chunks +15 lines, -0 lines 0 comments Download
M pkg/front_end/lib/src/fasta/source/stack_listener.dart View 3 chunks +8 lines, -17 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Paul Berry
3 years, 10 months ago (2017-02-17 17:58:10 UTC) #2
scheglov
LGTM https://codereview.chromium.org/2691423007/diff/1/pkg/front_end/lib/src/fasta/parser/listener.dart File pkg/front_end/lib/src/fasta/parser/listener.dart (right): https://codereview.chromium.org/2691423007/diff/1/pkg/front_end/lib/src/fasta/parser/listener.dart#newcode283 pkg/front_end/lib/src/fasta/parser/listener.dart:283: void endImport(Token importKeyword, Token DeferredKeyword, Token asKeyword, It's ...
3 years, 10 months ago (2017-02-17 18:04:41 UTC) #3
Paul Berry
https://codereview.chromium.org/2691423007/diff/1/pkg/front_end/lib/src/fasta/parser/listener.dart File pkg/front_end/lib/src/fasta/parser/listener.dart (right): https://codereview.chromium.org/2691423007/diff/1/pkg/front_end/lib/src/fasta/parser/listener.dart#newcode283 pkg/front_end/lib/src/fasta/parser/listener.dart:283: void endImport(Token importKeyword, Token DeferredKeyword, Token asKeyword, On 2017/02/17 ...
3 years, 10 months ago (2017-02-17 18:10:09 UTC) #4
Paul Berry
Committed patchset #2 (id:20001) manually as 528bebc00f85061a8f115d887f9a9d1c105f48ab (presubmit successful).
3 years, 10 months ago (2017-02-17 18:23:37 UTC) #6
ahe
3 years, 10 months ago (2017-02-20 14:57:13 UTC) #7
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698