Commit Graph

10 Commits

Author SHA1 Message Date
Tobias Lidskog
39aac84408 JS Date is not a JSON type.
The cookie ”expires” field is an optional string according to http://www.softwareishard.com/blog/har-12-spec/#cookies. It’s a string that can be parsed as a date, but it’s not a Date object.
2018-02-17 16:36:23 +01:00
Tobias Lidskog
dea469dcaa WebPageTest extensions can be set to null.
WebPageTest can set extended fields (fields starting with ’_’) to null, instead of omitting them.
2018-02-17 16:31:17 +01:00
Tobias Lidskog
25103578d8 Allow null for cache data, according to HAR spec.
The HAR spec allows for afterRequest and beforeRequest to be null, see
http://www.softwareishard.com/blog/har-12-spec/#cache. This has a different semantics from the fields being left out.
2018-02-17 13:57:24 +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
Andy
097d2acf71 Miscellaneous lint fixes (#20849) 2017-10-22 15:22:50 -07:00
Andy
947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Andy
bbc61fbf93 Extend "dtslint/dt.json" directly instead of "../tslint.json". (#15822)
* Extend "dtslint/dt.json" directly instead of "../tslint.json".

* Convert more "../tslint.json" to "dtslint/dt.json"

* no-redundant-modifiers -> strict-export-declare-modifiers
2017-04-14 08:04:05 -07:00
Andy
b6c343f2b3 Apply new lint rules to yet more packages (#15548)
* Apply new lint rules to yet more packages

* Fix leaflet lint
2017-03-31 11:01:26 -07:00
Andy Hanson
354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00