|
Support compiling templates in the browser.
BUG=
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1661 lines, -122 lines) |
Patch |
 |
M |
.gitignore
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
bin/dwc_browser.dart
|
View
|
|
1 chunk |
+76 lines, -0 lines |
0 comments
|
Download
|
 |
M |
example/explainer/build_examples.dart
|
View
|
|
1 chunk |
+12 lines, -11 lines |
0 comments
|
Download
|
 |
A |
extension/background.html
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extension/background.js
|
View
|
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extension/build.sh
|
View
|
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extension/content_script.js
|
View
|
|
1 chunk |
+83 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extension/dart.js
|
View
|
|
1 chunk |
+249 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extension/dart_proxy.js
|
View
|
|
1 chunk |
+446 lines, -0 lines |
0 comments
|
Download
|
 |
A |
extension/manifest.json
|
View
|
|
1 chunk |
+21 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/dwc.dart
|
View
|
|
3 chunks |
+16 lines, -45 lines |
0 comments
|
Download
|
 |
A |
lib/dwc_shared.dart
|
View
|
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/analyzer.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/compile.dart
|
View
|
|
3 chunks |
+83 lines, -51 lines |
0 comments
|
Download
|
 |
A |
lib/src/template/dartio_stub.dart
|
View
|
|
1 chunk |
+389 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/emitters.dart
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/file_system.dart
|
View
|
|
1 chunk |
+10 lines, -1 line |
0 comments
|
Download
|
 |
A |
lib/src/template/file_system_browser.dart
|
View
|
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/file_system_memory.dart
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/file_system_vm.dart
|
View
|
|
1 chunk |
+31 lines, -7 lines |
0 comments
|
Download
|
 |
M |
lib/src/template/utils.dart
|
View
|
|
2 chunks |
+20 lines, -1 line |
0 comments
|
Download
|
 |
M |
pubspec.yaml
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/analyzer_test.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/run_all.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
test/testing.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|