Commit Graph

7 Commits

Author SHA1 Message Date
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
waiting
6fb134d9fc Optimize type of params by Union Types (#20680)
* Optimize type of params by Union Types

* Avoid variable name of parameter clashes with keyword/type

writeCString()

* Add tslint.json

* tsconfig: turn strictNullChecks on

* Use const instead of var

* Use arrow function

* Update by new-parens

* Update for object-literal-key-quotes

* Update semicolon

* types: use object instead of Object

* types: use object instead of Object

* types: merged by union types

* Use const instead of var

* tsling: no-consecutive-blank-lines max 3

* Fix dt-header by 0.1

* Add '// TypeScript Version: 2.2' under header

* Fix for trim-file

* Update for prefer-declare-function

* tsling: turn ban-types off for use of 'Function'

* Update definition of Library

* Remove `@overide` tag
2018-01-02 17:32:22 -08:00
Li Yin
9dc3b08389 [ref-struct]: add opt parameter to allow create packed struct (#21932)
* [ref-struct]: add opt parameter to allow create packed struct

* Set TypeScript version to 2.2 for package depending on ref-struct
2018-01-02 13:08:44 -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 Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00