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

refactor(compiler): factorize common util code dash <-> camel

Closes #1114
Fixes #1097

github.com/prettier/angular-html-parser - 0ae33b7e3cfee3c5f07a27091528d29ab66c5ad3 authored over 9 years ago by Marc Laval <[email protected]>
feat(core): @Attribute annotation

Closes #1091
Fixes #622

github.com/prettier/angular-html-parser - b1dc6239efca8a101c13f20b88247e48c3eec5d6 authored over 9 years ago by Marc Laval <[email protected]>
chore(dgeni): set log level to 'warning'

github.com/prettier/angular-html-parser - 3ce0f1146f2f044967d42b122912419a83244cc7 authored over 9 years ago by Victor Berchet <[email protected]>
test(di): Add a test for sync binding + resolved async dependency

github.com/prettier/angular-html-parser - 3ec837bfdbeace1d0dc231e8c75abf08b7cdb7c8 authored over 9 years ago by Victor Berchet <[email protected]>
feat(ts2dart): include srcFolderInsertion in ts2dart step.

github.com/prettier/angular-html-parser - 18ff2be9bb1ab2f1d09db157be9bec93b3850aef authored over 9 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.

github.com/prettier/angular-html-parser - c0d296334cb711ed420c3c04bbe9bc0afb2ac867 authored over 9 years ago by Alex Eagle <[email protected]>
chore(ts2dart) remove extra semi

This breaks our ts2dart transpilation.

github.com/prettier/angular-html-parser - 9a0a2e319cf2910ab599e77351d598e8454e263f authored over 9 years ago by Alex Eagle <[email protected]>
chore(ts2dart): ts2dart doesn't support mixed typed/untyped var decl lists.

github.com/prettier/angular-html-parser - a0d86ac2bb347cfbe77529ff430709ee66cb2fae authored over 9 years ago by Martin Probst <[email protected]>
refactor: update Dart package dependencies

github.com/prettier/angular-html-parser - 99045b2f6adfac16da1628f40751fb07f10a52a3 authored over 9 years ago by Yegor Jbanov <[email protected]>
chore: build the stable branch of Dart

Now that Dart 1.9 is stable

github.com/prettier/angular-html-parser - c34ca36778569d1102793e995261af1f41a4783d authored over 9 years ago by Kevin Moore <[email protected]>
feat(compiler): Add support for setting attributes to Component host element

Fixes #1008
Fixes #1009
Closes #1052

github.com/prettier/angular-html-parser - 58dd75a1c8abfa8396ead9b2b1c95dc6c6558668 authored over 9 years ago by Marc Laval <[email protected]>
docs: annotations edits

github.com/prettier/angular-html-parser - f995b07876bfa61245eba237cc36bf9890683bf6 authored over 9 years ago by Misko Hevery <[email protected]>
feat(PrivateComponentLoader): Explicit error message when loading a non-component

fixes #1062

github.com/prettier/angular-html-parser - 101a4aa3cf49902a4a73602e77d46ba2f23e5255 authored over 9 years ago by Victor Berchet <[email protected]>
fix(PrivateComponentLoader): add the loader to the app injector

fixes #1063

github.com/prettier/angular-html-parser - 65d759316b64f2ddd025c2558213fd19d41d258b authored over 9 years ago by Victor Berchet <[email protected]>
feat(forms): added an observable of value changes to Control

github.com/prettier/angular-html-parser - 19c177313302fb936482542ba91858bef8582380 authored over 9 years ago by vsavkin <[email protected]>
feat(facade): added support for observables

github.com/prettier/angular-html-parser - 9b3b3d325ff74681a5e7170b36b365c79e73dba3 authored over 9 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...

github.com/prettier/angular-html-parser - 43f4374944a2b7c7933968782ec0b362f93bd2fd authored over 9 years ago by Alex Eagle <[email protected]>
chore: bump up the version to 2.0.0-alpha.15

github.com/prettier/angular-html-parser - 81e6d13241d143b6e72a09530314db5a9e24aeaa authored over 9 years ago by vsavkin <[email protected]>
fix(view): fixed view instantiation to use the component template's change detector when creating BindingPropagationConfig

github.com/prettier/angular-html-parser - f8e7a37c0d974002343497e52e4f74fde16fcf6b authored over 9 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 ...

github.com/prettier/angular-html-parser - c686e7ea30e876b4dff0054380af2834882679e5 authored over 9 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): add specific template for displaying variable exports

