refactor(dart/transform): Remove unused test files
Remove directive_metadata_linker test files which are no longer used as of 820b30c1810852ec7b47b8b85356405ad7f59725.
This commit is contained in:
parent
f9963d3d21
commit
150d3686c3
@ -1,15 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'bar.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
BarComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[bar]')], const [],
|
|
||||||
() => new BarComponent()));
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"BarComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[bar]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "BarComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/absolute_export_files/bar.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Bar",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'foo.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
export 'package:bar/bar.dart';
|
|
||||||
import 'package:bar/bar.ng_deps.dart' as i0;
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
FooComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[foo]')], const [],
|
|
||||||
() => new FooComponent()));
|
|
||||||
i0.initReflector(reflector);
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["bar.dart"],
|
|
||||||
"FooComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[foo]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "FooComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/absolute_export_files/foo.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Foo",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["baz.dart"],
|
|
||||||
"BarComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[bar]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "BarComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/export_cycle_files/bar.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Bar",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["foo.dart"],
|
|
||||||
"BazComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[baz]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "BazComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/export_cycle_files/baz.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Baz",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["bar.dart"],
|
|
||||||
"FooComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[foo]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "FooComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/export_cycle_files/foo.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Foo",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'bar.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
BarComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[bar]')], const [],
|
|
||||||
() => new BarComponent()));
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"BarComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[bar]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "BarComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/export_cycle_files/bar.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Bar",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'foo.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
export 'bar.dart';
|
|
||||||
import 'bar.ng_deps.dart' as i0;
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
FooComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[foo]')], const [],
|
|
||||||
() => new FooComponent()));
|
|
||||||
i0.initReflector(reflector);
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["bar.dart"],
|
|
||||||
"FooComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[foo]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "FooComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/export_cycle_files/foo.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Foo",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'bar.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
export 'baz.dart';
|
|
||||||
import 'baz.ng_deps.dart' as i0;
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
BarComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[bar]')], const [],
|
|
||||||
() => new BarComponent()));
|
|
||||||
i0.initReflector(reflector);
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["baz.dart"],
|
|
||||||
"BarComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[bar]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "BarComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/recursive_export_files/bar.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Bar",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,15 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'baz.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
BazComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[baz]')], const [],
|
|
||||||
() => new BazComponent()));
|
|
||||||
}
|
|
@ -1,32 +0,0 @@
|
|||||||
{
|
|
||||||
"BazComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[baz]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "BazComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/recursive_export_files/baz.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Baz",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,19 +0,0 @@
|
|||||||
library foo.ng_deps.dart;
|
|
||||||
|
|
||||||
import 'foo.dart';
|
|
||||||
import 'package:angular2/src/core/metadata.dart';
|
|
||||||
|
|
||||||
export 'bar.dart';
|
|
||||||
import 'bar.ng_deps.dart' as i0;
|
|
||||||
|
|
||||||
var _visited = false;
|
|
||||||
void initReflector(reflector) {
|
|
||||||
if (_visited) return;
|
|
||||||
_visited = true;
|
|
||||||
reflector
|
|
||||||
..registerType(
|
|
||||||
FooComponent,
|
|
||||||
new ReflectionInfo(const [const Component(selector: '[foo]')], const [],
|
|
||||||
() => new FooComponent()));
|
|
||||||
i0.initReflector(reflector);
|
|
||||||
}
|
|
@ -1,33 +0,0 @@
|
|||||||
{
|
|
||||||
"__exports__": ["bar.dart"],
|
|
||||||
"FooComponent":
|
|
||||||
{
|
|
||||||
"kind": "type",
|
|
||||||
"value": {
|
|
||||||
"isComponent": true,
|
|
||||||
"dynamicLoadable": true,
|
|
||||||
"selector":"[foo]",
|
|
||||||
"exportAs": null,
|
|
||||||
"type": {
|
|
||||||
"id": 1,
|
|
||||||
"name": "FooComponent",
|
|
||||||
"moduleUrl": "asset:angular2/test/transform/directive_metadata_linker/recursive_export_files/foo.dart"
|
|
||||||
},
|
|
||||||
"changeDetection": 5,
|
|
||||||
"inputs": {},
|
|
||||||
"outputs": {},
|
|
||||||
"hostListeners": {},
|
|
||||||
"hostProperties": {},
|
|
||||||
"hostAttributes": {},
|
|
||||||
"lifecycleHooks": [],
|
|
||||||
"template": {
|
|
||||||
"encapsulation": 0,
|
|
||||||
"template": "Foo",
|
|
||||||
"templateUrl": null,
|
|
||||||
"styles": null,
|
|
||||||
"styleUrls": null,
|
|
||||||
"ngContentSelectors": null
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user