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

Issue 2225953002: Strip more unused features. (Closed)

Created:
4 years, 4 months ago by Jacob
Modified:
4 years, 3 months ago
Reviewers:
kevmoo
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/js_facade_gen.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Strip more unused features. Switch to the more limited scope task of creating JS Interop Facades allowing export of TypeScript APIs to Dart from of the far more difficult task of compiling TypeScript code to Dart code. BUG= R=kevmoo@google.com Committed: https://github.com/dart-lang/linter/commit/74b08179d193c19c112accf60b9cbf8e7625bdb6

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fix types #

Patch Set 3 : Fix types #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4762 lines, -2965 lines) Patch
D .arcconfig View 1 chunk +0 lines, -8 lines 0 comments Download
M README.md View 1 2 2 chunks +7 lines, -11 lines 0 comments Download
A codereview.settings View 1 chunk +3 lines, -0 lines 0 comments Download
M gulpfile.js View 1 2 chunks +2 lines, -2 lines 0 comments Download
M lib/base.ts View 1 6 chunks +228 lines, -27 lines 0 comments Download
D lib/call.ts View 1 chunk +0 lines, -212 lines 0 comments Download
A lib/dart_libraries_for_browser_types.ts View 1 chunk +981 lines, -0 lines 0 comments Download
M lib/declaration.ts View 1 8 chunks +647 lines, -341 lines 0 comments Download
D lib/expression.ts View 1 chunk +0 lines, -145 lines 0 comments Download
M lib/facade_converter.ts View 1 7 chunks +603 lines, -590 lines 0 comments Download
D lib/literal.ts View 1 chunk +0 lines, -164 lines 0 comments Download
M lib/main.ts View 1 15 chunks +204 lines, -92 lines 0 comments Download
A lib/merge.ts View 1 1 chunk +322 lines, -0 lines 0 comments Download
M lib/module.ts View 1 6 chunks +18 lines, -34 lines 0 comments Download
D lib/statement.ts View 1 chunk +0 lines, -173 lines 0 comments Download
M lib/type.ts View 1 2 chunks +16 lines, -37 lines 0 comments Download
M package.json View 1 2 chunks +7 lines, -8 lines 0 comments Download
M test/call_test.ts View 1 1 chunk +49 lines, -47 lines 0 comments Download
M test/declaration_test.ts View 4 chunks +315 lines, -112 lines 0 comments Download
M test/decorator_test.ts View 1 chunk +83 lines, -50 lines 0 comments Download
M test/e2e/helloworld.ts View 1 chunk +5 lines, -39 lines 0 comments Download
M test/e2e/lib.ts View 2 chunks +2 lines, -5 lines 0 comments Download
M test/e2e/pubspec.yaml View 1 chunk +1 line, -1 line 0 comments Download
M test/expression_test.ts View 1 chunk +68 lines, -77 lines 0 comments Download
M test/facade_converter_test.ts View 1 2 3 chunks +44 lines, -379 lines 0 comments Download
M test/function_test.ts View 1 2 chunks +42 lines, -84 lines 0 comments Download
A test/js_interop_test.ts View 1 1 chunk +862 lines, -0 lines 0 comments Download
D test/literal_test.ts View 1 chunk +0 lines, -64 lines 0 comments Download
M test/main_test.ts View 1 1 chunk +135 lines, -99 lines 0 comments Download
M test/module_test.ts View 3 chunks +26 lines, -14 lines 0 comments Download
D test/statement_test.ts View 1 chunk +0 lines, -105 lines 0 comments Download
M test/test_support.ts View 1 3 chunks +8 lines, -8 lines 0 comments Download
M test/type_test.ts View 1 1 chunk +82 lines, -36 lines 0 comments Download
M tsconfig.json View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 12 (2 generated)
Jacob
4 years, 4 months ago (2016-08-08 17:24:56 UTC) #2
kevmoo
https://codereview.chromium.org/2225953002/diff/1/README.md File README.md (left): https://codereview.chromium.org/2225953002/diff/1/README.md#oldcode1 README.md:1: # TypeScript to Dart transpiler [![Build Status](https://travis-ci.org/angular/ts2dart.svg?branch=master)](https://travis-ci.org/angular/ts2dart) Need to ...
4 years, 4 months ago (2016-08-08 17:28:05 UTC) #3
kevmoo
lgtm
4 years, 4 months ago (2016-08-08 17:36:41 UTC) #4
kevmoo
On 2016/08/08 17:36:41, kevmoo wrote: > lgtm What's our story here?
4 years, 4 months ago (2016-08-17 19:03:52 UTC) #5
Jacob
Uploaded updated version. The impact of the fixes can be seen in the test expectation ...
4 years, 3 months ago (2016-08-29 21:01:15 UTC) #6
kevmoo
On 2016/08/29 21:01:15, Jacob wrote: > Uploaded updated version. > The impact of the fixes ...
4 years, 3 months ago (2016-08-29 21:36:32 UTC) #7
Jacob
On 2016/08/29 21:36:32, kevmoo wrote: > On 2016/08/29 21:01:15, Jacob wrote: > > Uploaded updated ...
4 years, 3 months ago (2016-08-29 21:44:27 UTC) #8
kevmoo
On 2016/08/29 21:36:32, kevmoo wrote: > On 2016/08/29 21:01:15, Jacob wrote: > > Uploaded updated ...
4 years, 3 months ago (2016-08-29 22:21:41 UTC) #9
kevmoo
On 2016/08/29 21:44:27, Jacob wrote: > On 2016/08/29 21:36:32, kevmoo wrote: > > On 2016/08/29 ...
4 years, 3 months ago (2016-08-29 22:23:04 UTC) #10
Jacob
4 years, 3 months ago (2016-08-29 23:31:14 UTC) #12
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
74b08179d193c19c112accf60b9cbf8e7625bdb6 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698