diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 5e6de2c14a..7caea27fb9 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -59,29 +59,29 @@ jobs: - id: angular_pub_upgrade name: angular; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart pub upgrade - name: angular; dart analyze if: "always() && steps.angular_pub_upgrade.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart analyze - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: angular_ast; dart analyze if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart analyze - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: angular_compiler; dart analyze if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart analyze needs: - job_001 @@ -107,29 +107,29 @@ jobs: - id: angular_pub_upgrade name: angular; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart pub upgrade - name: "angular; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_pub_upgrade.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: "dart format --output=none --set-exit-if-changed ." - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: "dart format --output=none --set-exit-if-changed ." - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: "dart format --output=none --set-exit-if-changed ." needs: - job_001 @@ -155,29 +155,29 @@ jobs: - id: angular_pub_upgrade name: angular; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart pub upgrade - name: angular; dart analyze if: "always() && steps.angular_pub_upgrade.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart analyze - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: angular_ast; dart analyze if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart analyze - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: angular_compiler; dart analyze if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart analyze needs: - job_001 @@ -203,29 +203,29 @@ jobs: - id: angular_pub_upgrade name: angular; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart pub upgrade - name: "angular; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_pub_upgrade.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: "dart format --output=none --set-exit-if-changed ." - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: "dart format --output=none --set-exit-if-changed ." - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: "dart format --output=none --set-exit-if-changed ." needs: - job_001 @@ -251,29 +251,29 @@ jobs: - id: angular_pub_upgrade name: angular; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart pub upgrade - name: angular; dart analyze if: "always() && steps.angular_pub_upgrade.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart analyze - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: angular_ast; dart analyze if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart analyze - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: angular_compiler; dart analyze if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart analyze needs: - job_001 @@ -299,29 +299,29 @@ jobs: - id: angular_pub_upgrade name: angular; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: dart pub upgrade - name: "angular; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_pub_upgrade.conclusion == 'success'" - working-directory: angular + working-directory: ngdart run: "dart format --output=none --set-exit-if-changed ." - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: "dart format --output=none --set-exit-if-changed ." - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart format --output=none --set-exit-if-changed ." if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: "dart format --output=none --set-exit-if-changed ." needs: - job_001 @@ -383,11 +383,11 @@ jobs: - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -419,11 +419,11 @@ jobs: - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -455,11 +455,11 @@ jobs: - id: angular_forms_pub_upgrade name: angular_forms; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart pub upgrade - name: "angular_forms; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_forms_pub_upgrade.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -491,11 +491,11 @@ jobs: - id: angular_router_pub_upgrade name: angular_router; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart pub upgrade - name: "angular_router; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_router_pub_upgrade.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -527,11 +527,11 @@ jobs: - id: angular_test_pub_upgrade name: angular_test; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart pub upgrade - name: "angular_test; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_test_pub_upgrade.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -599,11 +599,11 @@ jobs: - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -635,11 +635,11 @@ jobs: - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -671,11 +671,11 @@ jobs: - id: angular_forms_pub_upgrade name: angular_forms; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart pub upgrade - name: "angular_forms; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_forms_pub_upgrade.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -707,11 +707,11 @@ jobs: - id: angular_router_pub_upgrade name: angular_router; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart pub upgrade - name: "angular_router; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_router_pub_upgrade.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -743,11 +743,11 @@ jobs: - id: angular_test_pub_upgrade name: angular_test; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart pub upgrade - name: "angular_test; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_test_pub_upgrade.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -815,11 +815,11 @@ jobs: - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -851,11 +851,11 @@ jobs: - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -887,11 +887,11 @@ jobs: - id: angular_forms_pub_upgrade name: angular_forms; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart pub upgrade - name: "angular_forms; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_forms_pub_upgrade.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -923,11 +923,11 @@ jobs: - id: angular_router_pub_upgrade name: angular_router; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart pub upgrade - name: "angular_router; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_router_pub_upgrade.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -959,11 +959,11 @@ jobs: - id: angular_test_pub_upgrade name: angular_test; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart pub upgrade - name: "angular_test; dart run build_runner build --fail-on-severe" if: "always() && steps.angular_test_pub_upgrade.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart run build_runner build --fail-on-severe needs: - job_001 @@ -1103,11 +1103,11 @@ jobs: - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1157,11 +1157,11 @@ jobs: - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1211,11 +1211,11 @@ jobs: - id: angular_forms_pub_upgrade name: angular_forms; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart pub upgrade - name: "angular_forms; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_forms_pub_upgrade.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1265,11 +1265,11 @@ jobs: - id: angular_router_pub_upgrade name: angular_router; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart pub upgrade - name: "angular_router; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_router_pub_upgrade.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1319,11 +1319,11 @@ jobs: - id: angular_test_pub_upgrade name: angular_test; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart pub upgrade - name: "angular_test; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_test_pub_upgrade.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1481,11 +1481,11 @@ jobs: - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1535,11 +1535,11 @@ jobs: - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1589,11 +1589,11 @@ jobs: - id: angular_forms_pub_upgrade name: angular_forms; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart pub upgrade - name: "angular_forms; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_forms_pub_upgrade.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1643,11 +1643,11 @@ jobs: - id: angular_router_pub_upgrade name: angular_router; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart pub upgrade - name: "angular_router; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_router_pub_upgrade.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1697,11 +1697,11 @@ jobs: - id: angular_test_pub_upgrade name: angular_test; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart pub upgrade - name: "angular_test; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_test_pub_upgrade.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1859,11 +1859,11 @@ jobs: - id: angular_ast_pub_upgrade name: angular_ast; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart pub upgrade - name: "angular_ast; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_ast_pub_upgrade.conclusion == 'success'" - working-directory: angular_ast + working-directory: ngast run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1913,11 +1913,11 @@ jobs: - id: angular_compiler_pub_upgrade name: angular_compiler; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart pub upgrade - name: "angular_compiler; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_compiler_pub_upgrade.conclusion == 'success'" - working-directory: angular_compiler + working-directory: ngcompiler run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -1967,11 +1967,11 @@ jobs: - id: angular_forms_pub_upgrade name: angular_forms; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart pub upgrade - name: "angular_forms; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_forms_pub_upgrade.conclusion == 'success'" - working-directory: angular_forms + working-directory: ngforms run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -2021,11 +2021,11 @@ jobs: - id: angular_router_pub_upgrade name: angular_router; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart pub upgrade - name: "angular_router; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_router_pub_upgrade.conclusion == 'success'" - working-directory: angular_router + working-directory: ngrouter run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 @@ -2075,11 +2075,11 @@ jobs: - id: angular_test_pub_upgrade name: angular_test; dart pub upgrade if: "always() && steps.checkout.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart pub upgrade - name: "angular_test; dart run build_runner test --fail-on-severe -- -P ci" if: "always() && steps.angular_test_pub_upgrade.conclusion == 'success'" - working-directory: angular_test + working-directory: ngtest run: dart run build_runner test --fail-on-severe -- -P ci needs: - job_001 diff --git a/.gitignore b/.gitignore index 3947d6a687..44f804bb5c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ **/build/ .packages pubspec.lock +*.log # Ignore artifacts generated by "firebase" .firebase/ diff --git a/README.md b/README.md index 4d1647ed6d..1af11ab73f 100644 --- a/README.md +++ b/README.md @@ -4,14 +4,14 @@ See https://github.com/angulardart-community for current updates on this project ## Packages -[ngdart](https://github.com/angulardart-community/angular/tree/master/angular) -[ngforms](https://github.com/angulardart-community/angular/tree/master/angular_forms) -[ngrouter](https://github.com/angulardart-community/angular/tree/master/angular_router) -[ngtest](https://github.com/angulardart-community/angular/tree/master/angular_test) +[ngdart](https://github.com/angulardart-community/angular/tree/master/ngdart) +[ngforms](https://github.com/angulardart-community/angular/tree/master/ngforms) +[ngrouter](https://github.com/angulardart-community/angular/tree/master/ngrouter) +[ngtest](https://github.com/angulardart-community/angular/tree/master/ngtest) [ngcomponents](https://github.com/angulardart-community/angular_components) -[ngast](https://github.com/angulardart-community/angular/tree/master/angular_ast) -[ngcompiler](https://github.com/angulardart-community/angular/tree/master/angular_compiler) -[ngdart_cli](https://github.com/angulardart-community/ngdart) +[ngast](https://github.com/angulardart-community/angular/tree/master/ngast) +[ngcompiler](https://github.com/angulardart-community/angular/tree/master/ngcompiler) +[ngdart_cli](https://github.com/angulardart-community/ngdart_cli) ## Resources diff --git a/_tests/README.md b/_tests/README.md index a7ba0e82b4..bbc1acb296 100644 --- a/_tests/README.md +++ b/_tests/README.md @@ -1,3 +1,3 @@ -This package is all the unit and component tests for `package:angular`. They +This package is all the unit and component tests for `package:ngdart`. They are maintained here in order to avoid declaring circular dependencies between -`angular` and `angular_test`, as well as adding private testing infrastructure. +`ngdart` and `ngtest`, as well as adding private testing infrastructure. diff --git a/_tests/lib/compiler.dart b/_tests/lib/compiler.dart index 0c72dd977d..c1b90a12b1 100644 --- a/_tests/lib/compiler.dart +++ b/_tests/lib/compiler.dart @@ -28,17 +28,17 @@ final Future _packageAssets = (() async { } final root = Platform.environment['PKG_ANGULAR_ROOT']; final path = '$runfiles/$root'; - if (!FileSystemEntity.isFileSync('$path/angular/lib/angular.dart')) { - throw StateError('Could not find $path/angular/lib/angular.dart'); + if (!FileSystemEntity.isFileSync('$path/ngdart/lib/angular.dart')) { + throw StateError('Could not find $path/ngdart/lib/angular.dart'); } - final pathToMeta = '$path/angular/lib/src/meta.dart'; + final pathToMeta = '$path/ngdart/lib/src/meta.dart'; if (!FileSystemEntity.isFileSync(pathToMeta)) { throw StateError('Could not find $pathToMeta'); } - print('file://$path/angular/lib'); + print('file://$path/ngdart/lib'); return PackageAssetReader.forPackages({ - ngPackage: '$path/angular/', - ngCompiler: '$path/angular_compiler/', + ngPackage: '$path/ngdart/', + ngCompiler: '$path/ngcompiler/', }); })(); @@ -48,7 +48,7 @@ final Future _packageAssets = (() async { // rules as part of open sourcing process to make sure this works both // externally and internally. const ngPackage = 'ngdart'; -const ngCompiler = 'angular_compiler'; +const ngCompiler = 'ngcompiler'; const ngImport = 'package:$ngPackage/angular.dart'; final _ngFiles = Glob('lib/**.dart'); diff --git a/_tests/pubspec.yaml b/_tests/pubspec.yaml index df95289d37..b03bac531c 100644 --- a/_tests/pubspec.yaml +++ b/_tests/pubspec.yaml @@ -32,15 +32,15 @@ dev_dependencies: # DO NOT REMOVE. We don't publish this package, it is just for testing. dependency_overrides: ngdart: - path: ../angular + path: ../ngdart ngast: - path: ../angular_ast + path: ../ngast ngcompiler: - path: ../angular_compiler + path: ../ngcompiler ngforms: - path: ../angular_forms + path: ../ngforms ngrouter: - path: ../angular_router + path: ../ngrouter ngtest: - path: ../angular_test + path: ../ngtest analyzer: ^4.0.0 diff --git a/angular/README.md b/angular/README.md deleted file mode 100644 index 77fa5387a8..0000000000 --- a/angular/README.md +++ /dev/null @@ -1 +0,0 @@ -See https://github.com/angulardart for current updates on this project. diff --git a/angular_ast/README.md b/angular_ast/README.md deleted file mode 100644 index 77fa5387a8..0000000000 --- a/angular_ast/README.md +++ /dev/null @@ -1 +0,0 @@ -See https://github.com/angulardart for current updates on this project. diff --git a/angular_compiler/README.md b/angular_compiler/README.md deleted file mode 100644 index 9ed83600ca..0000000000 --- a/angular_compiler/README.md +++ /dev/null @@ -1,3 +0,0 @@ -Tooling for compiling [AngularDart](https://pub.dev/packages/angular). - -See https://github.com/angulardart for current updates on this project. diff --git a/angular_forms/README.md b/angular_forms/README.md deleted file mode 100644 index 77fa5387a8..0000000000 --- a/angular_forms/README.md +++ /dev/null @@ -1 +0,0 @@ -See https://github.com/angulardart for current updates on this project. diff --git a/angular_router/README.md b/angular_router/README.md deleted file mode 100644 index 570a4db18a..0000000000 --- a/angular_router/README.md +++ /dev/null @@ -1,6 +0,0 @@ -[![Pub package](https://img.shields.io/pub/v/angular_router.svg)][pub_angular_router] - -The [AngularDart] router enables navigation from one view to the next as users -perform application tasks. - -See https://github.com/angulardart for current updates on this project. diff --git a/examples/hello_world/pubspec.yaml b/examples/hello_world/pubspec.yaml index 4c142f6a91..24daf6c3b4 100644 --- a/examples/hello_world/pubspec.yaml +++ b/examples/hello_world/pubspec.yaml @@ -16,8 +16,8 @@ dev_dependencies: # DO NOT REMOVE. We don't publish this package, it is just for testing. dependency_overrides: ngdart: - path: ../../angular + path: ../../ngdart ngast: - path: ../../angular_ast + path: ../../ngast ngcompiler: - path: ../../angular_compiler + path: ../../ngcompiler diff --git a/goldens/README.md b/goldens/README.md index 00301d3573..5a4656506d 100644 --- a/goldens/README.md +++ b/goldens/README.md @@ -5,7 +5,7 @@ See b/147830720. TIP: Need to update all of the tests quickly? Use: ```bash -$ third_party/dart_src/angular/goldens/update_all.sh +$ third_party/dart_src/ndart/goldens/update_all.sh ``` Currently when adding a new `a.dart` file, you must add a sibling diff --git a/angular_ast/CHANGELOG.md b/ngast/CHANGELOG.md similarity index 100% rename from angular_ast/CHANGELOG.md rename to ngast/CHANGELOG.md diff --git a/angular/LICENSE b/ngast/LICENSE similarity index 100% rename from angular/LICENSE rename to ngast/LICENSE diff --git a/ngast/README.md b/ngast/README.md new file mode 100644 index 0000000000..146529c7d5 --- /dev/null +++ b/ngast/README.md @@ -0,0 +1 @@ +See https://github.com/angulardart-community for current updates on this project. diff --git a/angular_ast/dart_test.yaml b/ngast/dart_test.yaml similarity index 100% rename from angular_ast/dart_test.yaml rename to ngast/dart_test.yaml diff --git a/angular_ast/lib/angular_ast.dart b/ngast/lib/angular_ast.dart similarity index 100% rename from angular_ast/lib/angular_ast.dart rename to ngast/lib/angular_ast.dart diff --git a/angular_ast/lib/src/ast.dart b/ngast/lib/src/ast.dart similarity index 100% rename from angular_ast/lib/src/ast.dart rename to ngast/lib/src/ast.dart diff --git a/angular_ast/lib/src/ast/attribute.dart b/ngast/lib/src/ast/attribute.dart similarity index 100% rename from angular_ast/lib/src/ast/attribute.dart rename to ngast/lib/src/ast/attribute.dart diff --git a/angular_ast/lib/src/ast/close_element.dart b/ngast/lib/src/ast/close_element.dart similarity index 100% rename from angular_ast/lib/src/ast/close_element.dart rename to ngast/lib/src/ast/close_element.dart diff --git a/angular_ast/lib/src/ast/comment.dart b/ngast/lib/src/ast/comment.dart similarity index 100% rename from angular_ast/lib/src/ast/comment.dart rename to ngast/lib/src/ast/comment.dart diff --git a/angular_ast/lib/src/ast/container.dart b/ngast/lib/src/ast/container.dart similarity index 100% rename from angular_ast/lib/src/ast/container.dart rename to ngast/lib/src/ast/container.dart diff --git a/angular_ast/lib/src/ast/content.dart b/ngast/lib/src/ast/content.dart similarity index 100% rename from angular_ast/lib/src/ast/content.dart rename to ngast/lib/src/ast/content.dart diff --git a/angular_ast/lib/src/ast/element.dart b/ngast/lib/src/ast/element.dart similarity index 100% rename from angular_ast/lib/src/ast/element.dart rename to ngast/lib/src/ast/element.dart diff --git a/angular_ast/lib/src/ast/event.dart b/ngast/lib/src/ast/event.dart similarity index 100% rename from angular_ast/lib/src/ast/event.dart rename to ngast/lib/src/ast/event.dart diff --git a/angular_ast/lib/src/ast/interface.dart b/ngast/lib/src/ast/interface.dart similarity index 100% rename from angular_ast/lib/src/ast/interface.dart rename to ngast/lib/src/ast/interface.dart diff --git a/angular_ast/lib/src/ast/interpolation.dart b/ngast/lib/src/ast/interpolation.dart similarity index 100% rename from angular_ast/lib/src/ast/interpolation.dart rename to ngast/lib/src/ast/interpolation.dart diff --git a/angular_ast/lib/src/ast/let_binding.dart b/ngast/lib/src/ast/let_binding.dart similarity index 100% rename from angular_ast/lib/src/ast/let_binding.dart rename to ngast/lib/src/ast/let_binding.dart diff --git a/angular_ast/lib/src/ast/property.dart b/ngast/lib/src/ast/property.dart similarity index 100% rename from angular_ast/lib/src/ast/property.dart rename to ngast/lib/src/ast/property.dart diff --git a/angular_ast/lib/src/ast/reference.dart b/ngast/lib/src/ast/reference.dart similarity index 100% rename from angular_ast/lib/src/ast/reference.dart rename to ngast/lib/src/ast/reference.dart diff --git a/angular_ast/lib/src/ast/sugar/annotation.dart b/ngast/lib/src/ast/sugar/annotation.dart similarity index 100% rename from angular_ast/lib/src/ast/sugar/annotation.dart rename to ngast/lib/src/ast/sugar/annotation.dart diff --git a/angular_ast/lib/src/ast/sugar/banana.dart b/ngast/lib/src/ast/sugar/banana.dart similarity index 100% rename from angular_ast/lib/src/ast/sugar/banana.dart rename to ngast/lib/src/ast/sugar/banana.dart diff --git a/angular_ast/lib/src/ast/sugar/star.dart b/ngast/lib/src/ast/sugar/star.dart similarity index 100% rename from angular_ast/lib/src/ast/sugar/star.dart rename to ngast/lib/src/ast/sugar/star.dart diff --git a/angular_ast/lib/src/ast/template.dart b/ngast/lib/src/ast/template.dart similarity index 100% rename from angular_ast/lib/src/ast/template.dart rename to ngast/lib/src/ast/template.dart diff --git a/angular_ast/lib/src/ast/text.dart b/ngast/lib/src/ast/text.dart similarity index 100% rename from angular_ast/lib/src/ast/text.dart rename to ngast/lib/src/ast/text.dart diff --git a/angular_ast/lib/src/exception_handler/angular_parser_exception.dart b/ngast/lib/src/exception_handler/angular_parser_exception.dart similarity index 100% rename from angular_ast/lib/src/exception_handler/angular_parser_exception.dart rename to ngast/lib/src/exception_handler/angular_parser_exception.dart diff --git a/angular_ast/lib/src/exception_handler/exception_handler.dart b/ngast/lib/src/exception_handler/exception_handler.dart similarity index 100% rename from angular_ast/lib/src/exception_handler/exception_handler.dart rename to ngast/lib/src/exception_handler/exception_handler.dart diff --git a/angular_ast/lib/src/exception_handler/exceptions.dart b/ngast/lib/src/exception_handler/exceptions.dart similarity index 100% rename from angular_ast/lib/src/exception_handler/exceptions.dart rename to ngast/lib/src/exception_handler/exceptions.dart diff --git a/angular_ast/lib/src/expression/micro.dart b/ngast/lib/src/expression/micro.dart similarity index 100% rename from angular_ast/lib/src/expression/micro.dart rename to ngast/lib/src/expression/micro.dart diff --git a/angular_ast/lib/src/expression/micro/ast.dart b/ngast/lib/src/expression/micro/ast.dart similarity index 100% rename from angular_ast/lib/src/expression/micro/ast.dart rename to ngast/lib/src/expression/micro/ast.dart diff --git a/angular_ast/lib/src/expression/micro/lexer.dart b/ngast/lib/src/expression/micro/lexer.dart similarity index 100% rename from angular_ast/lib/src/expression/micro/lexer.dart rename to ngast/lib/src/expression/micro/lexer.dart diff --git a/angular_ast/lib/src/expression/micro/parser.dart b/ngast/lib/src/expression/micro/parser.dart similarity index 100% rename from angular_ast/lib/src/expression/micro/parser.dart rename to ngast/lib/src/expression/micro/parser.dart diff --git a/angular_ast/lib/src/expression/micro/scanner.dart b/ngast/lib/src/expression/micro/scanner.dart similarity index 100% rename from angular_ast/lib/src/expression/micro/scanner.dart rename to ngast/lib/src/expression/micro/scanner.dart diff --git a/angular_ast/lib/src/expression/micro/token.dart b/ngast/lib/src/expression/micro/token.dart similarity index 100% rename from angular_ast/lib/src/expression/micro/token.dart rename to ngast/lib/src/expression/micro/token.dart diff --git a/angular_ast/lib/src/lexer.dart b/ngast/lib/src/lexer.dart similarity index 100% rename from angular_ast/lib/src/lexer.dart rename to ngast/lib/src/lexer.dart diff --git a/angular_ast/lib/src/parser.dart b/ngast/lib/src/parser.dart similarity index 100% rename from angular_ast/lib/src/parser.dart rename to ngast/lib/src/parser.dart diff --git a/angular_ast/lib/src/parser/reader.dart b/ngast/lib/src/parser/reader.dart similarity index 100% rename from angular_ast/lib/src/parser/reader.dart rename to ngast/lib/src/parser/reader.dart diff --git a/angular_ast/lib/src/parser/recursive.dart b/ngast/lib/src/parser/recursive.dart similarity index 100% rename from angular_ast/lib/src/parser/recursive.dart rename to ngast/lib/src/parser/recursive.dart diff --git a/angular_ast/lib/src/recovery_protocol/angular_analyzer_protocol.dart b/ngast/lib/src/recovery_protocol/angular_analyzer_protocol.dart similarity index 100% rename from angular_ast/lib/src/recovery_protocol/angular_analyzer_protocol.dart rename to ngast/lib/src/recovery_protocol/angular_analyzer_protocol.dart diff --git a/angular_ast/lib/src/recovery_protocol/recovery_protocol.dart b/ngast/lib/src/recovery_protocol/recovery_protocol.dart similarity index 100% rename from angular_ast/lib/src/recovery_protocol/recovery_protocol.dart rename to ngast/lib/src/recovery_protocol/recovery_protocol.dart diff --git a/angular_ast/lib/src/scanner.dart b/ngast/lib/src/scanner.dart similarity index 100% rename from angular_ast/lib/src/scanner.dart rename to ngast/lib/src/scanner.dart diff --git a/angular_ast/lib/src/simple_tokenizer.dart b/ngast/lib/src/simple_tokenizer.dart similarity index 100% rename from angular_ast/lib/src/simple_tokenizer.dart rename to ngast/lib/src/simple_tokenizer.dart diff --git a/angular_ast/lib/src/token/chars.dart b/ngast/lib/src/token/chars.dart similarity index 100% rename from angular_ast/lib/src/token/chars.dart rename to ngast/lib/src/token/chars.dart diff --git a/angular_ast/lib/src/token/lexeme.dart b/ngast/lib/src/token/lexeme.dart similarity index 100% rename from angular_ast/lib/src/token/lexeme.dart rename to ngast/lib/src/token/lexeme.dart diff --git a/angular_ast/lib/src/token/token_types.dart b/ngast/lib/src/token/token_types.dart similarity index 100% rename from angular_ast/lib/src/token/token_types.dart rename to ngast/lib/src/token/token_types.dart diff --git a/angular_ast/lib/src/token/tokens.dart b/ngast/lib/src/token/tokens.dart similarity index 100% rename from angular_ast/lib/src/token/tokens.dart rename to ngast/lib/src/token/tokens.dart diff --git a/angular_ast/lib/src/visitor.dart b/ngast/lib/src/visitor.dart similarity index 100% rename from angular_ast/lib/src/visitor.dart rename to ngast/lib/src/visitor.dart diff --git a/angular_ast/lib/src/visitors/desugar.dart b/ngast/lib/src/visitors/desugar.dart similarity index 100% rename from angular_ast/lib/src/visitors/desugar.dart rename to ngast/lib/src/visitors/desugar.dart diff --git a/angular_ast/lib/src/visitors/humanizing.dart b/ngast/lib/src/visitors/humanizing.dart similarity index 100% rename from angular_ast/lib/src/visitors/humanizing.dart rename to ngast/lib/src/visitors/humanizing.dart diff --git a/angular_ast/lib/src/visitors/identity.dart b/ngast/lib/src/visitors/identity.dart similarity index 100% rename from angular_ast/lib/src/visitors/identity.dart rename to ngast/lib/src/visitors/identity.dart diff --git a/angular_ast/lib/src/visitors/recursive.dart b/ngast/lib/src/visitors/recursive.dart similarity index 100% rename from angular_ast/lib/src/visitors/recursive.dart rename to ngast/lib/src/visitors/recursive.dart diff --git a/angular_ast/lib/src/visitors/whitespace.dart b/ngast/lib/src/visitors/whitespace.dart similarity index 100% rename from angular_ast/lib/src/visitors/whitespace.dart rename to ngast/lib/src/visitors/whitespace.dart diff --git a/angular_ast/mono_pkg.yaml b/ngast/mono_pkg.yaml similarity index 100% rename from angular_ast/mono_pkg.yaml rename to ngast/mono_pkg.yaml diff --git a/angular_ast/pubspec.yaml b/ngast/pubspec.yaml similarity index 87% rename from angular_ast/pubspec.yaml rename to ngast/pubspec.yaml index 53423381d8..5c3e2f8af6 100644 --- a/angular_ast/pubspec.yaml +++ b/ngast/pubspec.yaml @@ -1,5 +1,5 @@ name: ngast -repository: https://github.com/angulardart/angular +repository: _GetValue<$1>\(ng.create$1Factory/angular description: Parser and utilities for AngularDart templates version: 2.2.0 diff --git a/angular_ast/test/ast_cli_tester.dart b/ngast/test/ast_cli_tester.dart similarity index 100% rename from angular_ast/test/ast_cli_tester.dart rename to ngast/test/ast_cli_tester.dart diff --git a/angular_ast/test/ast_cli_tester_source.html b/ngast/test/ast_cli_tester_source.html similarity index 100% rename from angular_ast/test/ast_cli_tester_source.html rename to ngast/test/ast_cli_tester_source.html diff --git a/angular_ast/test/cli_tester.dart b/ngast/test/cli_tester.dart similarity index 100% rename from angular_ast/test/cli_tester.dart rename to ngast/test/cli_tester.dart diff --git a/angular_ast/test/e2e/e2e_template_tests.dart b/ngast/test/e2e/e2e_template_tests.dart similarity index 100% rename from angular_ast/test/e2e/e2e_template_tests.dart rename to ngast/test/e2e/e2e_template_tests.dart diff --git a/angular_ast/test/e2e/templates/fixed_material_tab_strip.html b/ngast/test/e2e/templates/fixed_material_tab_strip.html similarity index 100% rename from angular_ast/test/e2e/templates/fixed_material_tab_strip.html rename to ngast/test/e2e/templates/fixed_material_tab_strip.html diff --git a/angular_ast/test/e2e/templates/material_button.html b/ngast/test/e2e/templates/material_button.html similarity index 100% rename from angular_ast/test/e2e/templates/material_button.html rename to ngast/test/e2e/templates/material_button.html diff --git a/angular_ast/test/e2e/templates/material_checkbox.html b/ngast/test/e2e/templates/material_checkbox.html similarity index 100% rename from angular_ast/test/e2e/templates/material_checkbox.html rename to ngast/test/e2e/templates/material_checkbox.html diff --git a/angular_ast/test/e2e/templates/material_chip.html b/ngast/test/e2e/templates/material_chip.html similarity index 100% rename from angular_ast/test/e2e/templates/material_chip.html rename to ngast/test/e2e/templates/material_chip.html diff --git a/angular_ast/test/e2e/templates/material_chips.html b/ngast/test/e2e/templates/material_chips.html similarity index 100% rename from angular_ast/test/e2e/templates/material_chips.html rename to ngast/test/e2e/templates/material_chips.html diff --git a/angular_ast/test/e2e/templates/material_dialog.html b/ngast/test/e2e/templates/material_dialog.html similarity index 100% rename from angular_ast/test/e2e/templates/material_dialog.html rename to ngast/test/e2e/templates/material_dialog.html diff --git a/angular_ast/test/e2e/templates/material_expansion_panel.html b/ngast/test/e2e/templates/material_expansion_panel.html similarity index 100% rename from angular_ast/test/e2e/templates/material_expansion_panel.html rename to ngast/test/e2e/templates/material_expansion_panel.html diff --git a/angular_ast/test/e2e/templates/material_input.html b/ngast/test/e2e/templates/material_input.html similarity index 100% rename from angular_ast/test/e2e/templates/material_input.html rename to ngast/test/e2e/templates/material_input.html diff --git a/angular_ast/test/e2e/templates/material_popup.html b/ngast/test/e2e/templates/material_popup.html similarity index 100% rename from angular_ast/test/e2e/templates/material_popup.html rename to ngast/test/e2e/templates/material_popup.html diff --git a/angular_ast/test/e2e/templates/material_progress.html b/ngast/test/e2e/templates/material_progress.html similarity index 100% rename from angular_ast/test/e2e/templates/material_progress.html rename to ngast/test/e2e/templates/material_progress.html diff --git a/angular_ast/test/e2e/templates/material_toggle.html b/ngast/test/e2e/templates/material_toggle.html similarity index 100% rename from angular_ast/test/e2e/templates/material_toggle.html rename to ngast/test/e2e/templates/material_toggle.html diff --git a/angular_ast/test/e2e/templates/scoreboard.html b/ngast/test/e2e/templates/scoreboard.html similarity index 100% rename from angular_ast/test/e2e/templates/scoreboard.html rename to ngast/test/e2e/templates/scoreboard.html diff --git a/angular_ast/test/e2e/templates/scorecard.html b/ngast/test/e2e/templates/scorecard.html similarity index 100% rename from angular_ast/test/e2e/templates/scorecard.html rename to ngast/test/e2e/templates/scorecard.html diff --git a/angular_ast/test/expression/micro/lexer_test.dart b/ngast/test/expression/micro/lexer_test.dart similarity index 100% rename from angular_ast/test/expression/micro/lexer_test.dart rename to ngast/test/expression/micro/lexer_test.dart diff --git a/angular_ast/test/expression/micro/parser_test.dart b/ngast/test/expression/micro/parser_test.dart similarity index 100% rename from angular_ast/test/expression/micro/parser_test.dart rename to ngast/test/expression/micro/parser_test.dart diff --git a/angular_ast/test/lexer_test.dart b/ngast/test/lexer_test.dart similarity index 100% rename from angular_ast/test/lexer_test.dart rename to ngast/test/lexer_test.dart diff --git a/angular_ast/test/parser_test.dart b/ngast/test/parser_test.dart similarity index 100% rename from angular_ast/test/parser_test.dart rename to ngast/test/parser_test.dart diff --git a/angular_ast/test/random_generator_test/random_tester.dart b/ngast/test/random_generator_test/random_tester.dart similarity index 100% rename from angular_ast/test/random_generator_test/random_tester.dart rename to ngast/test/random_generator_test/random_tester.dart diff --git a/angular_ast/test/recover_errors_lexer_test.dart b/ngast/test/recover_errors_lexer_test.dart similarity index 100% rename from angular_ast/test/recover_errors_lexer_test.dart rename to ngast/test/recover_errors_lexer_test.dart diff --git a/angular_ast/test/recover_errors_parser_test.dart b/ngast/test/recover_errors_parser_test.dart similarity index 100% rename from angular_ast/test/recover_errors_parser_test.dart rename to ngast/test/recover_errors_parser_test.dart diff --git a/angular_ast/test/simple_token_test.dart b/ngast/test/simple_token_test.dart similarity index 100% rename from angular_ast/test/simple_token_test.dart rename to ngast/test/simple_token_test.dart diff --git a/angular_ast/test/simple_tokenizer_test.dart b/ngast/test/simple_tokenizer_test.dart similarity index 100% rename from angular_ast/test/simple_tokenizer_test.dart rename to ngast/test/simple_tokenizer_test.dart diff --git a/angular_ast/test/token_test.dart b/ngast/test/token_test.dart similarity index 100% rename from angular_ast/test/token_test.dart rename to ngast/test/token_test.dart diff --git a/angular_ast/test/visitor_test.dart b/ngast/test/visitor_test.dart similarity index 100% rename from angular_ast/test/visitor_test.dart rename to ngast/test/visitor_test.dart diff --git a/angular_ast/test/whitespace_test.dart b/ngast/test/whitespace_test.dart similarity index 100% rename from angular_ast/test/whitespace_test.dart rename to ngast/test/whitespace_test.dart diff --git a/angular_compiler/CHANGELOG.md b/ngcompiler/CHANGELOG.md similarity index 100% rename from angular_compiler/CHANGELOG.md rename to ngcompiler/CHANGELOG.md diff --git a/angular_compiler/LICENSE b/ngcompiler/LICENSE similarity index 100% rename from angular_compiler/LICENSE rename to ngcompiler/LICENSE diff --git a/ngcompiler/README.md b/ngcompiler/README.md new file mode 100644 index 0000000000..6bbe7d74d1 --- /dev/null +++ b/ngcompiler/README.md @@ -0,0 +1,3 @@ +Tooling for compiling [AngularDart](https://pub.dev/packages/angular). + +See https://github.com/angulardart-community for current updates on this project. diff --git a/angular_compiler/analysis_options.yaml b/ngcompiler/analysis_options.yaml similarity index 100% rename from angular_compiler/analysis_options.yaml rename to ngcompiler/analysis_options.yaml diff --git a/angular_compiler/dart_test.yaml b/ngcompiler/dart_test.yaml similarity index 100% rename from angular_compiler/dart_test.yaml rename to ngcompiler/dart_test.yaml diff --git a/angular_compiler/lib/v1/angular_compiler.dart b/ngcompiler/lib/v1/angular_compiler.dart similarity index 100% rename from angular_compiler/lib/v1/angular_compiler.dart rename to ngcompiler/lib/v1/angular_compiler.dart diff --git a/angular_compiler/lib/v1/cli.dart b/ngcompiler/lib/v1/cli.dart similarity index 100% rename from angular_compiler/lib/v1/cli.dart rename to ngcompiler/lib/v1/cli.dart diff --git a/angular_compiler/lib/v1/kythe_utils.dart b/ngcompiler/lib/v1/kythe_utils.dart similarity index 100% rename from angular_compiler/lib/v1/kythe_utils.dart rename to ngcompiler/lib/v1/kythe_utils.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/common.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/common.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/common.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/common.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/di/dependencies.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/di/dependencies.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/di/dependencies.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/di/dependencies.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/di/global_singleton_services.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/di/global_singleton_services.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/di/global_singleton_services.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/di/global_singleton_services.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/di/injector.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/di/injector.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/di/injector.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/di/injector.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/di/modules.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/di/modules.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/di/modules.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/di/modules.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/di/providers.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/di/providers.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/di/providers.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/di/providers.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/di/tokens.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/di/tokens.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/di/tokens.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/di/tokens.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/link.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/link.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/link.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/link.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/reflector.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/reflector.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/reflector.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/reflector.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/types.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/types.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/types.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/types.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/view/directive.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/view/directive.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/view/directive.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/view/directive.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/analyzer/view/typed_reader.dart b/ngcompiler/lib/v1/src/angular_compiler/analyzer/view/typed_reader.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/analyzer/view/typed_reader.dart rename to ngcompiler/lib/v1/src/angular_compiler/analyzer/view/typed_reader.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/asset.dart b/ngcompiler/lib/v1/src/angular_compiler/asset.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/asset.dart rename to ngcompiler/lib/v1/src/angular_compiler/asset.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/cli/builder.dart b/ngcompiler/lib/v1/src/angular_compiler/cli/builder.dart similarity index 98% rename from angular_compiler/lib/v1/src/angular_compiler/cli/builder.dart rename to ngcompiler/lib/v1/src/angular_compiler/cli/builder.dart index af9ce75a2a..275f18bbaf 100644 --- a/angular_compiler/lib/v1/src/angular_compiler/cli/builder.dart +++ b/ngcompiler/lib/v1/src/angular_compiler/cli/builder.dart @@ -16,7 +16,7 @@ class Compiler implements Generator { // Ideally this would be part of this generator, and not delegated to an // external function, but today much of the AngularDart compiler still lives - // inside package:angular, and is non-trivial to + // inside package:ngdart, and is non-trivial to // move over atomically. // // Once we're able to remove this parameter, we should. diff --git a/angular_compiler/lib/v1/src/angular_compiler/cli/flags.dart b/ngcompiler/lib/v1/src/angular_compiler/cli/flags.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/cli/flags.dart rename to ngcompiler/lib/v1/src/angular_compiler/cli/flags.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/cli/logging.dart b/ngcompiler/lib/v1/src/angular_compiler/cli/logging.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/cli/logging.dart rename to ngcompiler/lib/v1/src/angular_compiler/cli/logging.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/cli/messages.dart b/ngcompiler/lib/v1/src/angular_compiler/cli/messages.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/cli/messages.dart rename to ngcompiler/lib/v1/src/angular_compiler/cli/messages.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/cli/messages/messages.dart b/ngcompiler/lib/v1/src/angular_compiler/cli/messages/messages.dart similarity index 95% rename from angular_compiler/lib/v1/src/angular_compiler/cli/messages/messages.dart rename to ngcompiler/lib/v1/src/angular_compiler/cli/messages/messages.dart index c1601f4a43..388815c7f1 100644 --- a/angular_compiler/lib/v1/src/angular_compiler/cli/messages/messages.dart +++ b/ngcompiler/lib/v1/src/angular_compiler/cli/messages/messages.dart @@ -1,7 +1,7 @@ import '../messages.dart'; /// URL of the AngularDart GitHub repository. -const _github = 'https://github.com/angulardart/angular'; +const _github = 'https://github.com/angulardart-community/angular'; /// Concrete implementation of [Messages] for external users. class $Messages extends Messages { diff --git a/angular_compiler/lib/v1/src/angular_compiler/emitter/injector.dart b/ngcompiler/lib/v1/src/angular_compiler/emitter/injector.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/emitter/injector.dart rename to ngcompiler/lib/v1/src/angular_compiler/emitter/injector.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/emitter/reflector.dart b/ngcompiler/lib/v1/src/angular_compiler/emitter/reflector.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/emitter/reflector.dart rename to ngcompiler/lib/v1/src/angular_compiler/emitter/reflector.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/outliner.dart b/ngcompiler/lib/v1/src/angular_compiler/outliner.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/outliner.dart rename to ngcompiler/lib/v1/src/angular_compiler/outliner.dart diff --git a/angular_compiler/lib/v1/src/angular_compiler/outliner/collect_type_parameters.dart b/ngcompiler/lib/v1/src/angular_compiler/outliner/collect_type_parameters.dart similarity index 100% rename from angular_compiler/lib/v1/src/angular_compiler/outliner/collect_type_parameters.dart rename to ngcompiler/lib/v1/src/angular_compiler/outliner/collect_type_parameters.dart diff --git a/angular_compiler/lib/v1/src/compiler/analyzed_class.dart b/ngcompiler/lib/v1/src/compiler/analyzed_class.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/analyzed_class.dart rename to ngcompiler/lib/v1/src/compiler/analyzed_class.dart diff --git a/angular_compiler/lib/v1/src/compiler/angular_compiler.dart b/ngcompiler/lib/v1/src/compiler/angular_compiler.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/angular_compiler.dart rename to ngcompiler/lib/v1/src/compiler/angular_compiler.dart diff --git a/angular_compiler/lib/v1/src/compiler/aria_attributes.dart b/ngcompiler/lib/v1/src/compiler/aria_attributes.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/aria_attributes.dart rename to ngcompiler/lib/v1/src/compiler/aria_attributes.dart diff --git a/angular_compiler/lib/v1/src/compiler/ast_directive_normalizer.dart b/ngcompiler/lib/v1/src/compiler/ast_directive_normalizer.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/ast_directive_normalizer.dart rename to ngcompiler/lib/v1/src/compiler/ast_directive_normalizer.dart diff --git a/angular_compiler/lib/v1/src/compiler/attribute_matcher.dart b/ngcompiler/lib/v1/src/compiler/attribute_matcher.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/attribute_matcher.dart rename to ngcompiler/lib/v1/src/compiler/attribute_matcher.dart diff --git a/angular_compiler/lib/v1/src/compiler/chars.dart b/ngcompiler/lib/v1/src/compiler/chars.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/chars.dart rename to ngcompiler/lib/v1/src/compiler/chars.dart diff --git a/angular_compiler/lib/v1/src/compiler/compile_metadata.dart b/ngcompiler/lib/v1/src/compiler/compile_metadata.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/compile_metadata.dart rename to ngcompiler/lib/v1/src/compiler/compile_metadata.dart diff --git a/angular_compiler/lib/v1/src/compiler/compiler_utils.dart b/ngcompiler/lib/v1/src/compiler/compiler_utils.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/compiler_utils.dart rename to ngcompiler/lib/v1/src/compiler/compiler_utils.dart diff --git a/angular_compiler/lib/v1/src/compiler/expression_parser/analyzer_parser.dart b/ngcompiler/lib/v1/src/compiler/expression_parser/analyzer_parser.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/expression_parser/analyzer_parser.dart rename to ngcompiler/lib/v1/src/compiler/expression_parser/analyzer_parser.dart diff --git a/angular_compiler/lib/v1/src/compiler/expression_parser/ast.dart b/ngcompiler/lib/v1/src/compiler/expression_parser/ast.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/expression_parser/ast.dart rename to ngcompiler/lib/v1/src/compiler/expression_parser/ast.dart diff --git a/angular_compiler/lib/v1/src/compiler/expression_parser/parser.dart b/ngcompiler/lib/v1/src/compiler/expression_parser/parser.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/expression_parser/parser.dart rename to ngcompiler/lib/v1/src/compiler/expression_parser/parser.dart diff --git a/angular_compiler/lib/v1/src/compiler/html_events.dart b/ngcompiler/lib/v1/src/compiler/html_events.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/html_events.dart rename to ngcompiler/lib/v1/src/compiler/html_events.dart diff --git a/angular_compiler/lib/v1/src/compiler/html_tags.dart b/ngcompiler/lib/v1/src/compiler/html_tags.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/html_tags.dart rename to ngcompiler/lib/v1/src/compiler/html_tags.dart diff --git a/angular_compiler/lib/v1/src/compiler/i18n.dart b/ngcompiler/lib/v1/src/compiler/i18n.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/i18n.dart rename to ngcompiler/lib/v1/src/compiler/i18n.dart diff --git a/angular_compiler/lib/v1/src/compiler/i18n/builder.dart b/ngcompiler/lib/v1/src/compiler/i18n/builder.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/i18n/builder.dart rename to ngcompiler/lib/v1/src/compiler/i18n/builder.dart diff --git a/angular_compiler/lib/v1/src/compiler/i18n/message.dart b/ngcompiler/lib/v1/src/compiler/i18n/message.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/i18n/message.dart rename to ngcompiler/lib/v1/src/compiler/i18n/message.dart diff --git a/angular_compiler/lib/v1/src/compiler/i18n/metadata.dart b/ngcompiler/lib/v1/src/compiler/i18n/metadata.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/i18n/metadata.dart rename to ngcompiler/lib/v1/src/compiler/i18n/metadata.dart diff --git a/angular_compiler/lib/v1/src/compiler/i18n/property_visitor.dart b/ngcompiler/lib/v1/src/compiler/i18n/property_visitor.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/i18n/property_visitor.dart rename to ngcompiler/lib/v1/src/compiler/i18n/property_visitor.dart diff --git a/angular_compiler/lib/v1/src/compiler/identifiers.dart b/ngcompiler/lib/v1/src/compiler/identifiers.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/identifiers.dart rename to ngcompiler/lib/v1/src/compiler/identifiers.dart diff --git a/angular_compiler/lib/v1/src/compiler/ir/model.dart b/ngcompiler/lib/v1/src/compiler/ir/model.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/ir/model.dart rename to ngcompiler/lib/v1/src/compiler/ir/model.dart diff --git a/angular_compiler/lib/v1/src/compiler/js_split_facade.dart b/ngcompiler/lib/v1/src/compiler/js_split_facade.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/js_split_facade.dart rename to ngcompiler/lib/v1/src/compiler/js_split_facade.dart diff --git a/angular_compiler/lib/v1/src/compiler/module/ng_compiler_module.dart b/ngcompiler/lib/v1/src/compiler/module/ng_compiler_module.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/module/ng_compiler_module.dart rename to ngcompiler/lib/v1/src/compiler/module/ng_compiler_module.dart diff --git a/angular_compiler/lib/v1/src/compiler/optimize_ir/merge_events.dart b/ngcompiler/lib/v1/src/compiler/optimize_ir/merge_events.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/optimize_ir/merge_events.dart rename to ngcompiler/lib/v1/src/compiler/optimize_ir/merge_events.dart diff --git a/angular_compiler/lib/v1/src/compiler/optimize_ir/optimize_lifecycles.dart b/ngcompiler/lib/v1/src/compiler/optimize_ir/optimize_lifecycles.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/optimize_ir/optimize_lifecycles.dart rename to ngcompiler/lib/v1/src/compiler/optimize_ir/optimize_lifecycles.dart diff --git a/angular_compiler/lib/v1/src/compiler/output/abstract_emitter.dart b/ngcompiler/lib/v1/src/compiler/output/abstract_emitter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/output/abstract_emitter.dart rename to ngcompiler/lib/v1/src/compiler/output/abstract_emitter.dart diff --git a/angular_compiler/lib/v1/src/compiler/output/convert.dart b/ngcompiler/lib/v1/src/compiler/output/convert.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/output/convert.dart rename to ngcompiler/lib/v1/src/compiler/output/convert.dart diff --git a/angular_compiler/lib/v1/src/compiler/output/dart_emitter.dart b/ngcompiler/lib/v1/src/compiler/output/dart_emitter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/output/dart_emitter.dart rename to ngcompiler/lib/v1/src/compiler/output/dart_emitter.dart diff --git a/angular_compiler/lib/v1/src/compiler/output/output_ast.dart b/ngcompiler/lib/v1/src/compiler/output/output_ast.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/output/output_ast.dart rename to ngcompiler/lib/v1/src/compiler/output/output_ast.dart diff --git a/angular_compiler/lib/v1/src/compiler/output/path_util.dart b/ngcompiler/lib/v1/src/compiler/output/path_util.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/output/path_util.dart rename to ngcompiler/lib/v1/src/compiler/output/path_util.dart diff --git a/angular_compiler/lib/v1/src/compiler/parse_util.dart b/ngcompiler/lib/v1/src/compiler/parse_util.dart similarity index 93% rename from angular_compiler/lib/v1/src/compiler/parse_util.dart rename to ngcompiler/lib/v1/src/compiler/parse_util.dart index 834b452be0..fbe3564630 100644 --- a/angular_compiler/lib/v1/src/compiler/parse_util.dart +++ b/ngcompiler/lib/v1/src/compiler/parse_util.dart @@ -2,7 +2,7 @@ import 'package:source_span/source_span.dart'; import 'package:ngast/angular_ast.dart'; import 'package:ngcompiler/v2/context.dart'; -/// Collects parsing exceptions from `angular_ast`, converting to [BuildError]. +/// Collects parsing exceptions from `ngast`, converting to [BuildError]. /// /// See [throwErrorsIfAny]. class AstExceptionHandler extends RecoveringExceptionHandler { diff --git a/angular_compiler/lib/v1/src/compiler/provider_parser.dart b/ngcompiler/lib/v1/src/compiler/provider_parser.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/provider_parser.dart rename to ngcompiler/lib/v1/src/compiler/provider_parser.dart diff --git a/angular_compiler/lib/v1/src/compiler/schema/dom_element_schema_registry.dart b/ngcompiler/lib/v1/src/compiler/schema/dom_element_schema_registry.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/schema/dom_element_schema_registry.dart rename to ngcompiler/lib/v1/src/compiler/schema/dom_element_schema_registry.dart diff --git a/angular_compiler/lib/v1/src/compiler/schema/element_schema_registry.dart b/ngcompiler/lib/v1/src/compiler/schema/element_schema_registry.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/schema/element_schema_registry.dart rename to ngcompiler/lib/v1/src/compiler/schema/element_schema_registry.dart diff --git a/angular_compiler/lib/v1/src/compiler/schema/skip_selectors_validator.dart b/ngcompiler/lib/v1/src/compiler/schema/skip_selectors_validator.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/schema/skip_selectors_validator.dart rename to ngcompiler/lib/v1/src/compiler/schema/skip_selectors_validator.dart diff --git a/angular_compiler/lib/v1/src/compiler/security.dart b/ngcompiler/lib/v1/src/compiler/security.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/security.dart rename to ngcompiler/lib/v1/src/compiler/security.dart diff --git a/angular_compiler/lib/v1/src/compiler/selector.dart b/ngcompiler/lib/v1/src/compiler/selector.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/selector.dart rename to ngcompiler/lib/v1/src/compiler/selector.dart diff --git a/angular_compiler/lib/v1/src/compiler/semantic_analysis/binding_converter.dart b/ngcompiler/lib/v1/src/compiler/semantic_analysis/binding_converter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/semantic_analysis/binding_converter.dart rename to ngcompiler/lib/v1/src/compiler/semantic_analysis/binding_converter.dart diff --git a/angular_compiler/lib/v1/src/compiler/semantic_analysis/directive_converter.dart b/ngcompiler/lib/v1/src/compiler/semantic_analysis/directive_converter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/semantic_analysis/directive_converter.dart rename to ngcompiler/lib/v1/src/compiler/semantic_analysis/directive_converter.dart diff --git a/angular_compiler/lib/v1/src/compiler/semantic_analysis/element_converter.dart b/ngcompiler/lib/v1/src/compiler/semantic_analysis/element_converter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/semantic_analysis/element_converter.dart rename to ngcompiler/lib/v1/src/compiler/semantic_analysis/element_converter.dart diff --git a/angular_compiler/lib/v1/src/compiler/semantic_analysis/matched_directive_converter.dart b/ngcompiler/lib/v1/src/compiler/semantic_analysis/matched_directive_converter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/semantic_analysis/matched_directive_converter.dart rename to ngcompiler/lib/v1/src/compiler/semantic_analysis/matched_directive_converter.dart diff --git a/angular_compiler/lib/v1/src/compiler/source_module.dart b/ngcompiler/lib/v1/src/compiler/source_module.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/source_module.dart rename to ngcompiler/lib/v1/src/compiler/source_module.dart diff --git a/angular_compiler/lib/v1/src/compiler/style_url_resolver.dart b/ngcompiler/lib/v1/src/compiler/style_url_resolver.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/style_url_resolver.dart rename to ngcompiler/lib/v1/src/compiler/style_url_resolver.dart diff --git a/angular_compiler/lib/v1/src/compiler/stylesheet_compiler/builder.dart b/ngcompiler/lib/v1/src/compiler/stylesheet_compiler/builder.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/stylesheet_compiler/builder.dart rename to ngcompiler/lib/v1/src/compiler/stylesheet_compiler/builder.dart diff --git a/angular_compiler/lib/v1/src/compiler/stylesheet_compiler/processor.dart b/ngcompiler/lib/v1/src/compiler/stylesheet_compiler/processor.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/stylesheet_compiler/processor.dart rename to ngcompiler/lib/v1/src/compiler/stylesheet_compiler/processor.dart diff --git a/angular_compiler/lib/v1/src/compiler/stylesheet_compiler/shadow_css.dart b/ngcompiler/lib/v1/src/compiler/stylesheet_compiler/shadow_css.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/stylesheet_compiler/shadow_css.dart rename to ngcompiler/lib/v1/src/compiler/stylesheet_compiler/shadow_css.dart diff --git a/angular_compiler/lib/v1/src/compiler/stylesheet_compiler/style_compiler.dart b/ngcompiler/lib/v1/src/compiler/stylesheet_compiler/style_compiler.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/stylesheet_compiler/style_compiler.dart rename to ngcompiler/lib/v1/src/compiler/stylesheet_compiler/style_compiler.dart diff --git a/angular_compiler/lib/v1/src/compiler/template_ast.dart b/ngcompiler/lib/v1/src/compiler/template_ast.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/template_ast.dart rename to ngcompiler/lib/v1/src/compiler/template_ast.dart diff --git a/angular_compiler/lib/v1/src/compiler/template_compiler.dart b/ngcompiler/lib/v1/src/compiler/template_compiler.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/template_compiler.dart rename to ngcompiler/lib/v1/src/compiler/template_compiler.dart diff --git a/angular_compiler/lib/v1/src/compiler/template_optimize.dart b/ngcompiler/lib/v1/src/compiler/template_optimize.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/template_optimize.dart rename to ngcompiler/lib/v1/src/compiler/template_optimize.dart diff --git a/angular_compiler/lib/v1/src/compiler/template_parser.dart b/ngcompiler/lib/v1/src/compiler/template_parser.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/template_parser.dart rename to ngcompiler/lib/v1/src/compiler/template_parser.dart diff --git a/angular_compiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart b/ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart similarity index 99% rename from angular_compiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart rename to ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart index 971c75e08a..3d3e37ff99 100644 --- a/angular_compiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart +++ b/ngcompiler/lib/v1/src/compiler/template_parser/ast_template_parser.dart @@ -32,7 +32,7 @@ const _scriptElement = 'script'; const _templateElement = 'template'; final _textCssSelector = CssSelector.parse('*')[0]; -/// A [TemplateParser] which uses the `angular_ast` package to parse angular +/// A [TemplateParser] which uses the `ngast` package to parse angular /// templates. class AstTemplateParser { final CompilerFlags _flags; @@ -48,7 +48,7 @@ class AstTemplateParser { /// Parses the template into a structured tree of [ng.TemplateAst] nodes. /// /// This parsing is done in multiple phases: - /// 1. Parse the raw template using `angular_ast` package. + /// 1. Parse the raw template using `ngast` package. /// 2. Post-process the raw [ast.TemplateAst] nodes. /// 3. Bind any matching Directives and Providers, converting into /// [ng.TemplateAst] nodes. @@ -64,9 +64,9 @@ class AstTemplateParser { String name, String templateSourceUrl, ) { - // This is a specific error handler that we pass to angular_ast that in turn + // This is a specific error handler that we pass to ngast that in turn // uses mechanics similar to CompileContext; it is intentionally separate in - // order ot avoid a dependency on angular_compiler from angular_ast. + // order ot avoid a dependency on ngcompiler from ngast. final exceptionHandler = AstExceptionHandler( template, templateSourceUrl, @@ -243,7 +243,7 @@ class AstTemplateParser { /// A visitor which binds directives to element nodes. /// -/// This visitor also converts from the pkg:angular_ast types to the angular +/// This visitor also converts from the pkg:ngast types to the angular /// compiler types, which includes transformation of internationalized nodes. class _BindDirectivesVisitor implements ast.TemplateAstVisitor { @@ -1324,7 +1324,7 @@ class _ProviderVisitor } /// Visitor that applies default namespaces to elements. -// TODO(alorenzen): Refactor this into pkg:angular_ast. +// TODO(alorenzen): Refactor this into pkg:ngast. class _NamespaceVisitor extends ast.RecursiveTemplateAstVisitor { @override ast.ElementAst visitElement(ast.ElementAst element, [String? parentPrefix]) { diff --git a/angular_compiler/lib/v1/src/compiler/template_parser/missing_directives_validator.dart b/ngcompiler/lib/v1/src/compiler/template_parser/missing_directives_validator.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/template_parser/missing_directives_validator.dart rename to ngcompiler/lib/v1/src/compiler/template_parser/missing_directives_validator.dart diff --git a/angular_compiler/lib/v1/src/compiler/template_parser/recursive_template_visitor.dart b/ngcompiler/lib/v1/src/compiler/template_parser/recursive_template_visitor.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/template_parser/recursive_template_visitor.dart rename to ngcompiler/lib/v1/src/compiler/template_parser/recursive_template_visitor.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/bound_value_converter.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/bound_value_converter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/bound_value_converter.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/bound_value_converter.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/compile_element.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/compile_element.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/compile_element.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/compile_element.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/compile_method.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/compile_method.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/compile_method.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/compile_method.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/compile_pipe.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/compile_pipe.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/compile_pipe.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/compile_pipe.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/compile_query.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/compile_query.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/compile_query.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/compile_query.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/compile_view.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/compile_view.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/compile_view.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/compile_view.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/constants.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/constants.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/constants.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/constants.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/devtools.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/devtools.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/devtools.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/devtools.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/directive_compiler.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/directive_compiler.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/directive_compiler.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/directive_compiler.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/event_binder.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/event_binder.dart old mode 100755 new mode 100644 similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/event_binder.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/event_binder.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/expression_converter.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/expression_converter.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/expression_converter.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/expression_converter.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/interpolation_utils.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/interpolation_utils.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/interpolation_utils.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/interpolation_utils.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/ir/provider_resolver.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/ir/provider_resolver.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/ir/provider_resolver.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/ir/provider_resolver.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/ir/provider_source.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/ir/provider_source.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/ir/provider_source.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/ir/provider_source.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/ir/view_storage.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/ir/view_storage.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/ir/view_storage.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/ir/view_storage.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/lifecycle_binder.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/lifecycle_binder.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/lifecycle_binder.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/lifecycle_binder.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/parse_utils.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/parse_utils.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/parse_utils.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/parse_utils.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/property_binder.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/property_binder.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/property_binder.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/property_binder.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/provider_forest.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/provider_forest.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/provider_forest.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/provider_forest.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/update_statement_visitor.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/update_statement_visitor.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/update_statement_visitor.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/update_statement_visitor.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/view_binder.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/view_binder.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/view_binder.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/view_binder.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/view_builder.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/view_builder.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/view_builder.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/view_builder.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/view_compiler.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/view_compiler.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/view_compiler.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/view_compiler.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/view_compiler_utils.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/view_compiler_utils.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/view_compiler_utils.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/view_compiler_utils.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/view_name_resolver.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/view_name_resolver.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/view_name_resolver.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/view_name_resolver.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_compiler/view_style_linker.dart b/ngcompiler/lib/v1/src/compiler/view_compiler/view_style_linker.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_compiler/view_style_linker.dart rename to ngcompiler/lib/v1/src/compiler/view_compiler/view_style_linker.dart diff --git a/angular_compiler/lib/v1/src/compiler/view_type.dart b/ngcompiler/lib/v1/src/compiler/view_type.dart similarity index 100% rename from angular_compiler/lib/v1/src/compiler/view_type.dart rename to ngcompiler/lib/v1/src/compiler/view_type.dart diff --git a/angular_compiler/lib/v1/src/source_gen/common/annotation_matcher.dart b/ngcompiler/lib/v1/src/source_gen/common/annotation_matcher.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/common/annotation_matcher.dart rename to ngcompiler/lib/v1/src/source_gen/common/annotation_matcher.dart diff --git a/angular_compiler/lib/v1/src/source_gen/common/url_resolver.dart b/ngcompiler/lib/v1/src/source_gen/common/url_resolver.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/common/url_resolver.dart rename to ngcompiler/lib/v1/src/source_gen/common/url_resolver.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/annotation_information.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/annotation_information.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/annotation_information.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/annotation_information.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/code_builder.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/code_builder.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/code_builder.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/code_builder.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/compile_metadata.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/compile_metadata.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/compile_metadata.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/compile_metadata.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/component_visitor_exceptions.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/component_visitor_exceptions.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/component_visitor_exceptions.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/component_visitor_exceptions.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/dart_object_utils.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/dart_object_utils.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/dart_object_utils.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/dart_object_utils.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/find_components.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/find_components.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/find_components.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/find_components.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/generator.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/generator.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/generator.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/generator.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/lifecycle_hooks.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/lifecycle_hooks.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/lifecycle_hooks.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/lifecycle_hooks.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/pipe_visitor.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/pipe_visitor.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/pipe_visitor.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/pipe_visitor.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/provider_inference.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/provider_inference.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/provider_inference.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/provider_inference.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/resolve_reflectables.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/resolve_reflectables.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/resolve_reflectables.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/resolve_reflectables.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/template_compiler_outputs.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/template_compiler_outputs.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/template_compiler_outputs.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/template_compiler_outputs.dart diff --git a/angular_compiler/lib/v1/src/source_gen/template_compiler/template_processor.dart b/ngcompiler/lib/v1/src/source_gen/template_compiler/template_processor.dart similarity index 100% rename from angular_compiler/lib/v1/src/source_gen/template_compiler/template_processor.dart rename to ngcompiler/lib/v1/src/source_gen/template_compiler/template_processor.dart diff --git a/angular_compiler/lib/v2/analyzer.dart b/ngcompiler/lib/v2/analyzer.dart similarity index 100% rename from angular_compiler/lib/v2/analyzer.dart rename to ngcompiler/lib/v2/analyzer.dart diff --git a/angular_compiler/lib/v2/asset.dart b/ngcompiler/lib/v2/asset.dart similarity index 100% rename from angular_compiler/lib/v2/asset.dart rename to ngcompiler/lib/v2/asset.dart diff --git a/angular_compiler/lib/v2/context.dart b/ngcompiler/lib/v2/context.dart similarity index 100% rename from angular_compiler/lib/v2/context.dart rename to ngcompiler/lib/v2/context.dart diff --git a/angular_compiler/lib/v2/src/context/build_error.dart b/ngcompiler/lib/v2/src/context/build_error.dart similarity index 100% rename from angular_compiler/lib/v2/src/context/build_error.dart rename to ngcompiler/lib/v2/src/context/build_error.dart diff --git a/angular_compiler/lib/v2/src/testing/runtime_source_resolution.dart b/ngcompiler/lib/v2/src/testing/runtime_source_resolution.dart similarity index 100% rename from angular_compiler/lib/v2/src/testing/runtime_source_resolution.dart rename to ngcompiler/lib/v2/src/testing/runtime_source_resolution.dart diff --git a/angular_compiler/lib/v2/testing.dart b/ngcompiler/lib/v2/testing.dart similarity index 100% rename from angular_compiler/lib/v2/testing.dart rename to ngcompiler/lib/v2/testing.dart diff --git a/angular_compiler/mono_pkg.yaml b/ngcompiler/mono_pkg.yaml similarity index 100% rename from angular_compiler/mono_pkg.yaml rename to ngcompiler/mono_pkg.yaml diff --git a/angular_compiler/pubspec.yaml b/ngcompiler/pubspec.yaml similarity index 88% rename from angular_compiler/pubspec.yaml rename to ngcompiler/pubspec.yaml index 82a3cbc5f5..700ac64f88 100644 --- a/angular_compiler/pubspec.yaml +++ b/ngcompiler/pubspec.yaml @@ -1,5 +1,5 @@ name: ngcompiler -repository: https://github.com/angulardart/angular +repository: https://github.com/angulardart-community/angular description: Compiler for AngularDart. version: 2.2.0 @@ -36,7 +36,7 @@ dev_dependencies: dependency_overrides: ngdart: - path: ../angular + path: ../ngdart ngast: - path: ../angular_ast + path: ../ngast # analyzer: ^4.0.0 diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/di/dependency_reader_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/di/dependency_reader_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/di/dependency_reader_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/di/dependency_reader_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/di/module_reader_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/di/module_reader_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/di/module_reader_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/di/module_reader_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/di/provider_reader_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/di/provider_reader_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/di/provider_reader_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/di/provider_reader_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/di/token_reader_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/di/token_reader_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/di/token_reader_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/di/token_reader_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/reflector_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/reflector_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/reflector_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/reflector_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/types_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/types_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/types_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/types_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/view/directive_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/view/directive_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/view/directive_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/view/directive_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/analyzer/view/typed_reader_test.dart b/ngcompiler/test/v1/angular_compiler/analyzer/view/typed_reader_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/analyzer/view/typed_reader_test.dart rename to ngcompiler/test/v1/angular_compiler/analyzer/view/typed_reader_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/emitter/injector_test.dart b/ngcompiler/test/v1/angular_compiler/emitter/injector_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/emitter/injector_test.dart rename to ngcompiler/test/v1/angular_compiler/emitter/injector_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/emitter/reflector_test.dart b/ngcompiler/test/v1/angular_compiler/emitter/reflector_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/emitter/reflector_test.dart rename to ngcompiler/test/v1/angular_compiler/emitter/reflector_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/integration/generate_injector_test.dart b/ngcompiler/test/v1/angular_compiler/integration/generate_injector_test.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/integration/generate_injector_test.dart rename to ngcompiler/test/v1/angular_compiler/integration/generate_injector_test.dart diff --git a/angular_compiler/test/v1/angular_compiler/src/compile.dart b/ngcompiler/test/v1/angular_compiler/src/compile.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/src/compile.dart rename to ngcompiler/test/v1/angular_compiler/src/compile.dart diff --git a/angular_compiler/test/v1/angular_compiler/src/resolve.dart b/ngcompiler/test/v1/angular_compiler/src/resolve.dart similarity index 100% rename from angular_compiler/test/v1/angular_compiler/src/resolve.dart rename to ngcompiler/test/v1/angular_compiler/src/resolve.dart diff --git a/angular_compiler/test/v2/analyzer_test.dart b/ngcompiler/test/v2/analyzer_test.dart similarity index 100% rename from angular_compiler/test/v2/analyzer_test.dart rename to ngcompiler/test/v2/analyzer_test.dart diff --git a/angular_compiler/test/v2/context_test.dart b/ngcompiler/test/v2/context_test.dart similarity index 100% rename from angular_compiler/test/v2/context_test.dart rename to ngcompiler/test/v2/context_test.dart diff --git a/angular_compiler/test/v2/testing/runtime_source_resolution_test.dart b/ngcompiler/test/v2/testing/runtime_source_resolution_test.dart similarity index 100% rename from angular_compiler/test/v2/testing/runtime_source_resolution_test.dart rename to ngcompiler/test/v2/testing/runtime_source_resolution_test.dart diff --git a/angular/CHANGELOG.md b/ngdart/CHANGELOG.md similarity index 100% rename from angular/CHANGELOG.md rename to ngdart/CHANGELOG.md diff --git a/angular_ast/LICENSE b/ngdart/LICENSE similarity index 100% rename from angular_ast/LICENSE rename to ngdart/LICENSE diff --git a/ngdart/README.md b/ngdart/README.md new file mode 100644 index 0000000000..146529c7d5 --- /dev/null +++ b/ngdart/README.md @@ -0,0 +1 @@ +See https://github.com/angulardart-community for current updates on this project. diff --git a/angular/build.yaml b/ngdart/build.yaml similarity index 100% rename from angular/build.yaml rename to ngdart/build.yaml diff --git a/angular/lib/angular.dart b/ngdart/lib/angular.dart similarity index 100% rename from angular/lib/angular.dart rename to ngdart/lib/angular.dart diff --git a/angular/lib/di.dart b/ngdart/lib/di.dart similarity index 100% rename from angular/lib/di.dart rename to ngdart/lib/di.dart diff --git a/angular/lib/experimental.dart b/ngdart/lib/experimental.dart similarity index 100% rename from angular/lib/experimental.dart rename to ngdart/lib/experimental.dart diff --git a/angular/lib/src/bootstrap/modules.dart b/ngdart/lib/src/bootstrap/modules.dart similarity index 100% rename from angular/lib/src/bootstrap/modules.dart rename to ngdart/lib/src/bootstrap/modules.dart diff --git a/angular/lib/src/bootstrap/run.dart b/ngdart/lib/src/bootstrap/run.dart similarity index 99% rename from angular/lib/src/bootstrap/run.dart rename to ngdart/lib/src/bootstrap/run.dart index 2d973aaa6f..89ddf6ec11 100644 --- a/angular/lib/src/bootstrap/run.dart +++ b/ngdart/lib/src/bootstrap/run.dart @@ -28,7 +28,7 @@ NgZone _createNgZone() => NgZone(); /// /// May override [createNgZone] to provide a custom callback to create one. This /// is primarily useful in testing (i.e. via directly or indirectly the -/// `angular_test` package). +/// `ngtest` package). Injector appInjector( InjectorFactory userProvidedInjector, { NgZone Function() createNgZone = _createNgZone, diff --git a/angular/lib/src/build.dart b/ngdart/lib/src/build.dart similarity index 100% rename from angular/lib/src/build.dart rename to ngdart/lib/src/build.dart diff --git a/angular/lib/src/common/directives.dart b/ngdart/lib/src/common/directives.dart similarity index 100% rename from angular/lib/src/common/directives.dart rename to ngdart/lib/src/common/directives.dart diff --git a/angular/lib/src/common/directives/ng_class.dart b/ngdart/lib/src/common/directives/ng_class.dart similarity index 100% rename from angular/lib/src/common/directives/ng_class.dart rename to ngdart/lib/src/common/directives/ng_class.dart diff --git a/angular/lib/src/common/directives/ng_for.dart b/ngdart/lib/src/common/directives/ng_for.dart similarity index 100% rename from angular/lib/src/common/directives/ng_for.dart rename to ngdart/lib/src/common/directives/ng_for.dart diff --git a/angular/lib/src/common/directives/ng_for_identity.dart b/ngdart/lib/src/common/directives/ng_for_identity.dart similarity index 100% rename from angular/lib/src/common/directives/ng_for_identity.dart rename to ngdart/lib/src/common/directives/ng_for_identity.dart diff --git a/angular/lib/src/common/directives/ng_if.dart b/ngdart/lib/src/common/directives/ng_if.dart similarity index 100% rename from angular/lib/src/common/directives/ng_if.dart rename to ngdart/lib/src/common/directives/ng_if.dart diff --git a/angular/lib/src/common/directives/ng_style.dart b/ngdart/lib/src/common/directives/ng_style.dart similarity index 100% rename from angular/lib/src/common/directives/ng_style.dart rename to ngdart/lib/src/common/directives/ng_style.dart diff --git a/angular/lib/src/common/directives/ng_switch.dart b/ngdart/lib/src/common/directives/ng_switch.dart similarity index 100% rename from angular/lib/src/common/directives/ng_switch.dart rename to ngdart/lib/src/common/directives/ng_switch.dart diff --git a/angular/lib/src/common/directives/ng_template_outlet.dart b/ngdart/lib/src/common/directives/ng_template_outlet.dart similarity index 100% rename from angular/lib/src/common/directives/ng_template_outlet.dart rename to ngdart/lib/src/common/directives/ng_template_outlet.dart diff --git a/angular/lib/src/common/pipes.dart b/ngdart/lib/src/common/pipes.dart similarity index 100% rename from angular/lib/src/common/pipes.dart rename to ngdart/lib/src/common/pipes.dart diff --git a/angular/lib/src/common/pipes/async_pipe.dart b/ngdart/lib/src/common/pipes/async_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/async_pipe.dart rename to ngdart/lib/src/common/pipes/async_pipe.dart diff --git a/angular/lib/src/common/pipes/common_pipes.dart b/ngdart/lib/src/common/pipes/common_pipes.dart similarity index 100% rename from angular/lib/src/common/pipes/common_pipes.dart rename to ngdart/lib/src/common/pipes/common_pipes.dart diff --git a/angular/lib/src/common/pipes/date_pipe.dart b/ngdart/lib/src/common/pipes/date_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/date_pipe.dart rename to ngdart/lib/src/common/pipes/date_pipe.dart diff --git a/angular/lib/src/common/pipes/invalid_pipe_argument_exception.dart b/ngdart/lib/src/common/pipes/invalid_pipe_argument_exception.dart similarity index 100% rename from angular/lib/src/common/pipes/invalid_pipe_argument_exception.dart rename to ngdart/lib/src/common/pipes/invalid_pipe_argument_exception.dart diff --git a/angular/lib/src/common/pipes/lowercase_pipe.dart b/ngdart/lib/src/common/pipes/lowercase_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/lowercase_pipe.dart rename to ngdart/lib/src/common/pipes/lowercase_pipe.dart diff --git a/angular/lib/src/common/pipes/number_pipe.dart b/ngdart/lib/src/common/pipes/number_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/number_pipe.dart rename to ngdart/lib/src/common/pipes/number_pipe.dart diff --git a/angular/lib/src/common/pipes/replace_pipe.dart b/ngdart/lib/src/common/pipes/replace_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/replace_pipe.dart rename to ngdart/lib/src/common/pipes/replace_pipe.dart diff --git a/angular/lib/src/common/pipes/slice_pipe.dart b/ngdart/lib/src/common/pipes/slice_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/slice_pipe.dart rename to ngdart/lib/src/common/pipes/slice_pipe.dart diff --git a/angular/lib/src/common/pipes/uppercase_pipe.dart b/ngdart/lib/src/common/pipes/uppercase_pipe.dart similarity index 100% rename from angular/lib/src/common/pipes/uppercase_pipe.dart rename to ngdart/lib/src/common/pipes/uppercase_pipe.dart diff --git a/angular/lib/src/core/app_host.dart b/ngdart/lib/src/core/app_host.dart similarity index 100% rename from angular/lib/src/core/app_host.dart rename to ngdart/lib/src/core/app_host.dart diff --git a/angular/lib/src/core/application_ref.dart b/ngdart/lib/src/core/application_ref.dart similarity index 100% rename from angular/lib/src/core/application_ref.dart rename to ngdart/lib/src/core/application_ref.dart diff --git a/angular/lib/src/core/application_tokens.dart b/ngdart/lib/src/core/application_tokens.dart similarity index 100% rename from angular/lib/src/core/application_tokens.dart rename to ngdart/lib/src/core/application_tokens.dart diff --git a/angular/lib/src/core/change_detection.dart b/ngdart/lib/src/core/change_detection.dart similarity index 100% rename from angular/lib/src/core/change_detection.dart rename to ngdart/lib/src/core/change_detection.dart diff --git a/angular/lib/src/core/change_detection/change_detection.dart b/ngdart/lib/src/core/change_detection/change_detection.dart similarity index 100% rename from angular/lib/src/core/change_detection/change_detection.dart rename to ngdart/lib/src/core/change_detection/change_detection.dart diff --git a/angular/lib/src/core/change_detection/change_detector_ref.dart b/ngdart/lib/src/core/change_detection/change_detector_ref.dart similarity index 100% rename from angular/lib/src/core/change_detection/change_detector_ref.dart rename to ngdart/lib/src/core/change_detection/change_detector_ref.dart diff --git a/angular/lib/src/core/change_detection/differs/default_iterable_differ.dart b/ngdart/lib/src/core/change_detection/differs/default_iterable_differ.dart similarity index 100% rename from angular/lib/src/core/change_detection/differs/default_iterable_differ.dart rename to ngdart/lib/src/core/change_detection/differs/default_iterable_differ.dart diff --git a/angular/lib/src/core/change_detection/differs/default_keyvalue_differ.dart b/ngdart/lib/src/core/change_detection/differs/default_keyvalue_differ.dart similarity index 100% rename from angular/lib/src/core/change_detection/differs/default_keyvalue_differ.dart rename to ngdart/lib/src/core/change_detection/differs/default_keyvalue_differ.dart diff --git a/angular/lib/src/core/change_detection/directive_change_detector.dart b/ngdart/lib/src/core/change_detection/directive_change_detector.dart similarity index 100% rename from angular/lib/src/core/change_detection/directive_change_detector.dart rename to ngdart/lib/src/core/change_detection/directive_change_detector.dart diff --git a/angular/lib/src/core/change_detection/host.dart b/ngdart/lib/src/core/change_detection/host.dart similarity index 100% rename from angular/lib/src/core/change_detection/host.dart rename to ngdart/lib/src/core/change_detection/host.dart diff --git a/angular/lib/src/core/exception_handler.dart b/ngdart/lib/src/core/exception_handler.dart similarity index 100% rename from angular/lib/src/core/exception_handler.dart rename to ngdart/lib/src/core/exception_handler.dart diff --git a/angular/lib/src/core/linker.dart b/ngdart/lib/src/core/linker.dart similarity index 100% rename from angular/lib/src/core/linker.dart rename to ngdart/lib/src/core/linker.dart diff --git a/angular/lib/src/core/linker/app_view_utils.dart b/ngdart/lib/src/core/linker/app_view_utils.dart similarity index 100% rename from angular/lib/src/core/linker/app_view_utils.dart rename to ngdart/lib/src/core/linker/app_view_utils.dart diff --git a/angular/lib/src/core/linker/component_factory.dart b/ngdart/lib/src/core/linker/component_factory.dart similarity index 100% rename from angular/lib/src/core/linker/component_factory.dart rename to ngdart/lib/src/core/linker/component_factory.dart diff --git a/angular/lib/src/core/linker/component_loader.dart b/ngdart/lib/src/core/linker/component_loader.dart similarity index 100% rename from angular/lib/src/core/linker/component_loader.dart rename to ngdart/lib/src/core/linker/component_loader.dart diff --git a/angular/lib/src/core/linker/component_resolver.dart b/ngdart/lib/src/core/linker/component_resolver.dart similarity index 100% rename from angular/lib/src/core/linker/component_resolver.dart rename to ngdart/lib/src/core/linker/component_resolver.dart diff --git a/angular/lib/src/core/linker/dynamic_component_loader.dart b/ngdart/lib/src/core/linker/dynamic_component_loader.dart similarity index 100% rename from angular/lib/src/core/linker/dynamic_component_loader.dart rename to ngdart/lib/src/core/linker/dynamic_component_loader.dart diff --git a/angular/lib/src/core/linker/element_ref.dart b/ngdart/lib/src/core/linker/element_ref.dart similarity index 100% rename from angular/lib/src/core/linker/element_ref.dart rename to ngdart/lib/src/core/linker/element_ref.dart diff --git a/angular/lib/src/core/linker/ng_content_ref.dart b/ngdart/lib/src/core/linker/ng_content_ref.dart similarity index 100% rename from angular/lib/src/core/linker/ng_content_ref.dart rename to ngdart/lib/src/core/linker/ng_content_ref.dart diff --git a/angular/lib/src/core/linker/style_encapsulation.dart b/ngdart/lib/src/core/linker/style_encapsulation.dart similarity index 100% rename from angular/lib/src/core/linker/style_encapsulation.dart rename to ngdart/lib/src/core/linker/style_encapsulation.dart diff --git a/angular/lib/src/core/linker/template_ref.dart b/ngdart/lib/src/core/linker/template_ref.dart similarity index 100% rename from angular/lib/src/core/linker/template_ref.dart rename to ngdart/lib/src/core/linker/template_ref.dart diff --git a/angular/lib/src/core/linker/view_container.dart b/ngdart/lib/src/core/linker/view_container.dart similarity index 100% rename from angular/lib/src/core/linker/view_container.dart rename to ngdart/lib/src/core/linker/view_container.dart diff --git a/angular/lib/src/core/linker/view_container_ref.dart b/ngdart/lib/src/core/linker/view_container_ref.dart similarity index 100% rename from angular/lib/src/core/linker/view_container_ref.dart rename to ngdart/lib/src/core/linker/view_container_ref.dart diff --git a/angular/lib/src/core/linker/view_fragment.dart b/ngdart/lib/src/core/linker/view_fragment.dart similarity index 100% rename from angular/lib/src/core/linker/view_fragment.dart rename to ngdart/lib/src/core/linker/view_fragment.dart diff --git a/angular/lib/src/core/linker/view_ref.dart b/ngdart/lib/src/core/linker/view_ref.dart similarity index 100% rename from angular/lib/src/core/linker/view_ref.dart rename to ngdart/lib/src/core/linker/view_ref.dart diff --git a/angular/lib/src/core/linker/views/component_view.dart b/ngdart/lib/src/core/linker/views/component_view.dart similarity index 100% rename from angular/lib/src/core/linker/views/component_view.dart rename to ngdart/lib/src/core/linker/views/component_view.dart diff --git a/angular/lib/src/core/linker/views/dynamic_view.dart b/ngdart/lib/src/core/linker/views/dynamic_view.dart similarity index 100% rename from angular/lib/src/core/linker/views/dynamic_view.dart rename to ngdart/lib/src/core/linker/views/dynamic_view.dart diff --git a/angular/lib/src/core/linker/views/embedded_view.dart b/ngdart/lib/src/core/linker/views/embedded_view.dart similarity index 100% rename from angular/lib/src/core/linker/views/embedded_view.dart rename to ngdart/lib/src/core/linker/views/embedded_view.dart diff --git a/angular/lib/src/core/linker/views/host_view.dart b/ngdart/lib/src/core/linker/views/host_view.dart similarity index 100% rename from angular/lib/src/core/linker/views/host_view.dart rename to ngdart/lib/src/core/linker/views/host_view.dart diff --git a/angular/lib/src/core/linker/views/render_view.dart b/ngdart/lib/src/core/linker/views/render_view.dart similarity index 100% rename from angular/lib/src/core/linker/views/render_view.dart rename to ngdart/lib/src/core/linker/views/render_view.dart diff --git a/angular/lib/src/core/linker/views/view.dart b/ngdart/lib/src/core/linker/views/view.dart similarity index 100% rename from angular/lib/src/core/linker/views/view.dart rename to ngdart/lib/src/core/linker/views/view.dart diff --git a/angular/lib/src/core/zone/ng_zone.dart b/ngdart/lib/src/core/zone/ng_zone.dart similarity index 100% rename from angular/lib/src/core/zone/ng_zone.dart rename to ngdart/lib/src/core/zone/ng_zone.dart diff --git a/angular/lib/src/devtools.dart b/ngdart/lib/src/devtools.dart similarity index 100% rename from angular/lib/src/devtools.dart rename to ngdart/lib/src/devtools.dart diff --git a/angular/lib/src/devtools/component_inspector.dart b/ngdart/lib/src/devtools/component_inspector.dart similarity index 100% rename from angular/lib/src/devtools/component_inspector.dart rename to ngdart/lib/src/devtools/component_inspector.dart diff --git a/angular/lib/src/devtools/error.dart b/ngdart/lib/src/devtools/error.dart similarity index 100% rename from angular/lib/src/devtools/error.dart rename to ngdart/lib/src/devtools/error.dart diff --git a/angular/lib/src/devtools/inspector.dart b/ngdart/lib/src/devtools/inspector.dart similarity index 100% rename from angular/lib/src/devtools/inspector.dart rename to ngdart/lib/src/devtools/inspector.dart diff --git a/angular/lib/src/devtools/model.dart b/ngdart/lib/src/devtools/model.dart similarity index 100% rename from angular/lib/src/devtools/model.dart rename to ngdart/lib/src/devtools/model.dart diff --git a/angular/lib/src/devtools/model.g.dart b/ngdart/lib/src/devtools/model.g.dart similarity index 100% rename from angular/lib/src/devtools/model.g.dart rename to ngdart/lib/src/devtools/model.g.dart diff --git a/angular/lib/src/devtools/reference_counter.dart b/ngdart/lib/src/devtools/reference_counter.dart similarity index 100% rename from angular/lib/src/devtools/reference_counter.dart rename to ngdart/lib/src/devtools/reference_counter.dart diff --git a/angular/lib/src/di/errors.dart b/ngdart/lib/src/di/errors.dart similarity index 100% rename from angular/lib/src/di/errors.dart rename to ngdart/lib/src/di/errors.dart diff --git a/angular/lib/src/di/injector.dart b/ngdart/lib/src/di/injector.dart similarity index 100% rename from angular/lib/src/di/injector.dart rename to ngdart/lib/src/di/injector.dart diff --git a/angular/lib/src/di/injector/runtime.dart b/ngdart/lib/src/di/injector/runtime.dart similarity index 100% rename from angular/lib/src/di/injector/runtime.dart rename to ngdart/lib/src/di/injector/runtime.dart diff --git a/angular/lib/src/meta.dart b/ngdart/lib/src/meta.dart similarity index 100% rename from angular/lib/src/meta.dart rename to ngdart/lib/src/meta.dart diff --git a/angular/lib/src/meta/change_detection_constants.dart b/ngdart/lib/src/meta/change_detection_constants.dart similarity index 100% rename from angular/lib/src/meta/change_detection_constants.dart rename to ngdart/lib/src/meta/change_detection_constants.dart diff --git a/angular/lib/src/meta/change_detection_link.dart b/ngdart/lib/src/meta/change_detection_link.dart similarity index 100% rename from angular/lib/src/meta/change_detection_link.dart rename to ngdart/lib/src/meta/change_detection_link.dart diff --git a/angular/lib/src/meta/di_arguments.dart b/ngdart/lib/src/meta/di_arguments.dart similarity index 100% rename from angular/lib/src/meta/di_arguments.dart rename to ngdart/lib/src/meta/di_arguments.dart diff --git a/angular/lib/src/meta/di_generate_injector.dart b/ngdart/lib/src/meta/di_generate_injector.dart similarity index 100% rename from angular/lib/src/meta/di_generate_injector.dart rename to ngdart/lib/src/meta/di_generate_injector.dart diff --git a/angular/lib/src/meta/di_modules.dart b/ngdart/lib/src/meta/di_modules.dart similarity index 100% rename from angular/lib/src/meta/di_modules.dart rename to ngdart/lib/src/meta/di_modules.dart diff --git a/angular/lib/src/meta/di_providers.dart b/ngdart/lib/src/meta/di_providers.dart similarity index 100% rename from angular/lib/src/meta/di_providers.dart rename to ngdart/lib/src/meta/di_providers.dart diff --git a/angular/lib/src/meta/di_tokens.dart b/ngdart/lib/src/meta/di_tokens.dart similarity index 100% rename from angular/lib/src/meta/di_tokens.dart rename to ngdart/lib/src/meta/di_tokens.dart diff --git a/angular/lib/src/meta/directives.dart b/ngdart/lib/src/meta/directives.dart similarity index 100% rename from angular/lib/src/meta/directives.dart rename to ngdart/lib/src/meta/directives.dart diff --git a/angular/lib/src/meta/lifecycle_hooks.dart b/ngdart/lib/src/meta/lifecycle_hooks.dart similarity index 100% rename from angular/lib/src/meta/lifecycle_hooks.dart rename to ngdart/lib/src/meta/lifecycle_hooks.dart diff --git a/angular/lib/src/meta/typed.dart b/ngdart/lib/src/meta/typed.dart similarity index 100% rename from angular/lib/src/meta/typed.dart rename to ngdart/lib/src/meta/typed.dart diff --git a/angular/lib/src/meta/view.dart b/ngdart/lib/src/meta/view.dart similarity index 100% rename from angular/lib/src/meta/view.dart rename to ngdart/lib/src/meta/view.dart diff --git a/angular/lib/src/meta/visibility.dart b/ngdart/lib/src/meta/visibility.dart similarity index 100% rename from angular/lib/src/meta/visibility.dart rename to ngdart/lib/src/meta/visibility.dart diff --git a/angular/lib/src/reflector.dart b/ngdart/lib/src/reflector.dart similarity index 100% rename from angular/lib/src/reflector.dart rename to ngdart/lib/src/reflector.dart diff --git a/angular/lib/src/runtime/check_binding.dart b/ngdart/lib/src/runtime/check_binding.dart similarity index 100% rename from angular/lib/src/runtime/check_binding.dart rename to ngdart/lib/src/runtime/check_binding.dart diff --git a/angular/lib/src/runtime/dom_events.dart b/ngdart/lib/src/runtime/dom_events.dart similarity index 100% rename from angular/lib/src/runtime/dom_events.dart rename to ngdart/lib/src/runtime/dom_events.dart diff --git a/angular/lib/src/runtime/dom_helpers.dart b/ngdart/lib/src/runtime/dom_helpers.dart similarity index 100% rename from angular/lib/src/runtime/dom_helpers.dart rename to ngdart/lib/src/runtime/dom_helpers.dart diff --git a/angular/lib/src/runtime/interpolate.dart b/ngdart/lib/src/runtime/interpolate.dart similarity index 100% rename from angular/lib/src/runtime/interpolate.dart rename to ngdart/lib/src/runtime/interpolate.dart diff --git a/angular/lib/src/runtime/proxies.dart b/ngdart/lib/src/runtime/proxies.dart similarity index 100% rename from angular/lib/src/runtime/proxies.dart rename to ngdart/lib/src/runtime/proxies.dart diff --git a/angular/lib/src/runtime/queries.dart b/ngdart/lib/src/runtime/queries.dart similarity index 100% rename from angular/lib/src/runtime/queries.dart rename to ngdart/lib/src/runtime/queries.dart diff --git a/angular/lib/src/runtime/text_binding.dart b/ngdart/lib/src/runtime/text_binding.dart similarity index 100% rename from angular/lib/src/runtime/text_binding.dart rename to ngdart/lib/src/runtime/text_binding.dart diff --git a/angular/lib/src/security/html_sanitizer.dart b/ngdart/lib/src/security/html_sanitizer.dart similarity index 100% rename from angular/lib/src/security/html_sanitizer.dart rename to ngdart/lib/src/security/html_sanitizer.dart diff --git a/angular/lib/src/security/safe_html_adapter.dart b/ngdart/lib/src/security/safe_html_adapter.dart similarity index 100% rename from angular/lib/src/security/safe_html_adapter.dart rename to ngdart/lib/src/security/safe_html_adapter.dart diff --git a/angular/lib/src/security/style_sanitizer.dart b/ngdart/lib/src/security/style_sanitizer.dart similarity index 100% rename from angular/lib/src/security/style_sanitizer.dart rename to ngdart/lib/src/security/style_sanitizer.dart diff --git a/angular/lib/src/security/url_sanitizer.dart b/ngdart/lib/src/security/url_sanitizer.dart similarity index 100% rename from angular/lib/src/security/url_sanitizer.dart rename to ngdart/lib/src/security/url_sanitizer.dart diff --git a/angular/lib/src/testability.dart b/ngdart/lib/src/testability.dart similarity index 100% rename from angular/lib/src/testability.dart rename to ngdart/lib/src/testability.dart diff --git a/angular/lib/src/testability/js_api.dart b/ngdart/lib/src/testability/js_api.dart similarity index 100% rename from angular/lib/src/testability/js_api.dart rename to ngdart/lib/src/testability/js_api.dart diff --git a/angular/lib/src/testability/js_impl.dart b/ngdart/lib/src/testability/js_impl.dart similarity index 100% rename from angular/lib/src/testability/js_impl.dart rename to ngdart/lib/src/testability/js_impl.dart diff --git a/angular/lib/src/testability/testability.dart b/ngdart/lib/src/testability/testability.dart similarity index 100% rename from angular/lib/src/testability/testability.dart rename to ngdart/lib/src/testability/testability.dart diff --git a/angular/lib/src/utilities.dart b/ngdart/lib/src/utilities.dart similarity index 100% rename from angular/lib/src/utilities.dart rename to ngdart/lib/src/utilities.dart diff --git a/angular/lib/src/utilities/is_dev_mode.dart b/ngdart/lib/src/utilities/is_dev_mode.dart similarity index 100% rename from angular/lib/src/utilities/is_dev_mode.dart rename to ngdart/lib/src/utilities/is_dev_mode.dart diff --git a/angular/lib/src/utilities/is_primitive.dart b/ngdart/lib/src/utilities/is_primitive.dart similarity index 100% rename from angular/lib/src/utilities/is_primitive.dart rename to ngdart/lib/src/utilities/is_primitive.dart diff --git a/angular/lib/src/utilities/unsafe_cast.dart b/ngdart/lib/src/utilities/unsafe_cast.dart similarity index 100% rename from angular/lib/src/utilities/unsafe_cast.dart rename to ngdart/lib/src/utilities/unsafe_cast.dart diff --git a/angular/mono_pkg.yaml b/ngdart/mono_pkg.yaml similarity index 100% rename from angular/mono_pkg.yaml rename to ngdart/mono_pkg.yaml diff --git a/angular/pubspec.yaml b/ngdart/pubspec.yaml similarity index 95% rename from angular/pubspec.yaml rename to ngdart/pubspec.yaml index f926edb36f..f6dd121e98 100644 --- a/angular/pubspec.yaml +++ b/ngdart/pubspec.yaml @@ -43,7 +43,7 @@ dev_dependencies: dependency_overrides: ngcompiler: - path: ../angular_compiler + path: ../ngcompiler ngast: - path: ../angular_ast + path: ../ngast # analyzer: ^4.0.0 diff --git a/angular_forms/CHANGELOG.md b/ngforms/CHANGELOG.md similarity index 100% rename from angular_forms/CHANGELOG.md rename to ngforms/CHANGELOG.md diff --git a/angular_forms/LICENSE b/ngforms/LICENSE similarity index 100% rename from angular_forms/LICENSE rename to ngforms/LICENSE diff --git a/ngforms/README.md b/ngforms/README.md new file mode 100644 index 0000000000..146529c7d5 --- /dev/null +++ b/ngforms/README.md @@ -0,0 +1 @@ +See https://github.com/angulardart-community for current updates on this project. diff --git a/angular_forms/analysis_options.yaml b/ngforms/analysis_options.yaml similarity index 100% rename from angular_forms/analysis_options.yaml rename to ngforms/analysis_options.yaml diff --git a/angular_forms/dart_test.yaml b/ngforms/dart_test.yaml similarity index 100% rename from angular_forms/dart_test.yaml rename to ngforms/dart_test.yaml diff --git a/angular_forms/lib/angular_forms.dart b/ngforms/lib/angular_forms.dart similarity index 100% rename from angular_forms/lib/angular_forms.dart rename to ngforms/lib/angular_forms.dart diff --git a/angular_forms/lib/src/directives.dart b/ngforms/lib/src/directives.dart similarity index 100% rename from angular_forms/lib/src/directives.dart rename to ngforms/lib/src/directives.dart diff --git a/angular_forms/lib/src/directives/abstract_control_directive.dart b/ngforms/lib/src/directives/abstract_control_directive.dart similarity index 100% rename from angular_forms/lib/src/directives/abstract_control_directive.dart rename to ngforms/lib/src/directives/abstract_control_directive.dart diff --git a/angular_forms/lib/src/directives/abstract_form.dart b/ngforms/lib/src/directives/abstract_form.dart similarity index 100% rename from angular_forms/lib/src/directives/abstract_form.dart rename to ngforms/lib/src/directives/abstract_form.dart diff --git a/angular_forms/lib/src/directives/checkbox_value_accessor.dart b/ngforms/lib/src/directives/checkbox_value_accessor.dart similarity index 100% rename from angular_forms/lib/src/directives/checkbox_value_accessor.dart rename to ngforms/lib/src/directives/checkbox_value_accessor.dart diff --git a/angular_forms/lib/src/directives/control_container.dart b/ngforms/lib/src/directives/control_container.dart similarity index 100% rename from angular_forms/lib/src/directives/control_container.dart rename to ngforms/lib/src/directives/control_container.dart diff --git a/angular_forms/lib/src/directives/control_value_accessor.dart b/ngforms/lib/src/directives/control_value_accessor.dart similarity index 100% rename from angular_forms/lib/src/directives/control_value_accessor.dart rename to ngforms/lib/src/directives/control_value_accessor.dart diff --git a/angular_forms/lib/src/directives/default_value_accessor.dart b/ngforms/lib/src/directives/default_value_accessor.dart similarity index 100% rename from angular_forms/lib/src/directives/default_value_accessor.dart rename to ngforms/lib/src/directives/default_value_accessor.dart diff --git a/angular_forms/lib/src/directives/form_interface.dart b/ngforms/lib/src/directives/form_interface.dart similarity index 100% rename from angular_forms/lib/src/directives/form_interface.dart rename to ngforms/lib/src/directives/form_interface.dart diff --git a/angular_forms/lib/src/directives/memorized_form.dart b/ngforms/lib/src/directives/memorized_form.dart similarity index 100% rename from angular_forms/lib/src/directives/memorized_form.dart rename to ngforms/lib/src/directives/memorized_form.dart diff --git a/angular_forms/lib/src/directives/ng_control.dart b/ngforms/lib/src/directives/ng_control.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_control.dart rename to ngforms/lib/src/directives/ng_control.dart diff --git a/angular_forms/lib/src/directives/ng_control_group.dart b/ngforms/lib/src/directives/ng_control_group.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_control_group.dart rename to ngforms/lib/src/directives/ng_control_group.dart diff --git a/angular_forms/lib/src/directives/ng_control_name.dart b/ngforms/lib/src/directives/ng_control_name.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_control_name.dart rename to ngforms/lib/src/directives/ng_control_name.dart diff --git a/angular_forms/lib/src/directives/ng_control_status.dart b/ngforms/lib/src/directives/ng_control_status.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_control_status.dart rename to ngforms/lib/src/directives/ng_control_status.dart diff --git a/angular_forms/lib/src/directives/ng_form.dart b/ngforms/lib/src/directives/ng_form.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_form.dart rename to ngforms/lib/src/directives/ng_form.dart diff --git a/angular_forms/lib/src/directives/ng_form_control.dart b/ngforms/lib/src/directives/ng_form_control.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_form_control.dart rename to ngforms/lib/src/directives/ng_form_control.dart diff --git a/angular_forms/lib/src/directives/ng_form_model.dart b/ngforms/lib/src/directives/ng_form_model.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_form_model.dart rename to ngforms/lib/src/directives/ng_form_model.dart diff --git a/angular_forms/lib/src/directives/ng_model.dart b/ngforms/lib/src/directives/ng_model.dart similarity index 100% rename from angular_forms/lib/src/directives/ng_model.dart rename to ngforms/lib/src/directives/ng_model.dart diff --git a/angular_forms/lib/src/directives/normalize_validator.dart b/ngforms/lib/src/directives/normalize_validator.dart similarity index 100% rename from angular_forms/lib/src/directives/normalize_validator.dart rename to ngforms/lib/src/directives/normalize_validator.dart diff --git a/angular_forms/lib/src/directives/number_value_accessor.dart b/ngforms/lib/src/directives/number_value_accessor.dart similarity index 100% rename from angular_forms/lib/src/directives/number_value_accessor.dart rename to ngforms/lib/src/directives/number_value_accessor.dart diff --git a/angular_forms/lib/src/directives/radio_control_value_accessor.dart b/ngforms/lib/src/directives/radio_control_value_accessor.dart similarity index 100% rename from angular_forms/lib/src/directives/radio_control_value_accessor.dart rename to ngforms/lib/src/directives/radio_control_value_accessor.dart diff --git a/angular_forms/lib/src/directives/select_control_value_accessor.dart b/ngforms/lib/src/directives/select_control_value_accessor.dart similarity index 100% rename from angular_forms/lib/src/directives/select_control_value_accessor.dart rename to ngforms/lib/src/directives/select_control_value_accessor.dart diff --git a/angular_forms/lib/src/directives/shared.dart b/ngforms/lib/src/directives/shared.dart similarity index 100% rename from angular_forms/lib/src/directives/shared.dart rename to ngforms/lib/src/directives/shared.dart diff --git a/angular_forms/lib/src/directives/validators.dart b/ngforms/lib/src/directives/validators.dart similarity index 100% rename from angular_forms/lib/src/directives/validators.dart rename to ngforms/lib/src/directives/validators.dart diff --git a/angular_forms/lib/src/form_builder.dart b/ngforms/lib/src/form_builder.dart similarity index 100% rename from angular_forms/lib/src/form_builder.dart rename to ngforms/lib/src/form_builder.dart diff --git a/angular_forms/lib/src/model.dart b/ngforms/lib/src/model.dart similarity index 100% rename from angular_forms/lib/src/model.dart rename to ngforms/lib/src/model.dart diff --git a/angular_forms/lib/src/validators.dart b/ngforms/lib/src/validators.dart similarity index 100% rename from angular_forms/lib/src/validators.dart rename to ngforms/lib/src/validators.dart diff --git a/angular_forms/mono_pkg.yaml b/ngforms/mono_pkg.yaml similarity index 100% rename from angular_forms/mono_pkg.yaml rename to ngforms/mono_pkg.yaml diff --git a/angular_forms/pubspec.yaml b/ngforms/pubspec.yaml similarity index 83% rename from angular_forms/pubspec.yaml rename to ngforms/pubspec.yaml index a66ce3bf9c..ea42f4fce4 100644 --- a/angular_forms/pubspec.yaml +++ b/ngforms/pubspec.yaml @@ -24,10 +24,10 @@ dev_dependencies: # added for local builds dependency_overrides: ngdart: - path: ../angular + path: ../ngdart ngtest: - path: ../angular_test + path: ../ngtest ngcompiler: - path: ../angular_compiler + path: ../ngcompiler ngast: - path: ../angular_ast + path: ../ngast diff --git a/angular_forms/test/accessor_test.dart b/ngforms/test/accessor_test.dart similarity index 100% rename from angular_forms/test/accessor_test.dart rename to ngforms/test/accessor_test.dart diff --git a/angular_forms/test/directives_test.dart b/ngforms/test/directives_test.dart similarity index 100% rename from angular_forms/test/directives_test.dart rename to ngforms/test/directives_test.dart diff --git a/angular_forms/test/form_builder_test.dart b/ngforms/test/form_builder_test.dart similarity index 100% rename from angular_forms/test/form_builder_test.dart rename to ngforms/test/form_builder_test.dart diff --git a/angular_forms/test/integration_test.dart b/ngforms/test/integration_test.dart similarity index 100% rename from angular_forms/test/integration_test.dart rename to ngforms/test/integration_test.dart diff --git a/angular_forms/test/memorized_form_test.dart b/ngforms/test/memorized_form_test.dart similarity index 100% rename from angular_forms/test/memorized_form_test.dart rename to ngforms/test/memorized_form_test.dart diff --git a/angular_forms/test/model_test.dart b/ngforms/test/model_test.dart similarity index 100% rename from angular_forms/test/model_test.dart rename to ngforms/test/model_test.dart diff --git a/angular_forms/test/ng_control_group_test.dart b/ngforms/test/ng_control_group_test.dart similarity index 100% rename from angular_forms/test/ng_control_group_test.dart rename to ngforms/test/ng_control_group_test.dart diff --git a/angular_forms/test/ng_control_name_test.dart b/ngforms/test/ng_control_name_test.dart similarity index 100% rename from angular_forms/test/ng_control_name_test.dart rename to ngforms/test/ng_control_name_test.dart diff --git a/angular_forms/test/ng_control_repeated_test.dart b/ngforms/test/ng_control_repeated_test.dart similarity index 100% rename from angular_forms/test/ng_control_repeated_test.dart rename to ngforms/test/ng_control_repeated_test.dart diff --git a/angular_forms/test/ng_form_control_test.dart b/ngforms/test/ng_form_control_test.dart similarity index 100% rename from angular_forms/test/ng_form_control_test.dart rename to ngforms/test/ng_form_control_test.dart diff --git a/angular_forms/test/ng_form_model_test.dart b/ngforms/test/ng_form_model_test.dart similarity index 100% rename from angular_forms/test/ng_form_model_test.dart rename to ngforms/test/ng_form_model_test.dart diff --git a/angular_forms/test/ng_form_test.dart b/ngforms/test/ng_form_test.dart similarity index 100% rename from angular_forms/test/ng_form_test.dart rename to ngforms/test/ng_form_test.dart diff --git a/angular_forms/test/ng_model_test.dart b/ngforms/test/ng_model_test.dart similarity index 100% rename from angular_forms/test/ng_model_test.dart rename to ngforms/test/ng_model_test.dart diff --git a/angular_forms/test/validator_directives_test.dart b/ngforms/test/validator_directives_test.dart similarity index 100% rename from angular_forms/test/validator_directives_test.dart rename to ngforms/test/validator_directives_test.dart diff --git a/angular_forms/test/validators_test.dart b/ngforms/test/validators_test.dart similarity index 100% rename from angular_forms/test/validators_test.dart rename to ngforms/test/validators_test.dart diff --git a/angular_router/CHANGELOG.md b/ngrouter/CHANGELOG.md similarity index 100% rename from angular_router/CHANGELOG.md rename to ngrouter/CHANGELOG.md diff --git a/angular_router/LICENSE b/ngrouter/LICENSE similarity index 100% rename from angular_router/LICENSE rename to ngrouter/LICENSE diff --git a/ngrouter/README.md b/ngrouter/README.md new file mode 100644 index 0000000000..83a6889032 --- /dev/null +++ b/ngrouter/README.md @@ -0,0 +1,6 @@ +[![Pub package](https://img.shields.io/pub/v/ngrouter.svg)][pub_ngrouter] + +The [AngularDart] router enables navigation from one view to the next as users +perform application tasks. + +See https://github.com/angulardart-community for current updates on this project. diff --git a/angular_router/analysis_options.yaml b/ngrouter/analysis_options.yaml similarity index 100% rename from angular_router/analysis_options.yaml rename to ngrouter/analysis_options.yaml diff --git a/angular_router/build.yaml b/ngrouter/build.yaml similarity index 100% rename from angular_router/build.yaml rename to ngrouter/build.yaml diff --git a/angular_router/dart_test.yaml b/ngrouter/dart_test.yaml similarity index 100% rename from angular_router/dart_test.yaml rename to ngrouter/dart_test.yaml diff --git a/angular_router/lib/angular_router.dart b/ngrouter/lib/angular_router.dart similarity index 100% rename from angular_router/lib/angular_router.dart rename to ngrouter/lib/angular_router.dart diff --git a/angular_router/lib/src/constants.dart b/ngrouter/lib/src/constants.dart similarity index 100% rename from angular_router/lib/src/constants.dart rename to ngrouter/lib/src/constants.dart diff --git a/angular_router/lib/src/directives/router_link_active_directive.dart b/ngrouter/lib/src/directives/router_link_active_directive.dart similarity index 100% rename from angular_router/lib/src/directives/router_link_active_directive.dart rename to ngrouter/lib/src/directives/router_link_active_directive.dart diff --git a/angular_router/lib/src/directives/router_link_directive.dart b/ngrouter/lib/src/directives/router_link_directive.dart similarity index 100% rename from angular_router/lib/src/directives/router_link_directive.dart rename to ngrouter/lib/src/directives/router_link_directive.dart diff --git a/angular_router/lib/src/directives/router_outlet_directive.dart b/ngrouter/lib/src/directives/router_outlet_directive.dart similarity index 100% rename from angular_router/lib/src/directives/router_outlet_directive.dart rename to ngrouter/lib/src/directives/router_outlet_directive.dart diff --git a/angular_router/lib/src/lifecycle.dart b/ngrouter/lib/src/lifecycle.dart similarity index 100% rename from angular_router/lib/src/lifecycle.dart rename to ngrouter/lib/src/lifecycle.dart diff --git a/angular_router/lib/src/location.dart b/ngrouter/lib/src/location.dart similarity index 100% rename from angular_router/lib/src/location.dart rename to ngrouter/lib/src/location.dart diff --git a/angular_router/lib/src/location/base_href.dart b/ngrouter/lib/src/location/base_href.dart similarity index 100% rename from angular_router/lib/src/location/base_href.dart rename to ngrouter/lib/src/location/base_href.dart diff --git a/angular_router/lib/src/location/browser_platform_location.dart b/ngrouter/lib/src/location/browser_platform_location.dart similarity index 100% rename from angular_router/lib/src/location/browser_platform_location.dart rename to ngrouter/lib/src/location/browser_platform_location.dart diff --git a/angular_router/lib/src/location/hash_location_strategy.dart b/ngrouter/lib/src/location/hash_location_strategy.dart similarity index 100% rename from angular_router/lib/src/location/hash_location_strategy.dart rename to ngrouter/lib/src/location/hash_location_strategy.dart diff --git a/angular_router/lib/src/location/location.dart b/ngrouter/lib/src/location/location.dart similarity index 100% rename from angular_router/lib/src/location/location.dart rename to ngrouter/lib/src/location/location.dart diff --git a/angular_router/lib/src/location/location_strategy.dart b/ngrouter/lib/src/location/location_strategy.dart similarity index 100% rename from angular_router/lib/src/location/location_strategy.dart rename to ngrouter/lib/src/location/location_strategy.dart diff --git a/angular_router/lib/src/location/path_location_strategy.dart b/ngrouter/lib/src/location/path_location_strategy.dart similarity index 100% rename from angular_router/lib/src/location/path_location_strategy.dart rename to ngrouter/lib/src/location/path_location_strategy.dart diff --git a/angular_router/lib/src/location/platform_location.dart b/ngrouter/lib/src/location/platform_location.dart similarity index 100% rename from angular_router/lib/src/location/platform_location.dart rename to ngrouter/lib/src/location/platform_location.dart diff --git a/angular_router/lib/src/location/testing/mock_location_strategy.dart b/ngrouter/lib/src/location/testing/mock_location_strategy.dart similarity index 100% rename from angular_router/lib/src/location/testing/mock_location_strategy.dart rename to ngrouter/lib/src/location/testing/mock_location_strategy.dart diff --git a/angular_router/lib/src/route_definition.dart b/ngrouter/lib/src/route_definition.dart similarity index 100% rename from angular_router/lib/src/route_definition.dart rename to ngrouter/lib/src/route_definition.dart diff --git a/angular_router/lib/src/route_path.dart b/ngrouter/lib/src/route_path.dart similarity index 100% rename from angular_router/lib/src/route_path.dart rename to ngrouter/lib/src/route_path.dart diff --git a/angular_router/lib/src/router/navigation_params.dart b/ngrouter/lib/src/router/navigation_params.dart similarity index 100% rename from angular_router/lib/src/router/navigation_params.dart rename to ngrouter/lib/src/router/navigation_params.dart diff --git a/angular_router/lib/src/router/router.dart b/ngrouter/lib/src/router/router.dart similarity index 100% rename from angular_router/lib/src/router/router.dart rename to ngrouter/lib/src/router/router.dart diff --git a/angular_router/lib/src/router/router_impl.dart b/ngrouter/lib/src/router/router_impl.dart similarity index 100% rename from angular_router/lib/src/router/router_impl.dart rename to ngrouter/lib/src/router/router_impl.dart diff --git a/angular_router/lib/src/router/router_outlet_token.dart b/ngrouter/lib/src/router/router_outlet_token.dart similarity index 100% rename from angular_router/lib/src/router/router_outlet_token.dart rename to ngrouter/lib/src/router/router_outlet_token.dart diff --git a/angular_router/lib/src/router/router_state.dart b/ngrouter/lib/src/router/router_state.dart similarity index 100% rename from angular_router/lib/src/router/router_state.dart rename to ngrouter/lib/src/router/router_state.dart diff --git a/angular_router/lib/src/router_hook.dart b/ngrouter/lib/src/router_hook.dart similarity index 100% rename from angular_router/lib/src/router_hook.dart rename to ngrouter/lib/src/router_hook.dart diff --git a/angular_router/lib/src/url.dart b/ngrouter/lib/src/url.dart similarity index 100% rename from angular_router/lib/src/url.dart rename to ngrouter/lib/src/url.dart diff --git a/angular_router/lib/testing.dart b/ngrouter/lib/testing.dart similarity index 100% rename from angular_router/lib/testing.dart rename to ngrouter/lib/testing.dart diff --git a/angular_router/mono_pkg.yaml b/ngrouter/mono_pkg.yaml similarity index 100% rename from angular_router/mono_pkg.yaml rename to ngrouter/mono_pkg.yaml diff --git a/angular_router/pubspec.yaml b/ngrouter/pubspec.yaml similarity index 76% rename from angular_router/pubspec.yaml rename to ngrouter/pubspec.yaml index 754d4fa3d1..ba6e482d16 100644 --- a/angular_router/pubspec.yaml +++ b/ngrouter/pubspec.yaml @@ -1,5 +1,5 @@ name: ngrouter -repository: https://github.com/angulardart/angular +repository: https://github.com/angulardart-community/angular description: Router for AngularDart. version: 3.2.0 @@ -27,10 +27,10 @@ dev_dependencies: # added for local builds dependency_overrides: ngdart: - path: ../angular + path: ../ngdart ngcompiler: - path: ../angular_compiler + path: ../ngcompiler ngtest: - path: ../angular_test + path: ../ngtest ngast: - path: ../angular_ast + path: ../ngast diff --git a/angular_router/test/directives/router_link_active_directive_test.dart b/ngrouter/test/directives/router_link_active_directive_test.dart similarity index 100% rename from angular_router/test/directives/router_link_active_directive_test.dart rename to ngrouter/test/directives/router_link_active_directive_test.dart diff --git a/angular_router/test/directives/router_link_directive_test.dart b/ngrouter/test/directives/router_link_directive_test.dart similarity index 100% rename from angular_router/test/directives/router_link_directive_test.dart rename to ngrouter/test/directives/router_link_directive_test.dart diff --git a/angular_router/test/lifecycle_test.dart b/ngrouter/test/lifecycle_test.dart similarity index 100% rename from angular_router/test/lifecycle_test.dart rename to ngrouter/test/lifecycle_test.dart diff --git a/angular_router/test/mock_location_strategy_test.dart b/ngrouter/test/mock_location_strategy_test.dart similarity index 100% rename from angular_router/test/mock_location_strategy_test.dart rename to ngrouter/test/mock_location_strategy_test.dart diff --git a/angular_router/test/navigate_by_url_test.dart b/ngrouter/test/navigate_by_url_test.dart similarity index 100% rename from angular_router/test/navigate_by_url_test.dart rename to ngrouter/test/navigate_by_url_test.dart diff --git a/angular_router/test/navigation_queue_test.dart b/ngrouter/test/navigation_queue_test.dart similarity index 100% rename from angular_router/test/navigation_queue_test.dart rename to ngrouter/test/navigation_queue_test.dart diff --git a/angular_router/test/on_navigation_start_test.dart b/ngrouter/test/on_navigation_start_test.dart similarity index 100% rename from angular_router/test/on_navigation_start_test.dart rename to ngrouter/test/on_navigation_start_test.dart diff --git a/angular_router/test/on_route_resolved_test.dart b/ngrouter/test/on_route_resolved_test.dart similarity index 100% rename from angular_router/test/on_route_resolved_test.dart rename to ngrouter/test/on_route_resolved_test.dart diff --git a/angular_router/test/redirect_parameters_navigation_test.dart b/ngrouter/test/redirect_parameters_navigation_test.dart similarity index 100% rename from angular_router/test/redirect_parameters_navigation_test.dart rename to ngrouter/test/redirect_parameters_navigation_test.dart diff --git a/angular_router/test/regression/1348_empty_active_link_test.dart b/ngrouter/test/regression/1348_empty_active_link_test.dart similarity index 100% rename from angular_router/test/regression/1348_empty_active_link_test.dart rename to ngrouter/test/regression/1348_empty_active_link_test.dart diff --git a/angular_router/test/regression/1354_routing_state_crash_test.dart b/ngrouter/test/regression/1354_routing_state_crash_test.dart similarity index 100% rename from angular_router/test/regression/1354_routing_state_crash_test.dart rename to ngrouter/test/regression/1354_routing_state_crash_test.dart diff --git a/angular_router/test/regression/1374_redirect_test.dart b/ngrouter/test/regression/1374_redirect_test.dart similarity index 100% rename from angular_router/test/regression/1374_redirect_test.dart rename to ngrouter/test/regression/1374_redirect_test.dart diff --git a/angular_router/test/regression/1389_empty_path_test.dart b/ngrouter/test/regression/1389_empty_path_test.dart similarity index 100% rename from angular_router/test/regression/1389_empty_path_test.dart rename to ngrouter/test/regression/1389_empty_path_test.dart diff --git a/angular_router/test/regression/1526_empty_hash_test.dart b/ngrouter/test/regression/1526_empty_hash_test.dart similarity index 100% rename from angular_router/test/regression/1526_empty_hash_test.dart rename to ngrouter/test/regression/1526_empty_hash_test.dart diff --git a/angular_router/test/regression/748_hash_location_strategy_test.dart b/ngrouter/test/regression/748_hash_location_strategy_test.dart similarity index 100% rename from angular_router/test/regression/748_hash_location_strategy_test.dart rename to ngrouter/test/regression/748_hash_location_strategy_test.dart diff --git a/angular_router/test/revert_popstate_test.dart b/ngrouter/test/revert_popstate_test.dart similarity index 100% rename from angular_router/test/revert_popstate_test.dart rename to ngrouter/test/revert_popstate_test.dart diff --git a/angular_router/test/route_definition_test.dart b/ngrouter/test/route_definition_test.dart similarity index 100% rename from angular_router/test/route_definition_test.dart rename to ngrouter/test/route_definition_test.dart diff --git a/angular_router/test/route_path_test.dart b/ngrouter/test/route_path_test.dart similarity index 100% rename from angular_router/test/route_path_test.dart rename to ngrouter/test/route_path_test.dart diff --git a/angular_router/test/route_prefetcher_test.dart b/ngrouter/test/route_prefetcher_test.dart similarity index 100% rename from angular_router/test/route_prefetcher_test.dart rename to ngrouter/test/route_prefetcher_test.dart diff --git a/angular_router/test/router_hook_test.dart b/ngrouter/test/router_hook_test.dart similarity index 100% rename from angular_router/test/router_hook_test.dart rename to ngrouter/test/router_hook_test.dart diff --git a/angular_router/test/update_location_on_popstate_test.dart b/ngrouter/test/update_location_on_popstate_test.dart similarity index 100% rename from angular_router/test/update_location_on_popstate_test.dart rename to ngrouter/test/update_location_on_popstate_test.dart diff --git a/angular_router/test/url_test.dart b/ngrouter/test/url_test.dart similarity index 100% rename from angular_router/test/url_test.dart rename to ngrouter/test/url_test.dart diff --git a/angular_test/CHANGELOG.md b/ngtest/CHANGELOG.md similarity index 100% rename from angular_test/CHANGELOG.md rename to ngtest/CHANGELOG.md diff --git a/angular_test/LICENSE b/ngtest/LICENSE similarity index 100% rename from angular_test/LICENSE rename to ngtest/LICENSE diff --git a/angular_test/README.md b/ngtest/README.md similarity index 77% rename from angular_test/README.md rename to ngtest/README.md index 406b33a347..948a2e1ca0 100644 --- a/angular_test/README.md +++ b/ngtest/README.md @@ -1,17 +1,17 @@ Testing infrastructure for [AngularDart][webdev_angular], used with the [`build_runner` package][build_runner]. -See https://github.com/angulardart for current updates on this project. +See https://github.com/angulardart-community for current updates on this project. Documentation and examples: * [`_tests/test/`][test_folder] (tests for the main dart-lang/angular package) -[pub_angular_test]: https://pub.dev/packages/angular_test +[pub_ngtest]: https://pub.dev/packages/ngtest [pub_test]: https://pub.dev/packages/test [build_runner]: https://pub.dev/packages/build_runner -[test_folder]: https://github.com/angulardart/angular/tree/master/_tests/test -[webdev_angular]: https://pub.dev/packages/angular +[test_folder]: https://github.com/angulardart-community/angular/tree/master/_tests/test +[webdev_angular]: https://pub.dev/packages/ngdart Additional resources: @@ -21,7 +21,7 @@ Additional resources: ## Overview -`angular_test` is a library for writing tests for AngularDart components. +`ngtest` is a library for writing tests for AngularDart components. ```dart // Assume this is 'my_test.dart'. @@ -46,7 +46,7 @@ class HelloWorldComponent { } ``` -To use `angular_test`, configure your package's `pubspec.yaml` as follows: +To use `ngtest`, configure your package's `pubspec.yaml` as follows: ```yaml dev_dependencies: @@ -55,7 +55,7 @@ dev_dependencies: build_web_compilers: ^3.0.0 ``` -**IMPORTANT**: `angular_test` will not run without these dependencies set. +**IMPORTANT**: `ngtest` will not run without these dependencies set. To run tests, use `pub run build_runner test`. It automatically compiles your templates and annotations with AngularDart, and then compiles all of the Dart diff --git a/angular_test/analysis_options.yaml b/ngtest/analysis_options.yaml similarity index 100% rename from angular_test/analysis_options.yaml rename to ngtest/analysis_options.yaml diff --git a/angular_test/dart_test.yaml b/ngtest/dart_test.yaml similarity index 100% rename from angular_test/dart_test.yaml rename to ngtest/dart_test.yaml diff --git a/angular_test/lib/angular_test.dart b/ngtest/lib/angular_test.dart similarity index 100% rename from angular_test/lib/angular_test.dart rename to ngtest/lib/angular_test.dart diff --git a/angular_test/lib/compatibility.dart b/ngtest/lib/compatibility.dart similarity index 93% rename from angular_test/lib/compatibility.dart rename to ngtest/lib/compatibility.dart index 1e87769f8f..8bb394baf9 100644 --- a/angular_test/lib/compatibility.dart +++ b/ngtest/lib/compatibility.dart @@ -1,7 +1,7 @@ -/// Additional API to be used when migrating existing code to `angular_test`. +/// Additional API to be used when migrating existing code to `ngtest`. /// /// It is **highly recommended** not to use this and only stick to -/// `angular_test.dart` for any new code or for new users of this package. APIs +/// `ngtest.dart` for any new code or for new users of this package. APIs /// may change at _any time_ without adhering strictly to sem-ver. @experimental library angular_test.compatibility; diff --git a/angular_test/lib/src/bootstrap.dart b/ngtest/lib/src/bootstrap.dart similarity index 100% rename from angular_test/lib/src/bootstrap.dart rename to ngtest/lib/src/bootstrap.dart diff --git a/angular_test/lib/src/errors.dart b/ngtest/lib/src/errors.dart similarity index 100% rename from angular_test/lib/src/errors.dart rename to ngtest/lib/src/errors.dart diff --git a/angular_test/lib/src/errors/generic_type_missing.dart b/ngtest/lib/src/errors/generic_type_missing.dart similarity index 100% rename from angular_test/lib/src/errors/generic_type_missing.dart rename to ngtest/lib/src/errors/generic_type_missing.dart diff --git a/angular_test/lib/src/errors/test_already_running.dart b/ngtest/lib/src/errors/test_already_running.dart similarity index 100% rename from angular_test/lib/src/errors/test_already_running.dart rename to ngtest/lib/src/errors/test_already_running.dart diff --git a/angular_test/lib/src/errors/will_never_stabilize.dart b/ngtest/lib/src/errors/will_never_stabilize.dart similarity index 100% rename from angular_test/lib/src/errors/will_never_stabilize.dart rename to ngtest/lib/src/errors/will_never_stabilize.dart diff --git a/angular_test/lib/src/frontend.dart b/ngtest/lib/src/frontend.dart similarity index 100% rename from angular_test/lib/src/frontend.dart rename to ngtest/lib/src/frontend.dart diff --git a/angular_test/lib/src/frontend/bed.dart b/ngtest/lib/src/frontend/bed.dart similarity index 100% rename from angular_test/lib/src/frontend/bed.dart rename to ngtest/lib/src/frontend/bed.dart diff --git a/angular_test/lib/src/frontend/fixture.dart b/ngtest/lib/src/frontend/fixture.dart similarity index 100% rename from angular_test/lib/src/frontend/fixture.dart rename to ngtest/lib/src/frontend/fixture.dart diff --git a/angular_test/lib/src/frontend/ng_zone/base_stabilizer.dart b/ngtest/lib/src/frontend/ng_zone/base_stabilizer.dart similarity index 100% rename from angular_test/lib/src/frontend/ng_zone/base_stabilizer.dart rename to ngtest/lib/src/frontend/ng_zone/base_stabilizer.dart diff --git a/angular_test/lib/src/frontend/ng_zone/fake_time_stabilizer.dart b/ngtest/lib/src/frontend/ng_zone/fake_time_stabilizer.dart similarity index 100% rename from angular_test/lib/src/frontend/ng_zone/fake_time_stabilizer.dart rename to ngtest/lib/src/frontend/ng_zone/fake_time_stabilizer.dart diff --git a/angular_test/lib/src/frontend/ng_zone/real_time_stabilizer.dart b/ngtest/lib/src/frontend/ng_zone/real_time_stabilizer.dart similarity index 100% rename from angular_test/lib/src/frontend/ng_zone/real_time_stabilizer.dart rename to ngtest/lib/src/frontend/ng_zone/real_time_stabilizer.dart diff --git a/angular_test/lib/src/frontend/ng_zone/timer_hook_zone.dart b/ngtest/lib/src/frontend/ng_zone/timer_hook_zone.dart similarity index 100% rename from angular_test/lib/src/frontend/ng_zone/timer_hook_zone.dart rename to ngtest/lib/src/frontend/ng_zone/timer_hook_zone.dart diff --git a/angular_test/lib/src/frontend/stabilizer.dart b/ngtest/lib/src/frontend/stabilizer.dart similarity index 100% rename from angular_test/lib/src/frontend/stabilizer.dart rename to ngtest/lib/src/frontend/stabilizer.dart diff --git a/angular_test/mono_pkg.yaml b/ngtest/mono_pkg.yaml similarity index 100% rename from angular_test/mono_pkg.yaml rename to ngtest/mono_pkg.yaml diff --git a/angular_test/pubspec.yaml b/ngtest/pubspec.yaml similarity index 86% rename from angular_test/pubspec.yaml rename to ngtest/pubspec.yaml index c8d6efa41c..c6295b596c 100644 --- a/angular_test/pubspec.yaml +++ b/ngtest/pubspec.yaml @@ -23,8 +23,8 @@ dev_dependencies: # added for local builds dependency_overrides: ngdart: - path: ../angular + path: ../ngdart ngcompiler: - path: ../angular_compiler + path: ../ngcompiler ngast: - path: ../angular_ast + path: ../ngast diff --git a/angular_test/test/bootstrap_test.dart b/ngtest/test/bootstrap_test.dart similarity index 100% rename from angular_test/test/bootstrap_test.dart rename to ngtest/test/bootstrap_test.dart diff --git a/angular_test/test/frontend/bed_error_test.dart b/ngtest/test/frontend/bed_error_test.dart similarity index 100% rename from angular_test/test/frontend/bed_error_test.dart rename to ngtest/test/frontend/bed_error_test.dart diff --git a/angular_test/test/frontend/bed_lifecycle_test.dart b/ngtest/test/frontend/bed_lifecycle_test.dart similarity index 100% rename from angular_test/test/frontend/bed_lifecycle_test.dart rename to ngtest/test/frontend/bed_lifecycle_test.dart diff --git a/angular_test/test/frontend/bed_static_test.dart b/ngtest/test/frontend/bed_static_test.dart similarity index 100% rename from angular_test/test/frontend/bed_static_test.dart rename to ngtest/test/frontend/bed_static_test.dart diff --git a/angular_test/test/frontend/compatibility_test.dart b/ngtest/test/frontend/compatibility_test.dart similarity index 100% rename from angular_test/test/frontend/compatibility_test.dart rename to ngtest/test/frontend/compatibility_test.dart diff --git a/angular_test/test/frontend/ng_zone_test.dart b/ngtest/test/frontend/ng_zone_test.dart similarity index 100% rename from angular_test/test/frontend/ng_zone_test.dart rename to ngtest/test/frontend/ng_zone_test.dart diff --git a/angular_test/test/frontend/override_test.dart b/ngtest/test/frontend/override_test.dart similarity index 100% rename from angular_test/test/frontend/override_test.dart rename to ngtest/test/frontend/override_test.dart diff --git a/angular_test/test/frontend/stabilizer_test.dart b/ngtest/test/frontend/stabilizer_test.dart similarity index 100% rename from angular_test/test/frontend/stabilizer_test.dart rename to ngtest/test/frontend/stabilizer_test.dart