Commit graph

103 commits

Author SHA1 Message Date
Micah Zoltu a846e7f4c0
Fixes Number.is* signatures to accept any input.
These functions are incredibly useful for testing to see if a value is a number that meets certain constraints as they return false for _any_ input that doesn't satisfy the constraints explicitly.  Tested in NodeJS and Firefox and both of them work properly when you give a range of values.  MDN also indicates that they will return false for any non-number input.
2018-05-27 13:13:35 +08:00
Mohamed Hegazy 85dcfec33c Update LKG 2018-05-21 11:01:35 -07:00
Mohamed Hegazy 7016dfd246 Remove .js.map and .d.ts files added in #23844 2018-05-21 10:51:08 -07:00
bluelovers dff19a5f70
es2018 regexp dotAll 2018-05-18 10:07:46 +08:00
Andy deef6cd88c
Update LKG (#23844) 2018-05-03 08:02:41 -07:00
Mohamed Hegazy 5f9c34bcd2 Update LKG 2018-04-04 15:13:24 -07:00
Wesley Wigham 79e5e79ef7
Update LKG 2018-03-28 17:46:57 -07:00
Adrien Gibrat 4f0a2e24e4 Fix function.apply type definition
Thanks @DanielRosenwasser #fix 22600
2018-03-26 23:11:16 +02:00
Andy 530d7e9358
Update LKG (#22085) 2018-02-21 09:12:48 -08:00
Alan Agius 7b9ceb85fa refactor: use union type in DateConstructor (#21757)
* refactor: use union type in `DateConstructor`

Add support for union types in `DateConstructor`

This will add support for something like the below;
`
let date; string | number;
const date = new Date(x);
`

Closes: #21758

* fix: date constructor can't be passed `string | Date`, but takes either individually

Closes: #20900
2018-02-08 12:22:37 -08:00
benbraou 49a48ffd4d fix(es2018): add a target and an initial lib (#20385)
* run Jake LKG before es2018 addition

Fixes #20342

* fix(es2018): add a target and an initial lib

Fixes #20342
2017-12-02 11:16:59 -08:00
Cameron Taggart b36379c597 replaced @parm typo with @param (#20277) 2017-11-27 10:10:55 -08:00
Andy a6555921f4 Update LKG (#18774) 2017-09-26 13:51:27 -07:00
Andy cd2ea9a12f Update LKG (#17993) 2017-08-23 17:48:01 -07:00
Wesley Wigham b74ec1c58b Update LKG (#17538) 2017-07-31 15:54:41 -07:00
Donald Pipowitch f309996b32 added es2017.intl (#15369) 2017-05-24 09:50:38 -07:00
andy-ms b162097c3c Make ScriptElementKind and HighlightSpanKind string enums 2017-05-20 07:56:24 -07:00
Mohamed Hegazy 451561ec8d Update LKG 2017-04-26 14:38:47 -07:00
Soo Jae Hwang 747a6fd4f5 Replace "tsc @args.txt" to "tsc --project tsconfig.json" 2017-03-22 10:38:05 +09:00
Magnus Hiie 9ac2ea722d Add insert...Braces Option to Server Protocol
Closes #13275
2017-03-01 18:48:08 +02:00
Ryan Cavanaugh 8b9fa4ce74 LKG update 2017-02-15 14:44:31 -08:00
Mohamed Hegazy 1978c5b07d Update LKG 2017-01-05 11:58:24 -08:00
Mohamed Hegazy 4086bd13c7 Update LKG 2017-01-05 11:01:12 -08:00
Bill Ticehurst b624d47817 Update LKG 2016-12-15 13:46:39 -08:00
Bill Ticehurst 371e4f7bc2 Make line-endings LF only in the /lib dir 2016-12-14 22:03:00 -08:00
Ron Buckton 06a13b9d10 Fix string constituent check in checkElementTypeOfArrayOrString 2016-11-14 15:22:04 -08:00
Andy Hanson 6814c1d883 Forbid unused locals/parameters anywhere 2016-10-19 08:27:49 -07:00
Mohamed Hegazy cdafc9dca1 Update LKG 2016-10-13 17:29:03 -07:00
Mohamed Hegazy 97d40ab432 Update LKG 2016-10-13 17:08:58 -07:00
falsandtru 7060f51fb2 Fix the Function interface (#11269) (#11293) 2016-10-13 16:24:05 -07:00
Vladimir Matveev daa4b1fa17 update LKG 2016-09-27 14:21:18 -07:00
Vladimir Matveev 912e685f2a update LKG, resolve merge issues 2016-09-27 12:51:24 -07:00
Daniel Rosenwasser 2e7c83abc8 Updated LKG. 2016-09-27 11:44:25 -07:00
Vladimir Matveev 833a46c091 merge with origin/master 2016-09-27 10:22:41 -07:00
Mohamed Hegazy 0a0b7e4baa Update LKG 2016-09-22 16:31:23 -07:00
Kanchalai Tanglertsampan 3a9d8506eb Update LKG 2016-09-14 17:01:03 -07:00
Kanchalai Tanglertsampan 5f1336be9e Update LKG 2016-09-14 16:38:11 -07:00
Mohamed Hegazy 4ce2280559 Update LKG 2016-09-14 13:42:01 -07:00
Mohamed Hegazy 0c443c2569 Update LKG 2016-09-14 13:30:16 -07:00
Mohamed Hegazy 3d0547c819 Merge pull request #10550 from benmosher/strict-null-check-proxy
Allow undefined from ProxyHandler<T>.getOwnPropertyDescriptor
2016-09-13 14:08:23 -07:00
Mohamed Hegazy 60d6578cb5 Update LKG 2016-09-13 09:20:05 -07:00
Mohamed Hegazy b8759b38ee Update LKG 2016-09-12 12:38:32 -07:00
falsandtru 63eec9c926 Fix {Map,WeakMap}.prototype.set method signatures (#10694) 2016-09-10 03:29:34 +09:00
Mohamed Hegazy 8ae5b5fe20 Update LKG 2016-09-09 11:28:48 -07:00
Ben Mosher d7376aa8f1 Allow undefined from ProxyHandler<T>.getOwnPropertyDescriptor
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy/handler/getOwnPropertyDescriptor
2016-08-25 20:30:17 -04:00
Kanchalai Tanglertsampan d6dac6a6cb Update LKG 08/25 2016-08-25 16:23:32 -07:00
Mohamed Hegazy 13576064f3 Update LKG 2016-08-25 10:16:53 -07:00
Kanchalai Tanglertsampan c254e9589f Update LKG on 08/22 2016-08-22 17:25:48 -07:00
Yui c05a866739 Update LKG on 08/19 (#10445) 2016-08-19 18:06:31 -07:00
Mohamed Hegazy 78f259340a Merge branch 'master' into release-2.0 2016-08-18 16:17:18 -07:00