Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/prettier/angular-html-parser
An HTML parser extracted from Angular with some modifications
https://github.com/prettier/angular-html-parser
Don't tell people to build angular from source themselves. Our examples are not well-constructed...
c5bd3f0773788a9d83aae2880acf5af851e3fea4 authored over 9 years agoCloses #1753
ad239218140989ca28d26dc58ef4f7737a25e3d6 authored over 9 years agoCloses #1758
31cbec08571f277e78127b65749ae2b4909b7e73 authored over 9 years agoCloses #1762
d717529e9a8648a602c98dd5df09f0165866d51d authored over 9 years agoThe goal is to make implementing a renderer straight forward.
BREAKING_CHANGE:
- Renderer inte...
c68fa274440d4a35f6267cd34ee7f408a890f690 authored over 9 years agod2507ac76087c3dca635fe954b90a3aab7c37b04 authored over 9 years ago
These imports cause dart analyze errors once ts2dart removes the
IMPLEMENTS import.
Closes #1661
5d9e573b3e3d8880238f412c1f886085c7d12a49 authored over 9 years agoCloses #1402
51839ca6772ed5e033c71118ce1dc78cc990246d authored over 9 years agogulp-watch uses chokidar which uses fsevents which is much better than fs polling or relying on ...
5e4fa5cf078db667a7b45dcf2e45b9a9f46b2690 authored over 9 years ago72254166616e0c5603ea1a60474ce2c162ffd045 authored over 9 years ago
fa28b28d0aec63dd721d2b0821b889c4d73a63db authored over 9 years ago
f0ef72d6cc95802ea62b233323e239f5dbbe8d9a authored over 9 years ago
Special regexp tokens were allowed unchanged previously, which incorrectly broke
the include/exc...
624a33f7f866acbc2830a787823d785c9edae211 authored over 9 years ago
20a033e4c9474b5c6d382eb57b2affba32f6d543 authored over 9 years ago
Closes #1688
93c331d10337d31ba38110434f326bf9e7bba3c4 authored over 9 years agoThe prior version allowed for an older clang-format binary which has bugs
51c477925a8b00243feb6def9e74c729e5a8c673 authored over 9 years agoAlso, our package.json was out-of-sync with npm-shrinkwrap.json; see https://github.com/angular/...
1daa8aa3a1d09bdc7ae993a3d4cdff122f7c91c4 authored over 9 years agoregex.
62bf777ef135c13e69774c282ffaa8a014f841d2 authored over 9 years agoCloses #1719
aaf3edd1313b8a7a45b8c6cc0260c7140d000b18 authored over 9 years ago
By default, gulp-typescript currently depends on typescript 1.4, which doesn't work for us.
For ...
b0c735f72c72168e253dd2ada963b1fc417ba15b authored over 9 years ago
0e2047f9ca082e912d195338e7bae9753c908206 authored over 9 years ago
e30ad2ec2c7cf75c3bfc8823a305c967a1a507a4 authored over 9 years ago
c509057f65e991acbbe40040e3d571d72a330fa1 authored over 9 years ago
e138add584365c4a9ed1007abd9c79e10e51d2f7 authored over 9 years ago
49777648b34a5ec17d2e97e5f2ec8debb0b13194 authored over 9 years ago
cb87fa0970f9ecd04212c55d158e4021bc1fc541 authored over 9 years ago
Can revert once 1.11 is available
649e27661036b26564abdd158a970e9324982812 authored over 9 years ago
Allow latest analyzer version
Add an upper constraint to the Dart SDK
75db2c52411c801afa138800fe20cec3b731184e authored over 9 years ago
For all files that export another library, include `DirectiveMetadata`
for the exported library ...
We need to pick up some bugfixes for decorator emit. This still has our patch to make Error a cl...
6651aa1e1dd3e7a13a969848ca3e661d2bcb2649 authored over 9 years ago3f28d087787998e097d109e2896699ddd57ec654 authored over 9 years ago
ab28676d0260772b477b6382cfa4f367b67fee60 authored over 9 years ago
577a80371ff415979f3c0a4a482e9b802e4da803 authored over 9 years ago
Custom karma preprocessors are no longer being used after 1676 and 1597
01fdb4afc65e4413edb2481189081c42bc13d7e1 authored over 9 years ago
The bug appears when there are only type annotations without parameter
annotations.
Update `TemplateCompiler` transform step to use abstractions used by the
render `Compiler`. For ...
Part of #1675
Closes #1705
initial commit for the dart analyzer task
0b1bb172c9dfdf00dec2e02cb08933a4f9006f18 authored over 9 years ago
Part of #1675
Closes #1702
previously there was a chance of race conditions that could sporadically fail the build.
additi...
705d3aacff4005483f8ecbff5fc2d484b3e38cf5 authored over 9 years agoThis introduces private !build.js.cjs task that is to be executed only from other public tasks.
9d1df21d915f28316de398c0c7fda0d27a90bbc1 authored over 9 years ago3f36a3c1198ee143d2186fe4d112c4e10199c0f2 authored over 9 years ago
1d0078415fdd5c5e634b99dc31f0ac71bc954cb4 authored over 9 years ago
This way when gulp prints out that it's running build/clean.tools it really means
that it's clea...
e9668697447c05c23d423dd41f14c2635345d272 authored over 9 years ago
tree-differ:
- export both TreeDiffer and DiffResult interface
diffing-broccoli-plugin:
- f...
Previously, karma used a custom preprocessor. Instead, have karma
run built dart from the `dist`...
Using string1 === string2 translates to identical(string1, string2) in
dart, which is incorrect ...
Instead of global access methods.
f356d033625c25cfa169e0b0943620c2bb5a44d8 authored over 9 years ago
Add a step that reads `DirectiveMetadata` object off annotated classes
into `.ng_meta.dart` file...
Due to limitation of system build, the router cannot have its own sfx
bundle.
Fixes an issue wi...
8e1d53b5e9ac2e3e080efb46c29d6ed28eafca9c authored over 9 years agoAlso introduced an abstract PipeFactory base class
f5b56c627baa65bd164824a5cc7534cc6517fdba authored over 9 years agoThis will be in the next upstream release.
740d85cad8638801f92ad99dea6894986ce4f107 authored over 9 years ago
Nit: the contributors field is defined as an array, see
https://docs.npmjs.com/files/package.jso...
f88c4b77cad5bf08bc124115c7f4d92c65c45f7a authored over 9 years ago
75da6e4c4a2d641695e4436a50e1d314dce6bc83 authored over 9 years ago
Adds simple benchmarks for various transformation phases, as well as hello_world.
Does not integ...
In 'angular2/di' the symbol:
- Inject is a decorator
- InjectAnnotation is an annotation
Intern...
457c15cd6c941c996d79feb8256829cded9b2fc4 authored almost 10 years ago9153331303253a8ad71cf4ce581795686c401694 authored almost 10 years ago
28feac9411c79091bfc344566fbcc6ea9db7b01b authored almost 10 years ago
9d5c33f9dd66f08e372d1ec051f61f7526562515 authored almost 10 years ago
2713b7877b2ef95e2ad20a1a2611cf9ec73b2593 authored almost 10 years ago
2f0fef8ee1d969cd70c80e6ce401ae6dc7ed6026 authored almost 10 years ago
Closes #1600
46ad3552c761b15dadacd2ef20eb691a00c2e58f authored almost 10 years ago259f872ceabc7d4754a4ee3a14f2d807db57d4cf authored almost 10 years ago
ef7014fe19e5046b33676acc3d73c874812a6301 authored almost 10 years ago
68ed8f1b6bb34125f3f25a50d2f1fac7233e6827 authored almost 10 years ago
ea546f5069efcb2b34e445190b4bad4dc6a77910 authored almost 10 years ago
4965226f3f134b74ed20b4e3e97c3ecc515d3f19 authored almost 10 years ago
cf3221307914920b3c594a9041698902eafa94c2 authored almost 10 years ago
ce6a2ba8360ba6dd83e3a053dde718a1ec4543d6 authored almost 10 years ago
0f4a089c32271672ee7a6a0f32eb4b723899298f authored almost 10 years ago
This removes .es6 files which are pure duplicates of a
.ts file in the same folder.
Next we need...
c1579222bd74f83f73d1d6c7e1636c7ebd0ea3bc authored almost 10 years ago
Paramater decorators expect to be called as currently implemented by TS.
f863ea0db54a1b5c985671e32c358e73b4ead456 authored almost 10 years agoe4342743c09c6ea70e9dc401eafbf77652bdf49f authored almost 10 years ago
This is needed as the compiler changes templates during compilation
and we are caching templates...
BREAKING CHANGE:
Previously, `Directive` was the abstract base class of several directives.
Now,...
c671706518faa9c561f0426cf22e023b25e8eabc authored almost 10 years ago
This is e.g. needed as we use this to test for errors
in our examples.
87dcd5eb6f46011720aa4a4d41d7f00a26f05754 authored almost 10 years ago
BREAKING CHANGE:
A dynamic component is just a component that has no @View annotation…
Closes #1593
b71fe311fc8104866d81da0479edf14cee7832ff authored almost 10 years ago
Also fixup the typings which were broken by changes in typescript's lib.d.ts.
Second attempt to ...
BREAKING_CHANGE:
- The special type of `Viewport` directives is removed
in favor of a more gen...
fb67e37339949f352a98822d4989b484c23e3468 authored almost 10 years ago
Add utility methods to convert `render.dom.DirectiveMetadata` to and
from maps. This will allow ...
This is a prerequisite for switching to TypeScript. We need to remove the Traceur preprocessor
f...
BREAKING CHANGES:
- `NgElement` merged into `ElementRef`
- `Compiler.compile…` returns `ProtoVie...
1205f54d01aa8a5700843de7a9c3e311bbea1739 authored almost 10 years ago
This reverts commit a7a9463624f40c17105abe4574794e0fc8302c24.
This reverts commit 59824e40e8354e...
a7a9463624f40c17105abe4574794e0fc8302c24 authored almost 10 years ago
Also fixup the typings which were broken by changes in typescript's lib.d.ts
59824e40e8354e5b8c70c8c0f81dfce2c0ecb2f4 authored almost 10 years agoCloses #1565
a51a5c29680ffdf4c23dc468ae47ca1d12a561fb authored almost 10 years agoCloses #1584
e3c11045bf335b141cc986be411ed7d71dd4ed5b authored almost 10 years ago3bb3bff1f2219f3e9924a37aa07c65b2fd043caa authored almost 10 years ago