Closes #1071

github.com/prettier/angular-html-parser - 539e8e2cce52cfb4f8375e328799aa068391fbd6 authored over 9 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.

github.com/prettier/angular-html-parser - 7e89af8190c5bb3e59e2be70fcf6d88b9374a89d authored over 9 years ago by Peter Bacon Darwin <[email protected]>
doc(test): add a comment on why tests are disabled

github.com/prettier/angular-html-parser - aab084866c668ca5590eb6ec8859787e0b6b6490 authored over 9 years ago by Victor Berchet <[email protected]>
docs: annotations

github.com/prettier/angular-html-parser - 0e61a86763e14999be91ff4c1d5c1fc9c8c3ac0f authored over 9 years ago by Nick Van Dyck <[email protected]>
chore(packaging): bump version to alpha.14

github.com/prettier/angular-html-parser - 1c9938ed9868259955b2d12c8ae541bf6dcbf09a authored over 9 years ago by Yegor Jbanov <[email protected]>
feat(forms): added value accessor for input=text

github.com/prettier/angular-html-parser - 47c1a0f3814c888509f2e653d57b33727046103d authored almost 10 years ago by vsavkin <[email protected]>
refactor(formed): changed forms to use event and property setters instead of NgElement

github.com/prettier/angular-html-parser - 514529b5d921d9df27ca5dffa41bc6961c366fd1 authored almost 10 years ago by vsavkin <[email protected]>
refactor(forms): wrapped all validators into the Validator class

github.com/prettier/angular-html-parser - a12dc7d75aa0483efe1c503f696f564cf6746cc9 authored almost 10 years ago by vsavkin <[email protected]>
feat(selector): support , for multiple targets

Fixes #867
Closes #1019

github.com/prettier/angular-html-parser - 41b53e71e15836ca8a92dd2afee90c01a1832ea5 authored almost 10 years ago by Marc Laval <[email protected]>
fix(ElementBinderBuilder): properly bind to web component properties

Fixes #776

Closes #1024

