Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Prettier

Prettier is an opinionated code formatter.
Collective - Host: opensource - https://opencollective.com/prettier - Website: https://prettier.io - Code: https://github.com/prettier

fix(view): fixed ProtoViewFactory to get all property bindings

github.com/prettier/angular-html-parser - 7f976381d5813e831eca580fe5ddbc57afa08b58 authored over 9 years ago by vsavkin <[email protected]>
fix(router): reuse common parent components

github.com/prettier/angular-html-parser - ac80df09595644b5cc3fede854937cefdaaecf83 authored over 9 years ago by Brian Ford <[email protected]>
feat(facade): add equals method to StringMapWrapper

github.com/prettier/angular-html-parser - aff85b5037f2530e68b419673d1f6fc76112e678 authored over 9 years ago by Brian Ford <[email protected]>
refactor(ChangeDetection): rename AsyncPipe to ObservablePipe

The async pipe in templates will now delegate to both Observable pipe or Promise pipe,
whichever...

github.com/prettier/angular-html-parser - 5691063ba0c8ebfea3cab43f567e0e5d04f4e0fa authored over 9 years ago by Jeff Cross <[email protected]>
feat(PromisePipe): add pipe for promises

github.com/prettier/angular-html-parser - 749875858479ade503fa3c40ab635d149ff83cb5 authored over 9 years ago by Jeff Cross <[email protected]>
fix(gulpfile): fixed test.unit.dart to format dart code before running test

github.com/prettier/angular-html-parser - 92d6aa1f324577b9d239fc6ea7a4866c1ff6c48b authored over 9 years ago by vsavkin <[email protected]>
feat(compiler): added support for host actions

github.com/prettier/angular-html-parser - f9c1de46b3c7889607ecfa7e36cdeb69ccbb0aec authored over 9 years ago by vsavkin <[email protected]>
feat(gulpfuile): added watch.js.dev

github.com/prettier/angular-html-parser - 3256ff1c73672aaacf9df74367f81c28e94b4f5a authored over 9 years ago by vsavkin <[email protected]>
cleanup(di): use typescript initialization idioms

github.com/prettier/angular-html-parser - a9ce0f7afbf21bf3a3fce67e63ccd3fc85072098 authored over 9 years ago by vsavkin <[email protected]>
build(gulp): remove the check-format step from test.unit.js task

github.com/prettier/angular-html-parser - 1a4ab2c57acc8ce85e02ae6d088b91758685aebd authored over 9 years ago by Igor Minar <[email protected]>
fix(router): router-link works without params

Router-link attaches a listener to prevent default behavior and
navigate.

Closes: 1689

github.com/prettier/angular-html-parser - 77d1fc149a0eb34bc872b8444c763bd05466f53c authored over 9 years ago by Rado Kirov <[email protected]>
fix(location): dartium does not like pushState with null.

According to
https://developer.mozilla.org/en-US/docs/Web/Guide/API/DOM/Manipulating_the_browser...

github.com/prettier/angular-html-parser - c2a42d5d2bcfbe0c7ab48488f29014a44c4c8559 authored over 9 years ago by Rado Kirov <[email protected]>
fix(transformer): remove classDefParser in favor of hardcoded strings to speed up build

github.com/prettier/angular-html-parser - 01d5c2951376c9279e5913fb37d45341513b8ba0 authored over 9 years ago by Jacob MacDonald <[email protected]>
chore: dartfmt Dart code in the repo

github.com/prettier/angular-html-parser - 7844e3a2752fdb7c72b8652c45a2c2e4f00309c8 authored over 9 years ago by Kevin Moore <[email protected]>
feat(directives): export collection of core directives

Closes #1524

github.com/prettier/angular-html-parser - a5638a940ccc1d5fe17ca33d1b006cce6622c174 authored over 9 years ago by Pawel Kozlowski <[email protected]>
feat(lang): support const expressions in TS/JS and Dart

Closes #1796

github.com/prettier/angular-html-parser - 4665726f48bc6a9054838d05e4a554c5e3ca7939 authored over 9 years ago by Pawel Kozlowski <[email protected]>
chore(package.json): update ts2dart to 0.5.2

