Commit Graph

15 Commits

Author SHA1 Message Date
Denis Cappellin
966470e9e5 Add missing definition for writeLong 2019-01-27 12:10:10 +01:00
Taku Shimosawa
4cace8f646 [bytebuffer] Change to/add Buffer in the types for arguments and return types 2019-01-03 09:26:47 -08:00
Jonathan Hobbs
34ee623559
add space after full stop 2018-12-20 11:22:11 +00:00
Jonathan Hobbs
11c0738956
fix writeString to have lowercase W
Official sources all identify this as `writeString` not `WriteString`.

- https://github.com/dcodeIO/bytebuffer.js/blob/master/dist/bytebuffer.js#L2153
- https://github.com/dcodeIO/bytebuffer.js/blob/master/dist/bytebuffer-node.js#L2014
- https://github.com/dcodeIO/bytebuffer.js/wiki/API#bytebufferwritestringstr-offset
2018-12-20 10:36:59 +00:00
Mine Starks
17ab1e59a3
Merge pull request #24414 from weeco/bytebuffer-fixes
Fixed a couple wrong method and property types
2018-03-20 16:13:10 -07:00
Weeco
117e46672d Fixed a couple methods and types 2018-03-20 19:31:37 +01:00
Andy Hanson
45c9246c09 Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
Andy
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs (#23354) 2018-02-05 11:01:56 -08:00
Edward Woolhouse
f009df31d0 [bytebuffer] Add missing 'readBytes' and 'writeBytes' functions (#23044) 2018-01-23 10:47:15 -08:00
Andrew Sun͈̮
53c6d6aa43 Fix typo in bytebuffer (#22580) 2018-01-03 00:47:38 -08:00
samrg472
979f91a2e6 Fix typos in calculation functions and add missing function (#22614) 2018-01-03 00:43:32 -08:00
Andy
19f89399e4 Ensure every package has a tslint.json (#21009)
* Ensure every package has a tslint.json

* Fixes
2017-10-25 11:13:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
5d6c651a1a Apply stricter lint rules (#19063) 2017-08-17 14:53:41 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00