9 Commits
Author SHA1 Message Date
vvakame 4de74cb527 normalize line ending (CRLF -> LF) 2016-02-16 01:20:30 +09:00
rhysd 365b6ffc7c Fix exporting cheerio module
cheerio is intended to be used as below:

```javascript
var cheerio = require('cheerio'),
    $ = cheerio.load('<h2 class="title">Hello world</h2>');
```

So we should use `import * as cheerio from "cheerio"` in TypeScript.
However, `cheerio` was defined with `export default` in cheerio.d.ts.
2015-09-04 17:23:11 +09:00
vvakame 9960f3c353 fix cheerio/cheerio-tests.ts 2015-09-03 21:56:56 +09:00
Almouro 3e6f9cbd89 Support ES6 import syntax 2015-08-16 12:12:50 +02:00
Almouro 2004f8fc47 Updated definition and tests to reflect Cheerio doc 2015-08-16 12:12:50 +02:00
Almouro 5d0102d544 Add ability to create element without using load 2015-08-16 12:12:50 +02:00
VILIC VANE 507a26a9ed cheerio v0.17.0 definitions 2014-06-15 16:27:36 +08:00
gstamac 0243aa7790 Cheerio: changed "import module" to "import require" 2013-08-23 12:39:34 +02:00
Neil Stalker 25127bf917 fix cheerio for TS 0.9 2013-06-21 16:08:00 +01:00