github.com/prettier/angular-html-parser - e8ad0d177669cd7177d2f6936097831a5467a3c8 authored over 9 years ago by Pawel Kozlowski <[email protected]>
docs(DEVELOPER.md): Update Dart SDK Version

Minimal Version set to 1.10.0-dev.1.10

Closes #1771

github.com/prettier/angular-html-parser - 28022f472d5dbc231bb5c60da696744da40cf322 authored over 9 years ago by Sekib Omazic <[email protected]>
feat(view): allow to transplant a view into a ViewContainer at another place.

Closes #1492.

github.com/prettier/angular-html-parser - 4f3433b5bd1f1cd33d77fb01d6a45abd19718330 authored over 9 years ago by Tobias Bosch <[email protected]>
feat(di): expose parent injector

github.com/prettier/angular-html-parser - 2185e7cee92a1b290980e2b6f6c03097697d582c authored over 9 years ago by yjbanov <[email protected]>
build(gulp): watch and incrementally compile files for server.js.dev task

Closes #1770

github.com/prettier/angular-html-parser - c82cc47767616f9b44a79cf7ba453e85fe8135cd authored over 9 years ago by Igor Minar <[email protected]>
chore(dart): use --trust-type-annotations and --trust-primitives

github.com/prettier/angular-html-parser - 66f5e30d7cb048870621c65b86dcb4ed060e938f authored over 9 years ago by yjbanov <[email protected]>
feat(di): components can self-publish via publishAs

github.com/prettier/angular-html-parser - 1a0da11e55e2c5fb53fbc7d8e028a928178c03bb authored over 9 years ago by yjbanov <[email protected]>
feat(dart/transform): Reuse readDirectiveMetadata in plugin

Share code for parsing `DirectiveMetadata` values between the
transformer and the analyzer plugin.

github.com/prettier/angular-html-parser - abc887854766f272123e00975774c398a3135c39 authored over 9 years ago by Tim Blasi <[email protected]>
chore(ci): bump node version to 0.12

See #1396

Closes #1408

github.com/prettier/angular-html-parser - 75e9d3f6344f2fd44a7d5897dc2d58ba21448f5a authored over 9 years ago by Julie Ralph <[email protected]>
docs(npm-shrinkwrap.readme.md): update npm update instructions

github.com/prettier/angular-html-parser - 248caefb7e2b3df054af40bb4bfec7322f896c7e authored over 9 years ago by Igor Minar <[email protected]>
fix(router): strip base href from URLs when navigating

github.com/prettier/angular-html-parser - 853d1de6ecf2acb69e86ba4f39ad95a6a97c0ea7 authored over 9 years ago by Brian Ford <[email protected]>
fix(test_lib): spy funcs should match null arguments

github.com/prettier/angular-html-parser - 84dc6ae76b7a87f3d28f35a0148c060967b251e4 authored over 9 years ago by Brian Ford <[email protected]>
feat(dom): add getBaseHref method

github.com/prettier/angular-html-parser - 05219a54cd496b155ab17a7c59151d2ad375d9b8 authored over 9 years ago by Brian Ford <[email protected]>
feat(change_detection.js): export null pipes

rather then having developers creating their own null pipes

Closes #1624

github.com/prettier/angular-html-parser - 4b62a722f0590a232c129d5d4c2e2b3702bc21ab authored over 9 years ago by PatrickJS <[email protected]>
docs(modules_dart): add README.md

Closes #1628

github.com/prettier/angular-html-parser - 61b69c63edcbd2512850fb5f997cdbc4ed737ee4 authored over 9 years ago by Yegor Jbanov <[email protected]>
docs(core): fix Formatters -> Pipes

long overdue update

Closes #1629

github.com/prettier/angular-html-parser - 09b39bf77a2586e8817db9920a320ec6ae1e26e3 authored over 9 years ago by gdi2290 <[email protected]>
Fix documentation for toFactory and toAsyncFactory

The bound String classes should have a dependency on Number, not String.

Closes #1654

github.com/prettier/angular-html-parser - 42f6baeaecaa8eca00dfb1c1dd6e1f2948d553d1 authored over 9 years ago by Kevin Western <[email protected]>
feat(material): add early version of md-grid-list.

Closes #1683

