* add custom request to NextContext
* update nextdocumentcontext to also use NextContext customReq
* update NextAppContext to also use NextContext customReq
* add test for CustomReq in NextContext
* add test for CustomReq in NextDocumentContext
* Made types from amplify usable for amplifier (the nodejs version of amplify)
* Fix tests
* Set tsconfig as asked in pull request requirements
* Revert tsconfig cnanges since it breaks tests
* Bring back strictness
* Fix tslint errors
* Fix callback function params
* Add ts3-nodejs-library typings
* Use files instead of include
* Fix json error in tsconfig
* Require at least TypeScript Version 3.0
* Fix typescript version header
* Remove duplicate typings in subclasses of the abstract class
* Add constructor list typings
* type-safe events construct, remove unneeded steam dependency and more
* Add more typings
* Correctly reference node types for Buffer and Fix linting issues
* Type 'close' and 'error' event
* Type 'clientdisconnect', 'flooding', 'debug' and ready events
* Type definitions for react-native-zss-rich-text-editor 1.1.0
* Type definitions for react-native-zss-rich-text-editor 1.x
* Added tests file and corrected reference type
* 1,added parameter for the callback member of `fail` for Unzip API
2,the argument of access is wrong, no it's fixed to `filePath -> path` (`accessSync` does not have return value in official site, don't know why...)
3,added `digest` for the argument in the callback of `fileInfo` API
4,added more doc info for download API to describe `filePath` and `res.tempFilePath`
5,added more doc info for `removeSavedFile` (remove file should use `unlink` in newer version)
* modify version number
* 1, fixed bug: the members of the argument object of the callback function for touch event (e.g.: onTouchMove onTouchDown etc) are incorrect.
2, add onTap etc members for API wx.createXXXButton
3, improve: change the array members of the callback function as ready only for some APIs
* fixed format error for dtslint
* add rule
* update index.d.ts
disable dt-header rule (but still according the header rule format), because the official version has the minor version number
* add `non-npm package` for header for the new rule
* restore to the default state
* misunderstand about the version
originally I thought the version should be matched with the lib version, so changed it frequently, but that's just a misunderstanding, let's start to maintain this defintion from 2.6 as the first version number :)
* Update index.d.ts
implemented chrome.serial ( https://developer.chrome.com/apps/serial ), Use the chrome.serial API to read from and write to a device connected to a serial port.
* Update index.d.ts
added ekinsol to the definitions by list