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

Issue 211393006: Enables codegen support in polymer (Closed)

Created:
6 years, 9 months ago by Siggi Cherem (dart-lang)
Modified:
6 years, 9 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Patch Set 1 : #

Total comments: 12

Patch Set 2 : #

Total comments: 47

Patch Set 3 : #

Total comments: 5

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1235 lines, -249 lines) Patch
M pkg/code_transformers/lib/src/resolver.dart View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M pkg/code_transformers/lib/src/resolver_impl.dart View 1 2 3 3 chunks +10 lines, -2 lines 0 comments Download
M pkg/polymer/CHANGELOG.md View 1 chunk +2 lines, -0 lines 0 comments Download
M pkg/polymer/lib/deploy.dart View 1 2 5 chunks +17 lines, -13 lines 0 comments Download
M pkg/polymer/lib/src/build/common.dart View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
M pkg/polymer/lib/src/build/linter.dart View 1 2 4 chunks +6 lines, -29 lines 0 comments Download
M pkg/polymer/lib/src/build/mirrors_remover.dart View 1 chunk +3 lines, -2 lines 0 comments Download
M pkg/polymer/lib/src/build/script_compactor.dart View 1 2 5 chunks +538 lines, -134 lines 0 comments Download
M pkg/polymer/lib/transformer.dart View 2 chunks +4 lines, -3 lines 0 comments Download
M pkg/polymer/pubspec.yaml View 1 2 2 chunks +8 lines, -11 lines 0 comments Download
M pkg/polymer/test/build/all_phases_test.dart View 8 chunks +23 lines, -6 lines 0 comments Download
M pkg/polymer/test/build/common.dart View 1 2 3 chunks +48 lines, -2 lines 0 comments Download
M pkg/polymer/test/build/script_compactor_test.dart View 1 2 7 chunks +486 lines, -18 lines 0 comments Download
M pkg/polymer/test/prop_attr_reflection_test.dart View 1 2 1 chunk +7 lines, -7 lines 0 comments Download
M pkg/smoke/pubspec.yaml View 1 2 3 1 chunk +6 lines, -8 lines 0 comments Download
A pkg/template_binding/CHANGELOG.md View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
M pkg/template_binding/lib/src/mustache_tokens.dart View 1 2 3 3 chunks +14 lines, -8 lines 0 comments Download
M pkg/template_binding/lib/src/template_iterator.dart View 1 2 3 4 chunks +14 lines, -4 lines 0 comments Download
M pkg/template_binding/pubspec.yaml View 1 2 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Siggi Cherem (dart-lang)
At last, all tests are passing and TodoMVC as well. I haven't tried it yet ...
6 years, 9 months ago (2014-03-26 01:18:09 UTC) #1
blois
Thoughts on supporting deferred libs? The generated code probably needs to support being injected at ...
6 years, 9 months ago (2014-03-26 16:02:33 UTC) #2
Siggi Cherem (dart-lang)
Thanks Pete, Good idea on supporting deferred libraries. I'll look into it, but I'll probably ...
6 years, 9 months ago (2014-03-26 17:56:34 UTC) #3
Jennifer Messerly
This is so cool. Better tree shaking with HTML! it looks great overall, only two ...
6 years, 9 months ago (2014-03-27 02:20:32 UTC) #4
Siggi Cherem (dart-lang)
Thanks John! These were great suggestions! PTAL https://codereview.chromium.org/211393006/diff/90001/pkg/polymer/lib/deploy.dart File pkg/polymer/lib/deploy.dart (right): https://codereview.chromium.org/211393006/diff/90001/pkg/polymer/lib/deploy.dart#newcode29 pkg/polymer/lib/deploy.dart:29: import 'transformer.dart'; ...
6 years, 9 months ago (2014-03-28 01:04:25 UTC) #5
Jennifer Messerly
LGTM https://codereview.chromium.org/211393006/diff/90001/pkg/polymer/lib/src/build/script_compactor.dart File pkg/polymer/lib/src/build/script_compactor.dart (right): https://codereview.chromium.org/211393006/diff/90001/pkg/polymer/lib/src/build/script_compactor.dart#newcode323 pkg/polymer/lib/src/build/script_compactor.dart:323: /// Process a class ([cls]). If it contains ...
6 years, 9 months ago (2014-03-28 21:48:35 UTC) #6
Siggi Cherem (dart-lang)
Thanks John! https://codereview.chromium.org/211393006/diff/90001/pkg/polymer/lib/src/build/script_compactor.dart File pkg/polymer/lib/src/build/script_compactor.dart (right): https://codereview.chromium.org/211393006/diff/90001/pkg/polymer/lib/src/build/script_compactor.dart#newcode405 pkg/polymer/lib/src/build/script_compactor.dart:405: logger.error('Only string literals are currently supported by ...
6 years, 9 months ago (2014-03-28 22:08:47 UTC) #7
blois
lgtm
6 years, 9 months ago (2014-03-28 22:10:26 UTC) #8
Siggi Cherem (dart-lang)
6 years, 9 months ago (2014-03-28 22:11:47 UTC) #9
Message was sent while issue was closed.
Committed patchset #4 manually as r34531 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698