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

Issue 235483002: Updating code_transformer's ResolverTransform to filter on Dart entry points in apply. (Closed)

Created:
6 years, 8 months ago by blois
Modified:
6 years, 8 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Updating code_transformer's ResolverTransform to allow filtering on Dart entry points in apply. This is to allow Angular's transformers to continue to filter the assets considered entry points based on whether they contain a main() rather than just the asset ID. BUG= R=sigmund@google.com Committed: https://code.google.com/p/dart/source/detail?r=34985

Patch Set 1 : #

Total comments: 1

Patch Set 2 : CR change & nudge the version #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -15 lines) Patch
M pkg/code_transformers/lib/src/entry_point.dart View 1 chunk +16 lines, -8 lines 0 comments Download
M pkg/code_transformers/lib/src/resolvers.dart View 1 3 chunks +25 lines, -2 lines 0 comments Download
M pkg/code_transformers/pubspec.yaml View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/code_transformers/test/resolver_test.dart View 2 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
blois
6 years, 8 months ago (2014-04-11 16:58:09 UTC) #1
Siggi Cherem (dart-lang)
lgtm https://codereview.chromium.org/235483002/diff/20001/pkg/code_transformers/lib/src/resolvers.dart File pkg/code_transformers/lib/src/resolvers.dart (right): https://codereview.chromium.org/235483002/diff/20001/pkg/code_transformers/lib/src/resolvers.dart#newcode54 pkg/code_transformers/lib/src/resolvers.dart:54: Future<bool> isPrimary(asset_or_id) { nit, I think we would ...
6 years, 8 months ago (2014-04-11 17:01:02 UTC) #2
blois
6 years, 8 months ago (2014-04-11 17:44:26 UTC) #3
Message was sent while issue was closed.
Committed patchset #2 manually as r34985 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698