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

test(Travis): use test.dart for Dart tests

2fabca77b9a787c6b6da3bf28ec6c99ebc612a54 authored almost 10 years ago by Victor Berchet <[email protected]>
fix(build): don’t read out chrome perflogs during e2e tests

We do this as we are seeing flakes in Chrome with ECONNREFUSED.

Also reuses the same browser wi...

47542b0cb045129913f7113f5ef52393ccba8ecc authored almost 10 years ago by Tobias Bosch <[email protected]>
feat(render): add initial implementation of render layer

6c60c3e547a66222c1a569118e294e4df72ac8c5 authored almost 10 years ago by Tobias Bosch <[email protected]>
chore(gulp): add typescript transpilation tasks

814d389b6ea70f90d87b95063865db240b48a085 authored almost 10 years ago by Jeff Cross <[email protected]>
feat(testability): add an initial scaffold for the testability api

Make each application component register itself onto the testability
API and exports the API ont...

e81e5fb2b9127c4b93265806b2f2c462c8403127 authored almost 10 years ago by Julie Ralph <[email protected]>
chore(ts): introduce some TypeScript type declarations.

This uses tsd to fetch the typings from another git repo. I've forked the DefinitelyTyped repo be...

f68cdf38788d3bc0ed777ef4c4eccc9ff6ffd5b4 authored almost 10 years ago by Alex Eagle <[email protected]>
chore(ts): Patch traceur's type module only when targetting es6 output.

91e0e9e1dda00e4fd808561613c961d14e41ca57 authored almost 10 years ago by Alex Eagle <[email protected]>
fix(tests): add missing ;s

59c12991680d90c71365051310f0b71f9da3f26f authored almost 10 years ago by Victor Berchet <[email protected]>
chore(doc-gen): add temporary dump of all API docs

Remove unwanted < character

27c6afbeb433328b05ad0b8e434b3536a5426817 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
feat(change_detection): added changeDetection to Component

514ba5428201e9721eeb34e14e8329fcb2ef11be authored almost 10 years ago by vsavkin <[email protected]>
chore(ts): Don't mask the Regexp builtin.

Doing so makes it impossible to compile with TypeScript, since it conflicts with the shape of the...

a11f683e7be19dffd1e2741c0190b54ad21c5c4a authored almost 10 years ago by Alex Eagle <[email protected]>
refactor(view): refactored DirectiveMemento to expose properties in a consistent way

b65b1451228e650e1b47e2a5c20da99bfca962b7 authored almost 10 years ago by vsavkin <[email protected]>
fix(forms): fixed a directive selector

982bb8b01d50895a8180fa9eda00552b8f3e8be0 authored almost 10 years ago by vsavkin <[email protected]>
fix(build): Actually code in the subset of JS that Traceur-Dart supports.

eb7b7581ca3f6909d3d5b74c13e43ebbcda57c82 authored almost 10 years ago by Martin Probst <[email protected]>
chore(doc-gen): add temporary dump of all API docs

Accessible at `angular/dist/public_docs/overview-dump.html`

adab6c07284ae695f8f2ce1007d872c208c7320a authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): add method signatures to members and functions

Closes https://github.com/angular/dgeni/issues/124

609201e1098ffdaea4d8ed83e122796e9a6fdc3a authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
fix(dart): The Traceur dart transpiler doesn't support shorthand syntax.

54a4e4a67c6f13667afb1408e2f978cc369e171f authored almost 10 years ago by Martin Probst <[email protected]>
feat(CSSClass): support binding to classList

Closes #876

aca4604879c239010c071fc2f63ca084e493ca20 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
doc(lifecycle): minor fixes

48811cd805c98e81387998f68b5f717b01e19ef7 authored almost 10 years ago by Victor Berchet <[email protected]>
fix(dart): don't instantiate abstract directive.

Directive is an abstract class, so it should not
be instantiated directly in tests.

136f64f4ac76b30438ae107716cc12f67b63625e authored almost 10 years ago by Martin Probst <[email protected]>
feat(perf): add Angular2 implementation of largetable benchmark from AngularJS 1.x

