Commit d29315d
authored
Rename forked packages for publishing on pub (#8)
Renaming forked by AngularDart Community packages to be able to publish and use them on `pub.dev`.
Resolving builds and tests. Fix complained test analyses.
New package names:
angular -> ngdart (the existing ngdart package utility will be renamed to ngdart_cli)
angular_ast -> ngast
angular_compiler -> ngcompiler
angular_forms -> ngforms
angular_router -> ngrouter
angular_test -> ngtest1 parent ad4d56e commit d29315d
File tree
676 files changed
+3256
-2884
lines changed- .github/workflows
- _tests
- lib
- test
- bootstrap
- common
- directives
- pipes
- compiler_integration
- compiler
- expression_parser
- output
- schema
- core
- change_detection
- differs
- di
- generics
- linker
- integration
- styling
- testability
- view
- di
- generated
- integration
- platform/dom/events
- source_gen/template_compiler
- angular_ast
- angular_compiler
- lib/v1/src/compiler/view_compiler
- angular_forms
- angular_router
- angular_test
- angular
- examples/hello_world
- web
- goldens
- test
- change_detection
- dependency_injection
- devtools
- dom_bindings
- lifecycle_hooks
- nnbd
- templates
- ngast
- lib
- src
- ast
- sugar
- exception_handler
- expression
- micro
- parser
- recovery_protocol
- token
- visitors
- test
- e2e
- templates
- expression/micro
- random_generator_test
- ngcompiler
- lib
- v1
- src
- angular_compiler
- analyzer
- di
- view
- cli
- messages
- emitter
- outliner
- compiler
- expression_parser
- i18n
- ir
- module
- optimize_ir
- output
- schema
- semantic_analysis
- stylesheet_compiler
- template_parser
- view_compiler
- ir
- source_gen
- common
- template_compiler
- v2
- src
- context
- testing
- test
- v1/angular_compiler
- analyzer
- di
- view
- emitter
- integration
- src
- v2
- testing
- ngdart
- lib
- src
- bootstrap
- common
- directives
- pipes
- core
- change_detection
- differs
- linker
- views
- zone
- devtools
- di
- injector
- meta
- runtime
- security
- testability
- utilities
- ngforms
- lib
- src
- directives
- test
- ngrouter
- lib
- src
- directives
- location
- testing
- router
- test
- directives
- regression
- ngtest
- lib
- src
- errors
- frontend
- ng_zone
- test
- frontend
- tests/test
- devtools
- directives
- lifecycle_hooks
- templates
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
676 files changed
+3256
-2884
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
2 | 4 | | |
3 | 5 | | |
4 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
5 | 34 | | |
6 | 35 | | |
7 | 36 | | |
| |||
24 | 53 | | |
25 | 54 | | |
26 | 55 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
| 50 | + | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments