Skip to content

Commit 3e06a50

Browse files
committed
chore: disable dart for HTTP package
BREAKING CHANGE Stop supporting http module in Dart. This is because Dart has a well developed http package which should be used by Dart customers instead.
1 parent daec1e0 commit 3e06a50

File tree

14 files changed

+2128
-1967
lines changed

14 files changed

+2128
-1967
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ gulp.task('test.unit.dart', function (done) {
621621
return;
622622
}
623623

624-
watch(['modules/angular2/**', 'modules/http/**'], { ignoreInitial: true }, [
624+
watch(['modules/angular2/**'], { ignoreInitial: true }, [
625625
'!build/tree.dart',
626626
'!test.unit.dart/karma-run'
627627
]);

modules/examples/pubspec.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ environment:
44
dependencies:
55
angular2: '^<%= packageJson.version %>'
66
angular2_material: '^<%= packageJson.version %>'
7-
http: '^<%= packageJson.version %>'
87
browser: '^0.10.0'
98
dev_dependencies:
109
guinness: '^0.1.17'
@@ -15,8 +14,6 @@ dependency_overrides:
1514
path: ../angular2
1615
angular2_material:
1716
path: ../angular2_material
18-
http:
19-
path: ../http
2017
transformers:
2118
- angular2:
2219
$exclude:
@@ -29,7 +26,6 @@ transformers:
2926
entry_points:
3027
- web/src/gestures/index.dart
3128
- web/src/hello_world/index.dart
32-
- web/src/http/index.dart
3329
- web/src/key_events/index.dart
3430
- web/src/sourcemap/index.dart
3531
- web/src/todo/index.dart
@@ -53,7 +49,6 @@ transformers:
5349
reflection_entry_points:
5450
- web/src/gestures/index.dart
5551
- web/src/hello_world/index.dart
56-
- web/src/http/index.dart
5752
- web/src/key_events/index.dart
5853
- web/src/sourcemap/index.dart
5954
- web/src/todo/index.dart

modules/examples/src/jsonp/jsonp_comp.dart

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)