style(dart/transform): Remove src
from library directives
Conform to Angular 2 style by removing `src` from library directives. Completed with: ``` find -name "*.dart" | xargs sed -i -e 's!library\(.*\)src\.\(.*\)!library \1\2!' ``` Closes #1005 Closes #1038
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
library angular2.src.transform.directive_processor;
|
||||
library angular2.transform.directive_processor;
|
||||
|
||||
import 'package:analyzer/analyzer.dart';
|
||||
import 'package:analyzer/src/generated/java_core.dart';
|
||||
|
@ -1,4 +1,4 @@
|
||||
library angular2.src.transform.directive_processor.transformer;
|
||||
library angular2.transform.directive_processor.transformer;
|
||||
|
||||
import 'dart:async';
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
library angular2.src.transform.directive_processor;
|
||||
library angular2.transform.directive_processor;
|
||||
|
||||
import 'package:analyzer/analyzer.dart';
|
||||
import 'package:analyzer/src/generated/java_core.dart';
|
||||
|
Reference in New Issue
Block a user