a55efbd8b80a53b4b3545e45e103e165d971d7e2 authored almost 10 years ago by Jeff Cross <[email protected]>
fix(benchmark_util): remove strict equality check from getStringParameter

Transpiled dart code was using identical() method to compare, which checks reference
equality, e...

7bf95253534437792e3e031d4feaa0e8a0925f61 authored almost 10 years ago by Jeff Cross <[email protected]>
feat(dom): add replaceChild to DOM adapter

123ee8e06fa98c8932727d13c048f23a7eb483e3 authored almost 10 years ago by Jeff Cross <[email protected]>
docs(annotations): Added new text

3915e1b242f68bb821049068fb27e71839312d0c authored almost 10 years ago by Naomi Black <[email protected]>
feat(dart/transform): Parse `url` values in `Template`s

When a `Template` annotation declares a `url` value, parse it to
generate `getter`s, `setter`s, ...

1a788e6b0d4a29c3ac902594452971d97f85303e authored almost 10 years ago by Tim Blasi <[email protected]>
test(dart/transform): Add unit tests for url-linked templates

Test expression and method generation from url-linked templates.

ed5975d3e57445fe606d1aa32927bd06f3478954 authored almost 10 years ago by Tim Blasi <[email protected]>
fix(test): add a test for @PropertySetter on a class with a dash

Closes #1113
Fixes #1099

d8227932299d9a8bfbf8f4fb5b2acf4b368da919 authored almost 10 years ago by Marc Laval <[email protected]>
docs(annotations): fix typo, align docs with code

Closes #1045

b46d0bc48c0e61fa609f9d89c7ae017dcf18382b authored almost 10 years ago by Sekib Omazic <[email protected]>
docs(directives): fix HTML in an example

Closes #1115

65320126c2f4d87216b3141daade8fe88f53003f authored almost 10 years ago by laiso <[email protected]>
fix(build): add package.json again to the copy files for js

c63b3164bd32d8e714dc0be907b302b86bfc10e3 authored almost 10 years ago by Tobias Bosch <[email protected]>
chore(release): bump version to 2.0.0-alpha.18

For docs

dbffa88dc2ba6ab49c706c6fe1e5dcb0f3b19ed9 authored almost 10 years ago by Tobias Bosch <[email protected]>
fix(build): publish docs as well and correct bench press docs

8c5d9d372ff2f5bc501eb5d5ceb9851cee101e63 authored almost 10 years ago by Tobias Bosch <[email protected]>
chore(release): bump version

Somehow the version bump from alpha.16 was not submitted to master…

50f8892c6bb8e33ec888fc4fd987d8b1bab19c54 authored almost 10 years ago by Tobias Bosch <[email protected]>
chore(release): bump version

3bfbfa8ae0b01b85574927294be414ca71efb86c authored almost 10 years ago by Tobias Bosch <[email protected]>
docs(bench press): add initial docs

8598c87ef4e932a7c9f4a8c09689a8f48f74a0a3 authored almost 10 years ago by Tobias Bosch <[email protected]>
feat(bench press): replace microIterations with microMetrics

33bfc4c24a4d3b36f70a3fc7b8953c5884d90479 authored almost 10 years ago by Tobias Bosch <[email protected]>
chore(ci): reorganize e2e/perf test running

Now, running protractor configs by default only runs e2e tests. If
the --benchmark flag is added...

3afb744e7765cfe99fbb14974827cbc5617cc84b authored almost 10 years ago by Julie Ralph <[email protected]>
feat(change_detector): split light dom and shadow dom children

e92918bbfee3a4e55e78d347484e3f6eee60fc90 authored almost 10 years ago by vsavkin <[email protected]>
feat(change_detection): added a directive lifecycle hook that is called after children are checked

723e8fde936023c5720763b68e4bc364e474a186 authored almost 10 years ago by vsavkin <[email protected]>
chore(package.json): upgrade zone.js to v0.4.2

Closes #1142

507f7ea70a6a6116dab74b9414a87b6588404466 authored almost 10 years ago by Caitlin Potter <[email protected]>
cleanup(forms): added missing type annotations

Closes #1054