github.com/prettier/angular-html-parser - 0fb9f3bd6c6efb471da8069a2c6eb2f843ce8050 authored almost 10 years ago by Pawel Kozlowski <[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...

github.com/prettier/angular-html-parser - 81f3f32217936fa26b433ad8c8b8f26145d72865 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...

github.com/prettier/angular-html-parser - 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.

github.com/prettier/angular-html-parser - 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...

github.com/prettier/angular-html-parser - 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.

github.com/prettier/angular-html-parser - c735644c57233dfcd4cca7d6ebc9229625628e37 authored almost 10 years ago by Tim Blasi <[email protected]>
README - don't forget to build app before start

Don't forget to build app before start HTTP server

Closes #1014

github.com/prettier/angular-html-parser - eef5f7e06db103a21d91b08e065f5962f65f8f59 authored almost 10 years ago by Dmitry Patsura <[email protected]>
feat(compiler): support bindings for any attribute

Closes #1029

github.com/prettier/angular-html-parser - 02aa8e794579ba8e19c2296d92e86513afe112bb authored almost 10 years ago by Marc Laval <[email protected]>
style(dart/transform): Remove `src` from library directives

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

github.com/prettier/angular-html-parser - 8baedca972909f6e1f54c4501b44a9c51f1406de 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 ...

github.com/prettier/angular-html-parser - 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

github.com/prettier/angular-html-parser - ee523efcb4ffbbb3e8745b6fde5f3d383bae9bca authored almost 10 years ago by Victor Berchet <[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...

github.com/prettier/angular-html-parser - 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...

github.com/prettier/angular-html-parser - 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...

github.com/prettier/angular-html-parser - 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 ...

github.com/prettier/angular-html-parser - 045ce3c77aebe872b4a3d746e4a7fb416b3b301e authored almost 10 years ago by Matt Follett <[email protected]>
docs: annotations

github.com/prettier/angular-html-parser - f822066e2ab968c29dfe551a84fe2999b773a545 authored almost 10 years ago by Misko Hevery <[email protected]>
refactor(test_lib): remove IS_NODEJS

Closes #1015

github.com/prettier/angular-html-parser - 2ff2ce3c6c68ccf4636abc41d02317906aed0e38 authored almost 10 years ago by Marc Laval <[email protected]>
chore(test): clean tests of if directive

Closes #1017

github.com/prettier/angular-html-parser - ab5ed6f2ece6271fc3f304d64231fea3587fcb23 authored almost 10 years ago by Marc Laval <[email protected]>
chore(doc-gen): include exported variable declaration in public docs

github.com/prettier/angular-html-parser - 0f20c39f42f15fa70928492c1175a57890e9e42b authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
feat(forms): added pristine and dirty

github.com/prettier/angular-html-parser - 8a10edec01950ba375f9b8a99de8be2e755a41c2 authored almost 10 years ago by vsavkin <[email protected]>
docs: annotations

github.com/prettier/angular-html-parser - 38b96ed7468073824cfdd5d2272f213fbb390edd authored almost 10 years ago by Misko Hevery <[email protected]>
test(forms): added a test checking support for select

github.com/prettier/angular-html-parser - d220b6a2a435bf6da9e002666a529aecf4b3beac authored almost 10 years ago by vsavkin <[email protected]>
feat(forms): added support for textarea

github.com/prettier/angular-html-parser - f42e6337b712b07a54e6cc071ac3bfe649a35f79 authored almost 10 years ago by vsavkin <[email protected]>
docs: annotations

github.com/prettier/angular-html-parser - 81312e4b3ea189eb2194e245ed2bdf89aea29158 authored almost 10 years ago by Misko Hevery <[email protected]>
feat(dart/transform): Add simple ParseTemplates step

Generate methods in the ParseTemplates step.
Add a test for inline template method generation.

github.com/prettier/angular-html-parser - 08b56e1c532d23120cdcc86f2fd95de29271bc91 authored almost 10 years ago by Tim Blasi <[email protected]>
feat(dart/transform): Implement `Html5LibDomAdapter` methods.

Adding support for some additional `DomAdapter` methods necessary to run
`Complier` in the Dart ...

github.com/prettier/angular-html-parser - 5d502d40939dfc3e576f95a8438adad492829e5a authored almost 10 years ago by Tim Blasi <[email protected]>
feat(dart/transform): Add simple ParseTemplates step

Adds a step that parses `inline` Template values to generate getters and
setters.

github.com/prettier/angular-html-parser - b3fa1fa4fa4e8bd7f15b8ef201b6917f302e4818 authored almost 10 years ago by Tim Blasi <[email protected]>
docs(developer): rename 'ending' to 'suffix' :-)

github.com/prettier/angular-html-parser - 1676e3161b041cb28e5940c54a80cb0eb3f4a062 authored almost 10 years ago by Igor Minar <[email protected]>
fix(PropertyBindingParser): detect bindings using full attribute name

Fixes #1001

Closes #1004

github.com/prettier/angular-html-parser - e0710c4613ba51f008bc8a2f4874fb1fade9d09f authored almost 10 years ago by Pawel Kozlowski <[email protected]>
Update DEVELOPER.md

pub install is the old deprecated command, pub get is the correct command.

Closes #1003

github.com/prettier/angular-html-parser - 476386fb5b514727baf8c39deaa74c255b2e0e81 authored almost 10 years ago by dgrove <[email protected]>
chore(test): improve test.unit.cjs task

Closes #998

github.com/prettier/angular-html-parser - 52bf0def4e9f5202be1682e39a89472f931eba39 authored almost 10 years ago by Marc Laval <[email protected]>
fix(bootstrap): report error on bootstrapping non-Component directive

Fixes #951. Test case added to exercise new error reporting. Also added
extra test for when Temp...

github.com/prettier/angular-html-parser - 376bdf4dc75e2d4e133c3f65970492739b02a5ab authored almost 10 years ago by Patrice Chalin <[email protected]>
fix(PropertyBindingParser): properly parse event bindings as actions

Fixes #981

Closes #987

github.com/prettier/angular-html-parser - a35cc27781ebc696240c4310654605f8c2de3eb7 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
chore(doc-gen): fix AttachCommentTreeVisitor

In the case that there were more than one comment blocks preceding a block of
code, the visitor ...

github.com/prettier/angular-html-parser - 6cdbe4a2644b72c73b3a380b1c3bc7141739de31 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
fix(examples): Fix type registration in hello_world

Fixing `registerType` call for `Content` in index_static.js.

Closes #991

github.com/prettier/angular-html-parser - 014a28fef022b4bb60afea8267dd934be45e5b72 authored almost 10 years ago by Tim Blasi <[email protected]>
feat(di): Add the `@Injectable` annotation to `Compiler`

Mark `Compiler` and its dependencies as available to the `Injector`.

github.com/prettier/angular-html-parser - 57723e135469b5b898d9ce90d3be695e4c21d224 authored almost 10 years ago by Tim Blasi <[email protected]>
feat(di): Modify hello_world to use @Injectable

Mark `GreetingService` as available to `Injector`s.

Closes #986

github.com/prettier/angular-html-parser - 153cee124437586a31ef3d10c02cd98e9c98b33b authored almost 10 years ago by Tim Blasi <[email protected]>
feat(di): Add the `@Injectable` annotation

Add an annotation marking a class as available to `Injector`s.

github.com/prettier/angular-html-parser - b656f63430ab881fe87eedef7f7dcf19c9cacd9e authored almost 10 years ago by Tim Blasi <[email protected]>
feat(build): check circular depencies in Node.js

Closes #980

github.com/prettier/angular-html-parser - a46af9c41c3a3afdd513bafb4cb2fa68453c2d0d authored almost 10 years ago by Marc Laval <[email protected]>
style(dart/transform): Rename .ngDeps.dart => .ng_deps.dart

Update to conform with file naming conventions.

Closes #975

github.com/prettier/angular-html-parser - d10df7de44471a9d12901096910c6e9a6e0b9e06 authored almost 10 years ago by Tim Blasi <[email protected]>
docs(application.js): ensure bootstrap promise,

so people using something like systemjs won't break the promise chain and at the same time shows...

github.com/prettier/angular-html-parser - 91398c3425f86edeb16a1d916913355166ab37ca authored almost 10 years ago by PatrickJS <[email protected]>
chore(test): make it easier to run all JS and Dart tests

Performed a slight refactoring of CI scripts to make it easier for
developers to run the **same*...

github.com/prettier/angular-html-parser - 452a724542174a95ccd494be7ed58a6eddc1e31a authored almost 10 years ago by Patrice Chalin <[email protected]>
fix: allow creation of var with camelCased names

Closes #957

github.com/prettier/angular-html-parser - 59a1f836a25c8b65abb00aa67fe7336560d8f660 authored almost 10 years ago by Pawel Kozlowski <[email protected]>
docs(developer): add developer docs and refactor README

A first edition of `DEVELOPER.md` inspired from the angular.dart version
and expanded to include...

github.com/prettier/angular-html-parser - 28aa7466bdcd3e307aceee4a544303f4fd3c6c9f authored almost 10 years ago by Patrice Chalin <[email protected]>
perf(DirectiveDependency): iterate only once over Dependency properties

Closes #918

github.com/prettier/angular-html-parser - c6893aceedf922573e258638afc95d6984555d57 authored almost 10 years ago by Victor Berchet <[email protected]>
chore(install): cleanup

- `package.json`: explicit path to `node_modules/.bin` isn't needed
since npm prepends it to `PA...

github.com/prettier/angular-html-parser - 87a7e7e677db109178c8ef8128c214f6b59a9343 authored almost 10 years ago by Patrice Chalin <[email protected]>
(docs) decorator events typo?

Ok I'm not sure (trying to understand angular2) but according to what i can see. Shouldn't the d...

github.com/prettier/angular-html-parser - 6fe294ff2b324c4ff80e7f50cce0c5b8580290b7 authored almost 10 years ago by Nick Van Dyck <[email protected]>
feat(test): more tests in Node.js

github.com/prettier/angular-html-parser - 46b03a524e101c7a7ddf7816e552f2c9061df288 authored almost 10 years ago by Marc Laval <[email protected]>
removed circular deps so tests run on node

github.com/prettier/angular-html-parser - 99f2d7faf6b3605b2cdadf6d48a7352e5d60e251 authored almost 10 years ago by vsavkin <[email protected]>
cleanup(change_detection): removed an unused method

github.com/prettier/angular-html-parser - b92d16c08e8d9229939f9ef91168e383573e95bb authored almost 10 years ago by vsavkin <[email protected]>
feat: added an ability to dynamically load components

github.com/prettier/angular-html-parser - 2041860a21c021efc10589533f23c8df6dc611d3 authored almost 10 years ago by vsavkin <[email protected]>
feat(compiler): added the DynamicComponent annotation

github.com/prettier/angular-html-parser - b69f3043e031a4a7c08259ef5c2ec034875fd6d2 authored almost 10 years ago by vsavkin <[email protected]>
feat(element_injector): added PrivateComponentLocation

github.com/prettier/angular-html-parser - 7488456d6819b230b294971b4bed250b95373142 authored almost 10 years ago by vsavkin <[email protected]>
style(docs/app): remove commented code

Closes #984

github.com/prettier/angular-html-parser - 1872b03fb8513614eca0111d92f3316ee1f9672e authored almost 10 years ago by GabrielBico <[email protected]>
chore(doc-gen): add new "public" docs configuration

github.com/prettier/angular-html-parser - f503c1e9e6c69e98ff05b931e38ab58e9946456e authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
docs(*): add `@publicModule` tags

Initial set of tags to demonstrate the public docs filtering

Closes #988

github.com/prettier/angular-html-parser - 85799aa1a5b46d851830fb149838eea37eff2881 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
chore(gulpfile): duplicate tasks to generate "public" docs

github.com/prettier/angular-html-parser - 8229d7edc2991523f1e67628c4d2d9c4858cb75d authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
chore(doc-gen): track modules in a dgeni service

github.com/prettier/angular-html-parser - ede7690be367a09f6830893daa375ee6f712bde6 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
refactor(view): separate context and locals

github.com/prettier/angular-html-parser - a16954d3a5977bf3c087749f7a0c81810281af08 authored almost 10 years ago by vsavkin <[email protected]>
refactor(shadow dom): do not use injectors nor directives

This prepares us for the app/render split in the compiler.

github.com/prettier/angular-html-parser - 70c875ee14aff4f58f888e15cee26821a8ce9350 authored almost 10 years ago by Yegor Jbanov <[email protected]>
docs: directive docs

github.com/prettier/angular-html-parser - 115ac5f2902bcb0fde914904f6b1cb9518f3cd1e authored almost 10 years ago by Misko Hevery <[email protected]>
release 2.0.0-alpha.13 on npm/pub

github.com/prettier/angular-html-parser - da4862a0c82866e117ee3727f80b205c00da0710 authored almost 10 years ago by Tobias Bosch <[email protected]>
feat(benchmarks): add polymer js 0.8-preview benchmark

Limitations because of preview status (see #960):

- does not yet use ShadowDOM
- does not use a...

github.com/prettier/angular-html-parser - a963ae48e5f1c9f34132ceb72a20c90e42be350f authored almost 10 years ago by Jacob MacDonald <[email protected]>
refactor(bench press): rename metrics and adapt them to the features of the browser

* Rename metrics, add `Time` suffix to all so that they are
more consistent
* iOS does not giv...

github.com/prettier/angular-html-parser - 21a293b01771e25bf38a5372b1e74dc2fa767b8a authored almost 10 years ago by Tobias Bosch <[email protected]>
chore: upgrade guinness to remove a workaround in testlib

github.com/prettier/angular-html-parser - 75ecaf02b93b8e8479c4a1c6f55ed8c835bf2ebe authored almost 10 years ago by vsavkin <[email protected]>
refactor(tests): refactor tests to clarify the behavior of onChange

github.com/prettier/angular-html-parser - 33bff17f33e27387bb62d3019fa2c7d3c455f5a2 authored almost 10 years ago by vsavkin <[email protected]>
docs: bootstrap method

github.com/prettier/angular-html-parser - 956b8c8792669de74082e01cec88ae5ee9aac565 authored almost 10 years ago by Misko Hevery <[email protected]>
refactor(view): change view to pass all bindings to proto change detector at once

github.com/prettier/angular-html-parser - 3273adade5925d041ba554861cd638cc18fbc414 authored almost 10 years ago by vsavkin <[email protected]>
docs(TestInjector): reenable jsdoc comment for exported `inject` function

This was disabled due to a bug in dgeni. See #949

github.com/prettier/angular-html-parser - 1adb23d22279c1c3050e15ab70e084772cd6eaee authored almost 10 years ago by Peter Bacon Darwin <[email protected]>
chore(package.json): upgrade to dgeni-packages 0.10.11

Closes #949

github.com/prettier/angular-html-parser - 8407aa68fe8109798cfafc99b5ea07c28ef80b40 authored almost 10 years ago by Peter Bacon Darwin <[email protected]>