forked from DefinitelyTyped/DefinitelyTyped
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[adone] refactoring, fixes (DefinitelyTyped#23321)
* refactoring, fixes * add sprintf * [assertion] replace assert properties with methods * [assertion] is* -> * * [data.json] add newline opt for encode * [data.mpak] add tryDecode, add constructor opt for Serializer, add registerCommonTypesFor function * [data.base64] add encoding param for decode * [stream] make core a namespace, stream.core() -> core.create(), stream.CoreStream -> stream.core.Stream * [fs] add readlinkSync, utimes, utimesSync, utimesMillis, readdirp, appendFIleSync, rmEmpty * [fs] remove fd namespace, put everything into fs * [fs] add mkdirSync, mkdirp, mkdirpSync * [fs] fix copy, add copyTo * [fs] pos options for tail * [is] add type guards * [promise] add props, retry * [shani] add todo for it/describe * [utils] remove mapArguments, functionParams, by, stripBom, GlobExp, sqlstring.(arrayToList, bufferToString objectToValues), buffer.(concat, mask, unmask), userid * [utils] fix toposort, class ReInterval -> function reinterval, move throttle into its own namespace and add options, move RateLimiter to throttle * [utils] add buffer.toArrayBuffer, buffer.xor, arrayDiff, fillRange, inflection, merge, omit, parseTime, pick, querystring, regexNot, repeat, signalNameToCode, splitBuffer, splitString, toRegex, xorDistance, braces, match * event.EventEmitter -> event.Emitter
- Loading branch information
1 parent
83b24fb
commit 366d972
Showing
20 changed files
with
3,102 additions
and
1,095 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.