6b985d56a5532ef7477e03c671e22ed301dbf7a6 authored almost 10 years ago by vsavkin <[email protected]>
refactor(cd): remove dead code

c8385ad998775ecc8ed96f417fd6d92096d38b6f authored almost 10 years ago by Victor Berchet <[email protected]>
chore(package.json): upgrade traceur to v0.0.87

Fix in source-map test to follow through the sourcemap chain.

9d21a6f40d4c5abb7aae3dab87867e64360fdc5a authored almost 10 years ago by Caitlin Potter <[email protected]>
docs(core): improved docs on directive lifecycle

d304f41197fc4406a57ead6bfd0c0cd6ae3cafef authored almost 10 years ago by vsavkin <[email protected]>
feat(change_detection): pass binding propagation config to pipe registry

8d85b839b62455032245b68415edca45b8debe76 authored almost 10 years ago by vsavkin <[email protected]>
fix(build): try to eliminate build flakes by running dartstyle:format sequentially

dd235f38a301cc60f1a0df40a853845009647f0b authored almost 10 years ago by Alex Eagle <[email protected]>
fix(change_detection): expose values when detecting changes in key-value pairs

Fixes #1118

Closes #1123

5306b6dd0c922f775868f455a8ff3ee5c04ff514 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
example(forms): added a example of using forms

b09624024b8e9624da43a5d85b9e91e8db18c8a8 authored almost 10 years ago by vsavkin <[email protected]>
fix(ElementBinderBuilder): properly bind CSS classes with "-" in their names

Fixes #1057

Closes #1059

edc3709451c7e72c4d2714fd1ebbd734a793a7b3 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
Remove invalid super() call

Unless I'm missing something?

e706f3477b3bc364cd06994e0a885c169d7c9143 authored almost 10 years ago by Rob Wormald <[email protected]>
chore(ci): upgrade to new version of protractor and selenium-webdriver

Protractor 2.0.0
selenium-webdriver 2.45.1

6298cb3999fb5b555994958f29a60af04f3f290a authored almost 10 years ago by Julie Ralph <[email protected]>
fix(ts): ts doesn't like ";;"

878fce648291812d5d799443cf91449f0967539f authored almost 10 years ago by Victor Berchet <[email protected]>
feat(forms): made forms works with single controls

b02bd65871c6d5a004efd661267a0d7304da7b7f authored almost 10 years ago by vsavkin <[email protected]>
fix(tests): fixed a broken test

ee36aaf163bf5ce9121254325b81c9fd75947d1b authored almost 10 years ago by vsavkin <[email protected]>
feat(forms): added support for arrays of controls

ff84506bd5fd2e50fa945a64104ef9379f1f3b69 authored almost 10 years ago by vsavkin <[email protected]>
refactor(compiler): factorize common util code dash <-> camel

Closes #1114
Fixes #1097

0ae33b7e3cfee3c5f07a27091528d29ab66c5ad3 authored almost 10 years ago by Marc Laval <[email protected]>
feat(core): @Attribute annotation

Closes #1091
Fixes #622

b1dc6239efca8a101c13f20b88247e48c3eec5d6 authored almost 10 years ago by Marc Laval <[email protected]>
chore(dgeni): set log level to 'warning'

3ce0f1146f2f044967d42b122912419a83244cc7 authored almost 10 years ago by Victor Berchet <[email protected]>
test(di): Add a test for sync binding + resolved async dependency

3ec837bfdbeace1d0dc231e8c75abf08b7cdb7c8 authored almost 10 years ago by Victor Berchet <[email protected]>
feat(ts2dart): include srcFolderInsertion in ts2dart step.

18ff2be9bb1ab2f1d09db157be9bec93b3850aef authored almost 10 years ago by Martin Probst <[email protected]>
feature(ts2dart): ts2dart runs on all .js files.

Update the experimental ts2dart task to also read the .es6 files, which are the next step.

c0d296334cb711ed420c3c04bbe9bc0afb2ac867 authored almost 10 years ago by Alex Eagle <[email protected]>
chore(ts2dart) remove extra semi

This breaks our ts2dart transpilation.

