|
|
Steps towards making dart2js JS AST templates an indepentent library.
- Removed unused type Blob
- Remove use of CodeBuffer, Compiler, SourceInformation
- Moved existing code into library js_ast
- Added new library js that re-exports js_ast and adds dart2js specific code.
The next step is to move the code into its own package under pkg.
BUG=
R=floitsch@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43695
Total comments: 2
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+212 lines, -175 lines) |
Patch |
 |
M |
pkg/compiler/lib/src/io/source_information.dart
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js/builder.dart
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
pkg/compiler/lib/src/js/characters.dart
|
View
|
1
|
2 chunks |
+2 lines, -28 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js/js.dart
|
View
|
1
2
3
|
1 chunk |
+53 lines, -12 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js/nodes.dart
|
View
|
1
2
|
10 chunks |
+19 lines, -32 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js/printer.dart
|
View
|
1
2
3
4
|
14 chunks |
+113 lines, -73 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js/rewrite_async.dart
|
View
|
1
|
2 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js/template.dart
|
View
|
1
2
|
4 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/js_emitter/old_emitter/emitter.dart
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/compiler/lib/src/use_unused_api.dart
|
View
|
1
|
2 chunks |
+9 lines, -5 lines |
0 comments
|
Download
|
 |
M |
tests/compiler/dart2js/async_await_js_transform_test.dart
|
View
|
1
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
Total messages: 11 (3 generated)
|