github.com/prettier/angular-html-parser - 8ef183b5930bc6a26822d688bcfd581c89fd26d2 authored over 9 years ago by Jeremy Elbourn <[email protected]>
Add correct type to TestBed.createView

Closes #1727

github.com/prettier/angular-html-parser - 2cb066215ae6a3f7c35c6741914de1dbc824c04e authored over 9 years ago by Matan Lurey <[email protected]>
fix(dart/transform): Handle `hostAttributes` in DirectiveMetadata

Handle `hostAttributes` in the transformer.
`hostAttributes` was introduced in 51839ca6772ed5e03...

github.com/prettier/angular-html-parser - 200e190f70789f22cb753081cddb231761461fa5 authored over 9 years ago by Tim Blasi <[email protected]>
feat(dart/transform): Use the render Compiler and the DirectiveParser

Update the `TemplateCompile` step to use the full render `Compiler`.

Provide `DirectiveMetadata...

github.com/prettier/angular-html-parser - 44f829dbc66326d305a5aa535c1060623828e12b authored over 9 years ago by Tim Blasi <[email protected]>
chore(build): update shrinkwrap docs

Closes #1748

github.com/prettier/angular-html-parser - 401c9efad7e7809e14eff13051a70e23e762fa4c authored over 9 years ago by Alex Eagle <[email protected]>
Update DEVELOPER.md

Closes #1755

github.com/prettier/angular-html-parser - 900bf8e483ff278c71782fe6aac6b1383640cd35 authored over 9 years ago by Alex Eagle <[email protected]>
Update DEVELOPER.md

add some info about clang-format

github.com/prettier/angular-html-parser - 271ced8ac45256682b5a7fb0346dad52b0555d09 authored over 9 years ago by Alex Eagle <[email protected]>
Update README.md

Don't tell people to build angular from source themselves. Our examples are not well-constructed...

github.com/prettier/angular-html-parser - c5bd3f0773788a9d83aae2880acf5af851e3fea4 authored over 9 years ago by Alex Eagle <[email protected]>
feat(material): early version of md-input

Closes #1753

github.com/prettier/angular-html-parser - ad239218140989ca28d26dc58ef4f7737a25e3d6 authored over 9 years ago by Jeremy Elbourn <[email protected]>
build(gulp): check node and npm version and log a warning if incompatible

Closes #1758

github.com/prettier/angular-html-parser - 31cbec08571f277e78127b65749ae2b4909b7e73 authored over 9 years ago by Igor Minar <[email protected]>
fix(change_detection): updated dynamic change detector not to mutate when throwing

Closes #1762

github.com/prettier/angular-html-parser - d717529e9a8648a602c98dd5df09f0165866d51d authored over 9 years ago by vsavkin <[email protected]>
refactor(render): remove recursion from renderer

The goal is to make implementing a renderer straight forward.

BREAKING_CHANGE:

- Renderer inte...

github.com/prettier/angular-html-parser - c68fa274440d4a35f6267cd34ee7f408a890f690 authored over 9 years ago by Tobias Bosch <[email protected]>
Add full example to FormBuilder docs

github.com/prettier/angular-html-parser - d2507ac76087c3dca635fe954b90a3aab7c37b04 authored over 9 years ago by John Jelinek IV <[email protected]>
fix(dart): Remove unused imports.

These imports cause dart analyze errors once ts2dart removes the
IMPLEMENTS import.

github.com/prettier/angular-html-parser - 4ce0d5e02402822f3feff5067770a553b617a42c authored over 9 years ago by Martin Probst <[email protected]>
docs(annotations): differentiate between component definitions and component instances

Closes #1661

github.com/prettier/angular-html-parser - 5d9e573b3e3d8880238f412c1f886085c7d12a49 authored over 9 years ago by Matthew Hill <[email protected]>
feat(compiler): allow setting attributes on a host element

Closes #1402

github.com/prettier/angular-html-parser - 51839ca6772ed5e033c71118ce1dc78cc990246d authored over 9 years ago by Pawel Kozlowski <[email protected]>
build(gulp): use gulp-watch instead of gulp.watch for watching files

gulp-watch uses chokidar which uses fsevents which is much better than fs polling or relying on ...

github.com/prettier/angular-html-parser - 5e4fa5cf078db667a7b45dcf2e45b9a9f46b2690 authored over 9 years ago by Igor Minar <[email protected]>
chore(npm): bump angular version in the shrinkwrap after today's release

github.com/prettier/angular-html-parser - 72254166616e0c5603ea1a60474ce2c162ffd045 authored over 9 years ago by Igor Minar <[email protected]>
build(typescript): Migrated change detection to typescript

github.com/prettier/angular-html-parser - fa28b28d0aec63dd721d2b0821b889c4d73a63db authored over 9 years ago by vsavkin <[email protected]>
chore(release): releases alpha.22

github.com/prettier/angular-html-parser - f0ef72d6cc95802ea62b233323e239f5dbbe8d9a authored over 9 years ago by Rado Kirov <[email protected]>
fix(brocolli): escape special regexp characters when building regexps

Special regexp tokens were allowed unchanged previously, which incorrectly broke
the include/exc...

github.com/prettier/angular-html-parser - a58c9f83bd1a5be110a7982bab7023b209634c37 authored over 9 years ago by Caitlin Potter <[email protected]>
chore(package.json): bump zone to 0.4.4

github.com/prettier/angular-html-parser - 624a33f7f866acbc2830a787823d785c9edae211 authored over 9 years ago by Rado Kirov <[email protected]>
chore(material): add simple e2e smoke tests for components.

github.com/prettier/angular-html-parser - 20a033e4c9474b5c6d382eb57b2affba32f6d543 authored over 9 years ago by Jeremy Elbourn <[email protected]>
fix(decorators.es6): export Directive decorator

Closes #1688

github.com/prettier/angular-html-parser - 93c331d10337d31ba38110434f326bf9e7bba3c4 authored over 9 years ago by PatrickJS <[email protected]>
fix(formatter): point to the newest clang-format

The prior version allowed for an older clang-format binary which has bugs

github.com/prettier/angular-html-parser - 51c477925a8b00243feb6def9e74c729e5a8c673 authored over 9 years ago by Alex Eagle <[email protected]>
chore(shrinkwrap): update dependencies to latest

Also, our package.json was out-of-sync with npm-shrinkwrap.json; see https://github.com/angular/...

github.com/prettier/angular-html-parser - 1daa8aa3a1d09bdc7ae993a3d4cdff122f7c91c4 authored over 9 years ago by Alex Eagle <[email protected]>
fix(docs): fix broken docs test after addition of .ts extension to dgeni

regex.

github.com/prettier/angular-html-parser - 62bf777ef135c13e69774c282ffaa8a014f841d2 authored over 9 years ago by Jeremy Elbourn <[email protected]>
build(brocolli): move filename filtering into DiffingPluginWrapper

Closes #1719

github.com/prettier/angular-html-parser - aaf3edd1313b8a7a45b8c6cc0260c7140d000b18 authored over 9 years ago by Caitlin Potter <[email protected]>
fix(build): build the broccoli tools with correct typescript version.

By default, gulp-typescript currently depends on typescript 1.4, which doesn't work for us.
For ...

github.com/prettier/angular-html-parser - 6bba289a3c87aae952ac7d3492152c2c427c0fa9 authored over 9 years ago by Alex Eagle <[email protected]>
fix(decorators): incorrect annotation to decorator adapter

github.com/prettier/angular-html-parser - b0c735f72c72168e253dd2ada963b1fc417ba15b authored over 9 years ago by Misko Hevery <[email protected]>
chore(benchmarks): add transform benchmark runner and clean up benchmark output

github.com/prettier/angular-html-parser - 0e2047f9ca082e912d195338e7bae9753c908206 authored over 9 years ago by Jacob MacDonald <[email protected]>
chore(doc-gen): include TypeScript files in the doc generation

github.com/prettier/angular-html-parser - e30ad2ec2c7cf75c3bfc8823a305c967a1a507a4 authored over 9 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): log comments as silly() rather than info()

github.com/prettier/angular-html-parser - c509057f65e991acbbe40040e3d571d72a330fa1 authored over 9 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): provide aliases for jade-data docs

github.com/prettier/angular-html-parser - e138add584365c4a9ed1007abd9c79e10e51d2f7 authored over 9 years ago by Peter Bacon Darwin <[email protected]>
fix(decorators): fixed decorators

github.com/prettier/angular-html-parser - 49777648b34a5ec17d2e97e5f2ec8debb0b13194 authored over 9 years ago by vsavkin <[email protected]>
chore(build): migrated di to TypeScript

github.com/prettier/angular-html-parser - cb87fa0970f9ecd04212c55d158e4021bc1fc541 authored over 9 years ago by vsavkin <[email protected]>
chore: support last dev build of Dart at 1.10.0-dev.1.10

Can revert once 1.11 is available

github.com/prettier/angular-html-parser - 649e27661036b26564abdd158a970e9324982812 authored over 9 years ago by Kevin Moore <[email protected]>
chore: update pubspec files

Allow latest analyzer version
Add an upper constraint to the Dart SDK

github.com/prettier/angular-html-parser - 5ef11774c22c649d4891073a3cad3ea84994e611 authored over 9 years ago by Kevin Moore <[email protected]>
chore: add more types to a number of top-level properties and methods

github.com/prettier/angular-html-parser - 75db2c52411c801afa138800fe20cec3b731184e authored over 9 years ago by Kevin Moore <[email protected]>
feat(dart/transform): Generate DirectiveMetadata for exports

For all files that export another library, include `DirectiveMetadata`
for the exported library ...

github.com/prettier/angular-html-parser - c8ebd11d633d3f85675ee8ca4f102e69a6090013 authored over 9 years ago by Tim Blasi <[email protected]>
chore(build): update to TypeScript @head

We need to pick up some bugfixes for decorator emit. This still has our patch to make Error a cl...

github.com/prettier/angular-html-parser - 6651aa1e1dd3e7a13a969848ca3e661d2bcb2649 authored over 9 years ago by Alex Eagle <[email protected]>
fixed build process by adding comment

github.com/prettier/angular-html-parser - 577a80371ff415979f3c0a4a482e9b802e4da803 authored over 9 years ago by Alex Wolfe <[email protected]>
chore(build): remove karma preprocessors

Custom karma preprocessors are no longer being used after 1676 and 1597

github.com/prettier/angular-html-parser - 01fdb4afc65e4413edb2481189081c42bc13d7e1 authored over 9 years ago by Julie Ralph <[email protected]>
fix(decorators): fixes decorator reflection.

The bug appears when there are only type annotations without parameter
annotations.

github.com/prettier/angular-html-parser - be7504d4514e135ccf2dc780e6fad72d142083cb authored over 9 years ago by Rado Kirov <[email protected]>
refactor(dart/transform): Use render Compiler concepts

Update `TemplateCompiler` transform step to use abstractions used by the
render `Compiler`. For ...

github.com/prettier/angular-html-parser - 169e4e862d6f829cb8f8af96a8fd6d709a0595d0 authored over 9 years ago by Tim Blasi <[email protected]>
refactor(render): rename `RenderView` and `RenderProtoView`

Part of #1675
Closes #1705

github.com/prettier/angular-html-parser - abc3de7efe8aaa9cbd62c00c8f1d5e2178854df2 authored over 9 years ago by Tobias Bosch <[email protected]>
feat(dart/analysis): Build DirectiveMetadata for LibrarySpecificUnit

initial commit for the dart analyzer task

github.com/prettier/angular-html-parser - 0b1bb172c9dfdf00dec2e02cb08933a4f9006f18 authored over 9 years ago by keertip <[email protected]>
refactor(renderer): separate compiler from renderer

Part of #1675
Closes #1702

github.com/prettier/angular-html-parser - 0856516ae9ce7b9d3efb7208fa070b61368af745 authored over 9 years ago by Tobias Bosch <[email protected]>
build(gulp): fix concurrency and caching issues in test.unit.js and test.unit.dart tasks

previously there was a chance of race conditions that could sporadically fail the build.

additi...

github.com/prettier/angular-html-parser - 705d3aacff4005483f8ecbff5fc2d484b3e38cf5 authored over 9 years ago by Igor Minar <[email protected]>
build(gulp): do no rebuild tools during test.unit.cjs

This introduces private !build.js.cjs task that is to be executed only from other public tasks.

github.com/prettier/angular-html-parser - 9d1df21d915f28316de398c0c7fda0d27a90bbc1 authored over 9 years ago by Igor Minar <[email protected]>
build(broccoli): traceur plugin should react only to .js/.es6/.cjs file removal

github.com/prettier/angular-html-parser - 3f36a3c1198ee143d2186fe4d112c4e10199c0f2 authored over 9 years ago by Igor Minar <[email protected]>
build(broccoli): refactor typescript plugin to be incremental via DiffingBroccoliPlugin

github.com/prettier/angular-html-parser - 1d0078415fdd5c5e634b99dc31f0ac71bc954cb4 authored over 9 years ago by Igor Minar <[email protected]>
build(gulp): create private build.tools task and use it instead of magic variable

This way when gulp prints out that it's running build/clean.tools it really means
that it's clea...

github.com/prettier/angular-html-parser - 6b017fb3885063a5c7b76950e6fca92c409a8911 authored over 9 years ago by Igor Minar <[email protected]>
build(broccoli.d.ts): add tree.description signature

github.com/prettier/angular-html-parser - e9668697447c05c23d423dd41f14c2635345d272 authored over 9 years ago by Igor Minar <[email protected]>
build(broccoli): add DiffingBroccoliPlugin and refactor existing plugins to use it

tree-differ:
- export both TreeDiffer and DiffResult interface

diffing-broccoli-plugin:
- f...

github.com/prettier/angular-html-parser - 8c15ccecd1c78c10f90e9c1f0fe87215eaffb973 authored over 9 years ago by Igor Minar <[email protected]>
chore(build): make karma watch broccoli output for dart unit tests

Previously, karma used a custom preprocessor. Instead, have karma
run built dart from the `dist`...

github.com/prettier/angular-html-parser - bb6f59e423a80055256eb4a847e6d4a8db243022 authored over 9 years ago by Julie Ralph <[email protected]>
fix(router): fix for leading slash in dart

Using string1 === string2 translates to identical(string1, string2) in
dart, which is incorrect ...

github.com/prettier/angular-html-parser - c9cec6000737d89ffacfe3c6678cd65d34d2d8fc authored over 9 years ago by Rado Kirov <[email protected]>
feat(dom): add location and history as DOM-like APIs.

Instead of global access methods.

github.com/prettier/angular-html-parser - f356d033625c25cfa169e0b0943620c2bb5a44d8 authored over 9 years ago by Rado Kirov <[email protected]>
feat(dart/transform): Add DirectiveMetadataExtractor transform step

Add a step that reads `DirectiveMetadata` object off annotated classes
into `.ng_meta.dart` file...

github.com/prettier/angular-html-parser - 0520ca68b4798c2f4cc1036e57d9b8f8957005a6 authored over 9 years ago by Tim Blasi <[email protected]>
feat(router): adds the router to the self-executing bundle.

Due to limitation of system build, the router cannot have its own sfx
bundle.

Fixes an issue wi...

github.com/prettier/angular-html-parser - 8e1d53b5e9ac2e3e080efb46c29d6ed28eafca9c authored over 9 years ago by Rado Kirov <[email protected]>
refactor: add types to top-level fields in change_detection

Also introduced an abstract PipeFactory base class

github.com/prettier/angular-html-parser - f5b56c627baa65bd164824a5cc7534cc6517fdba authored over 9 years ago by Kevin Moore <[email protected]>
chore(build): change TS Error type to a class.

This will be in the next upstream release.

github.com/prettier/angular-html-parser - 740d85cad8638801f92ad99dea6894986ce4f107 authored over 9 years ago by Alex Eagle <[email protected]>
chore(build): fix package.json warning

Nit: the contributors field is defined as an array, see
https://docs.npmjs.com/files/package.jso...

github.com/prettier/angular-html-parser - 33bba094d24fd405ac30c2619b863c380fbfb86c authored over 9 years ago by Alex Eagle <[email protected]>
feat(material): add prototype dialog component w/ demo.

github.com/prettier/angular-html-parser - f88c4b77cad5bf08bc124115c7f4d92c65c45f7a authored over 9 years ago by Jeremy Elbourn <[email protected]>
feat(router): export decorator version of RouteConfig

github.com/prettier/angular-html-parser - 75da6e4c4a2d641695e4436a50e1d314dce6bc83 authored over 9 years ago by Brian Ford <[email protected]>