9a0a2e319cf2910ab599e77351d598e8454e263f authored almost 10 years ago by Alex Eagle <[email protected]>
chore(ts2dart): ts2dart doesn't support mixed typed/untyped var decl lists.

a0d86ac2bb347cfbe77529ff430709ee66cb2fae authored almost 10 years ago by Martin Probst <[email protected]>
refactor: update Dart package dependencies

99045b2f6adfac16da1628f40751fb07f10a52a3 authored almost 10 years ago by Yegor Jbanov <[email protected]>
chore: build the stable branch of Dart

Now that Dart 1.9 is stable

c34ca36778569d1102793e995261af1f41a4783d authored almost 10 years ago by Kevin Moore <[email protected]>
feat(compiler): Add support for setting attributes to Component host element

Fixes #1008
Fixes #1009
Closes #1052

58dd75a1c8abfa8396ead9b2b1c95dc6c6558668 authored almost 10 years ago by Marc Laval <[email protected]>
docs: annotations edits

f995b07876bfa61245eba237cc36bf9890683bf6 authored almost 10 years ago by Misko Hevery <[email protected]>
feat(PrivateComponentLoader): Explicit error message when loading a non-component

fixes #1062

101a4aa3cf49902a4a73602e77d46ba2f23e5255 authored almost 10 years ago by Victor Berchet <[email protected]>
fix(PrivateComponentLoader): add the loader to the app injector

fixes #1063

65d759316b64f2ddd025c2558213fd19d41d258b authored almost 10 years ago by Victor Berchet <[email protected]>
feat(forms): added an observable of value changes to Control

19c177313302fb936482542ba91858bef8582380 authored almost 10 years ago by vsavkin <[email protected]>
feat(facade): added support for observables

9b3b3d325ff74681a5e7170b36b365c79e73dba3 authored almost 10 years ago by vsavkin <[email protected]>
feature(build): Include ts2dart transpile step in the Angular build.

This only transpiles one package to start with: di/
It ensures that package transpiles without e...

43f4374944a2b7c7933968782ec0b362f93bd2fd authored almost 10 years ago by Alex Eagle <[email protected]>
chore: bump up the version to 2.0.0-alpha.15

81e6d13241d143b6e72a09530314db5a9e24aeaa authored almost 10 years ago by vsavkin <[email protected]>
fix(view): fixed view instantiation to use the component template's change detector when creating BindingPropagationConfig

f8e7a37c0d974002343497e52e4f74fde16fcf6b authored almost 10 years ago by vsavkin <[email protected]>
chore(doc-gen): ignore non-jsdoc style comments

Now the visitor will find the last jsdoc style comment (e.g. `/** jsdoc comment */`)
before the ...

c686e7ea30e876b4dff0054380af2834882679e5 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): add specific template for displaying variable exports

Closes #1071

539e8e2cce52cfb4f8375e328799aa068391fbd6 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): move `@publicModule` tag-def to base package

This prevents unwanted "unknown tag" warnings when generating the non-public docs.

7e89af8190c5bb3e59e2be70fcf6d88b9374a89d authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
doc(test): add a comment on why tests are disabled

aab084866c668ca5590eb6ec8859787e0b6b6490 authored almost 10 years ago by Victor Berchet <[email protected]>
docs: annotations

0e61a86763e14999be91ff4c1d5c1fc9c8c3ac0f authored almost 10 years ago by Nick Van Dyck <[email protected]>
chore(packaging): bump version to alpha.14

1c9938ed9868259955b2d12c8ae541bf6dcbf09a authored almost 10 years ago by Yegor Jbanov <[email protected]>
feat(forms): added value accessor for input=text

47c1a0f3814c888509f2e653d57b33727046103d authored almost 10 years ago by vsavkin <[email protected]>
refactor(formed): changed forms to use event and property setters instead of NgElement

514529b5d921d9df27ca5dffa41bc6961c366fd1 authored almost 10 years ago by vsavkin <[email protected]>
refactor(forms): wrapped all validators into the Validator class

a12dc7d75aa0483efe1c503f696f564cf6746cc9 authored almost 10 years ago by vsavkin <[email protected]>
feat(selector): support , for multiple targets

