Chromium Code Reviews

Issue 105673003: Output all files generated by dart2js, not just the main one. (Closed)

Created:
7 years ago by Bob Nystrom
Modified:
7 years ago
Reviewers:
nweiz
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Output all files generated by dart2js, not just the main one. BUG=https://code.google.com/p/dart/issues/detail?id=15420 R=nweiz@google.com Committed: https://code.google.com/p/dart/source/detail?r=30918

Patch Set 1 #

Unified diffs Side-by-side diffs Stats (+80 lines, -60 lines)
M sdk/lib/_internal/pub/lib/src/barback/dart2js_transformer.dart View 6 chunks +32 lines, -20 lines 0 comments
M sdk/lib/_internal/pub/lib/src/dart.dart View 3 chunks +33 lines, -35 lines 0 comments
M sdk/lib/_internal/pub/test/build/compiles_dart_entrypoints_to_js_test.dart View 1 chunk +5 lines, -1 line 0 comments
M sdk/lib/_internal/pub/test/build/copies_browser_js_next_to_entrypoints_test.dart View 2 chunks +6 lines, -2 lines 0 comments
M sdk/lib/_internal/pub/test/build/dart2js_finds_imports_across_packages_test.dart View 1 chunk +4 lines, -2 lines 0 comments

Messages

Total messages: 3 (0 generated)
Bob Nystrom
With this, we include the precompiled.js file needed for CSP compliance, as well as source ...
7 years ago (2013-12-04 23:31:41 UTC) #1
nweiz
lgtm
7 years ago (2013-12-04 23:36:46 UTC) #2
Bob Nystrom
7 years ago (2013-12-05 22:05:58 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r30918 (presubmit successful).

Powered by Google App Engine