Commit Graph
15773 Commits
Author SHA1 Message Date
Horiuchi_H b2fcb672f9 Merge pull request #7413 from Brooooooklyn/issue/gulp-dtsm
fix import
2016-01-04 16:05:47 +09:00
Horiuchi_H f48ade8a70 Merge pull request #7408 from Brooooooklyn/issue/gulp-minify-html
fix import
2016-01-04 16:05:30 +09:00
Horiuchi_H a1179d1fcc Merge pull request #7411 from Brooooooklyn/issue/gulp-csso
fix import
2016-01-04 16:05:08 +09:00
Horiuchi_H f14eaf1ccc Merge pull request #7412 from Brooooooklyn/issue/gulp-debug
fix import
2016-01-04 16:04:43 +09:00
Horiuchi_H 5f936522f6 Merge pull request #7415 from Brooooooklyn/issue/gulp-gh-pages
fix import
2016-01-04 16:04:05 +09:00
Horiuchi_H 1ced49a915 Merge pull request #7409 from Brooooooklyn/issue/gulp-autoprefixer
fix import
2016-01-04 16:03:28 +09:00
Horiuchi_H 8726f58c70 Merge pull request #7407 from Brooooooklyn/issue/gulp-mocha
fix import
2016-01-04 16:03:00 +09:00
Horiuchi_H 75e460caa3 Merge pull request #7388 from Brooooooklyn/patch-3
Update gulp-watch.d.ts
2016-01-04 15:58:24 +09:00
Horiuchi_H b332350209 Merge pull request #7399 from EricByers/master
New Definition for console-stamp
2016-01-04 15:52:41 +09:00
Horiuchi_H f50d679cf5 Merge pull request #7394 from jocull/lwip
lwip toBuffer calls should callback with Buffer instead of Image
2016-01-04 15:51:24 +09:00
Horiuchi_H d58170a43a Merge pull request #7395 from nicojs/master
[commonmark] Added typing for commonmark.js
2016-01-04 15:27:21 +09:00
Horiuchi_H bbc24c16f7 Merge pull request #7392 from jocull/restify
Support optional headers in response send / json calls, requested files, authorizationParser
2016-01-04 15:23:19 +09:00
Horiuchi_H abe6fa49a2 Merge pull request #7389 from yar3333/patch-1
Update three-canvasrenderer.d.ts
2016-01-04 15:21:53 +09:00
Horiuchi_H f3d9a599cd Merge pull request #7380 from nkovacic/master
Changed set property from put in IStorage interface
2016-01-04 15:18:17 +09:00
Horiuchi_H d792299b15 Merge pull request #7381 from svi3c/master
Add verror definitions and tests
2016-01-04 15:13:20 +09:00
Horiuchi_H 8f52bb66d8 Merge pull request #7375 from valotas/marked
Added a MarkedRenderer definition
2016-01-04 14:59:48 +09:00
Horiuchi_H d8eeaeb8e4 Merge pull request #7374 from hinamiyagk/electron-ipc-event
Add type definition for IPC Event on main process
2016-01-04 14:58:31 +09:00
Horiuchi_H 873960d55f Merge pull request #7371 from davidsulc/patch-1
added getProcessedConfig to IBrowser typing
2016-01-04 14:56:50 +09:00
Horiuchi_H 02ad228988 Merge pull request #7361 from mizunashi-mana/fix-parsimmon-dts
add type definition for parsimmon
2016-01-04 14:55:30 +09:00
Horiuchi_H 3c652ccbb3 Merge pull request #7370 from iplabs/username
Add typings for NodeJS library "username"
2016-01-04 14:53:21 +09:00
Horiuchi_H 4461eb91e7 Merge pull request #7369 from iplabs/fullname
Add typings for NodeJS library "fullname"
2016-01-04 13:18:00 +09:00
Basarat Ali Syed fe563dff34 Merge pull request #7426 from maouida/master
Updated couchbase definition to work with the latest node.js sdk 2.1.2
2016-01-01 16:52:48 +11:00
Marwan Aouida 32e6383dff fixed build errors 2015-12-31 08:44:01 +01:00
Marwan Aouida 11b4d3ab95 fixed build errors + removed old version definition 2015-12-31 08:39:01 +01:00
Marwan Aouida c0049815d6 updated test using a sample code from official documentation 2015-12-31 08:20:06 +01:00
Marwan Aouida 468527700e updated couchbase definition to work with the latest node.js sdk 2.1.2 2015-12-30 19:14:39 +01:00
James O'Cull 9e4b7a31d5 Changes to support authorizationParser 2015-12-30 12:24:56 -05:00
Georgios Valotasios 493d3b6882 Changed the MarkedRendere's functions return type from any to string 2015-12-30 17:51:07 +01:00
Long Yinan 5c44167b70 fix import 2015-12-30 19:34:32 +08:00
Long Yinan b43adcdb8a fix import 2015-12-30 19:15:48 +08:00
Long Yinan 9693e563af fix import 2015-12-30 19:02:55 +08:00
Long Yinan 0caf0e98f8 fix import 2015-12-30 18:59:54 +08:00
Long Yinan 17705ca1d5 fix import 2015-12-30 18:50:53 +08:00
Long Yinan 05a3f041b3 fix import 2015-12-30 18:47:58 +08:00
Long Yinan 37b6a53383 fix import 2015-12-30 18:39:22 +08:00
LongYinan 6d72f60cc0 Update gulp-watch.d.ts
fix
```
import * as watch from 'gulp-watch'
```
fail
2015-12-30 10:33:27 +08:00
Eric Byers e59b58703f Adding definition for console-stamp 2015-12-29 18:43:49 -06:00
nicojs a113f5db25 [commonmark] Added typings for javascript reference implementation of the commonmark markdown spec 2015-12-29 21:38:33 +01:00
James O'Cull 3cceead6e0 lwip toBuffer calls should callback with Buffer instead of Image 2015-12-29 14:53:28 -05:00
James O'Cull aeb8fefd8b Add definition for request files 2015-12-29 14:44:13 -05:00
James O'Cull 6ae08bfbab Support optional headers in response send / json calls 2015-12-29 14:30:24 -05:00
Yaroslav Sivakov 8d6eff700d Update three-canvasrenderer.d.ts
Minor: add "alpha" to CanvasRendererParameters.
2015-12-29 20:19:20 +03:00
Sven Reglitzki fd150ec840 Add verror definitions and tests 2015-12-29 09:47:27 +01:00
Niko Kovacic 192b0eee4d Changed set property from put in IStorage interface 2015-12-29 09:43:45 +01:00
Georgios Valotasios e31174ef24 Parser parses tokens 2015-12-28 22:41:36 +01:00
Georgios Valotasios 38ad9c5fa4 Exposed the Parser 2015-12-28 22:33:30 +01:00
Georgios Valotasios 7f6e0444b1 Added the text function to the MarkedRenderer interface 2015-12-28 20:16:38 +01:00
Georgios Valotasios 870cb9e2bb Added a MarkedRenderer definition 2015-12-28 18:07:37 +01:00
hinamiyagk 0a25e19498 Add type definition for IPC Event on main process 2015-12-29 01:20:15 +09:00
David Sulc 64b25f63f0 add getProcessedConfig to IBrowser typing
https://angular.github.io/protractor/#/api?view=Protractor.prototype.getProcessedConfig
2015-12-28 14:35:04 +01:00