Fixes #867
Closes #1019

41b53e71e15836ca8a92dd2afee90c01a1832ea5 authored almost 10 years ago by Marc Laval <[email protected]>
refactor(DirectiveParser): remove checks for missing directives

Based on the discussion in #776 we can't reliably check if a given
element has a particular prop...

81f3f32217936fa26b433ad8c8b8f26145d72865 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
fix(ElementBinderBuilder): properly bind to web component properties

Fixes #776

Closes #1024

0fb9f3bd6c6efb471da8069a2c6eb2f843ce8050 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
refactor(dart/transform): Use package:guinness in tests

`guinness` is a Dart port of Jasmine. Since the rest of Angular 2 uses
Jasmine, use it for the t...

b35f288794c10fd66424fd92ce65874c3d56c6ea authored almost 10 years ago by Tim Blasi <[email protected]>
refactor(dart/transform): Remove `ngData`

Now that we have `Parser`, `ngData` is redundant & unnecessary.

5d479fa0ae30f5be209b7eed50ae1b66c2741de7 authored almost 10 years ago by Tim Blasi <[email protected]>
refactor(dart/transform): Test `directive_linker` as a unit

Formerly, it was tested only as a piece of the transformer pipeline. Add
its own directory and t...

4e82cc08611571af6f373ef2207a8d0a5b842ba1 authored almost 10 years ago by Tim Blasi <[email protected]>
refactor(dart/transform): Minor logging changes

Enable easier testing by providing a null log implementation and a way
to use it.

c735644c57233dfcd4cca7d6ebc9229625628e37 authored almost 10 years ago by Tim Blasi <[email protected]>
chore(install+test): single cmd to full install/test & test JS w/o Dart

* `npm install` now does a full install; auxiliary installation steps
have been integrated into ...

83402930f2d0164113077c2155f996ec28184873 authored almost 10 years ago by Patrice Chalin <[email protected]>
feat(ShadowCss): Support the new deep combinator syntax >>>

fixes #990

ref http://dev.w3.org/csswg/css-scoping-1/#deep-combinator

Closes #1028

ee523efcb4ffbbb3e8745b6fde5f3d383bae9bca authored almost 10 years ago by Victor Berchet <[email protected]>
style(dart/transform): Remove `src` from library directives

Conform to Angular 2 style by removing `src` from library directives.
Completed with:
```
find -...

8baedca972909f6e1f54c4501b44a9c51f1406de authored almost 10 years ago by Tim Blasi <[email protected]>
feat(compiler): support bindings for any attribute

Closes #1029

02aa8e794579ba8e19c2296d92e86513afe112bb authored almost 10 years ago by Marc Laval <[email protected]>
README - don't forget to build app before start

Don't forget to build app before start HTTP server

Closes #1014

eef5f7e06db103a21d91b08e065f5962f65f8f59 authored almost 10 years ago by Dmitry Patsura <[email protected]>
fix(ViewContainer) removeChild called with null parent

In view_container.js, templateElement.parentNode can be null
when two template tags are nested i...

bd48c927d0e696dc6a2e0aee9a6b2fbfe827254f authored almost 10 years ago by David-Emmanuel Divernois <[email protected]>
refactor(forEach): change to for-of with iterable

rename: foreach -> for
rename: array -> iterable
update: DartParseTreeWriter
update: naive_infin...

b61b8d60b7cfd10786ccd9ba4071738d4f2bf15a authored almost 10 years ago by gdi2290 <[email protected]>
(docs) decorator events property

As from what i understand shouldn't the event property rather be events: https://github.com/angu...

f1fca5abb67a9f7753c7074f7c08b48fe5d49097 authored almost 10 years ago by Nick Van Dyck <[email protected]>
Fix which dependency is injected w/ current elem.

Docs for the "Injecting a directive from the current element" indicate that having a dependency ...

045ce3c77aebe872b4a3d746e4a7fb416b3b301e authored almost 10 years ago by Matt Follett <[email protected]>
docs: annotations

f822066e2ab968c29dfe551a84fe2999b773a545 authored almost 10 years ago by Misko Hevery <[email protected]>