Граф коммитов

58 Коммитов

Автор SHA1 Сообщение Дата
Ron Buckton ab4dfefa98 Rename exports argument in exportStar 2020-07-29 17:02:40 -07:00
Ron Buckton 2832c64fee Merge branch 'master' into fix/use-hasownproperty-call
# Conflicts:
#	tslib.es6.js
#	tslib.js
2020-07-10 17:10:42 -07:00
Wesley Wigham 6934962c89
Skip default when initially iterating exports in __importStar, same as __exportStar 2020-05-27 10:20:37 -07:00
Daniel Rosenwasser 1a9d7477f3
Revert "Revert changes to pre-3.9 behavior, update version to 1.13.0" 2020-05-13 16:01:46 -07:00
Daniel Rosenwasser 7b69d91f43 Semicolon 2020-05-13 15:52:14 -07:00
Daniel Rosenwasser 0587b2af68 Add back 'p !== default' 2020-05-13 15:50:35 -07:00
Daniel Rosenwasser ce3462e9da Re-add '__createBinding'. 2020-05-13 15:47:46 -07:00
Daniel Rosenwasser 12fca3bb5a Revert changes to pre-3.9 behavior. 2020-05-13 12:29:03 -07:00
Alan Agius 21f15b1fcf
fix: add missing semi colons after method names
See: https://github.com/microsoft/TypeScript/issues/38501
2020-05-12 19:30:34 +02:00
Wesley Wigham 6975099433
Update helpers for TS 3.9 (#99) 2020-05-05 16:56:07 -07:00
Daniel Rosenwasser 74f1ff7949 Don't be so reserved about a relicense. 2020-04-21 16:54:49 -07:00
Daniel Rosenwasser 11b9a947a7 Switch to the Zero-Clause BSD license. 2020-04-16 15:50:50 -07:00
ExE Boss e329a461d4
fix: Use `hasOwnProperty.call` 2020-02-25 14:17:23 +01:00
Michael Gunter 5c72ae82dd add helpers for private-named instance fields 2019-09-12 17:25:24 -04:00
Ron Buckton 18b0b94e90 Editorial changes from PR suggestions 2019-08-06 10:53:00 -07:00
Salisbury, Tom 0afc428e09 microsoft/typescript#32458for of locking up on generators in es5 without Symbol.iterator 2019-07-25 12:26:03 +01:00
Ron Buckton 0aa4c2a993
Updates __awaiter to latest version in TypeScript (#70) 2019-07-22 17:23:50 -07:00
Ron Buckton ab40523e1e
Add '__spreadArrays' helper (#67) 2019-06-03 18:08:40 -07:00
Nicholas Yang 57efce4ac5 Modified __rest to check if property is enumerable. (#66)
* Modified __rest to check if property is enumerable, as according to my TypeScript PR

* Changed propertyIsEnumerable call to be on s and not on Object.
2019-05-07 15:55:58 -07:00
Ron Buckton c72f81c7f7
Update __generators helper to match TS#24463 (#53) 2018-05-29 13:34:44 -07:00
Ron Buckton 008541b853
Fix async generator rejection handling (#51) 2018-05-14 10:42:10 -07:00
Wesley Wigham c1cd8e1fdd
Remove erroneous semicolons from import star helper 2017-11-17 17:37:48 -08:00
Wesley Wigham b630cee42b
Add import helpers 2017-11-17 15:55:43 -08:00
Ron Buckton 375b3f66fe
Do not add __esModule to window/global (#42) 2017-11-08 14:35:19 -08:00
Daniel Rosenwasser ce64e767c5 Updated '__makeTemplateObject'. 2017-10-07 01:16:07 -07:00
Daniel Rosenwasser f3c874d4e1 Add the '__makeTemplateObject' helper. 2017-09-18 14:44:49 -07:00
Aluan Haddad 4ae2caddd1 set the __esModule marker in createExporter (#28)
* set the __esModule marker in createExporter

* Support ES3 environments

* Respond to feedback

* Respond to feedback: Use Object.create for feature detection

* fix

* fix

* fix

* fix
2017-08-19 15:06:23 -07:00
Ron Buckton 4fcf2ca94c Update asyncDelegator for TS15862 2017-05-15 15:32:33 -07:00
Ron Buckton 01fbd36262 Update async generator helpers to align with #15521 2017-05-04 13:15:58 -07:00
Ron Buckton 90b4e18955 Update with changes from Microsoft/TypeScript#15277 2017-04-19 14:12:49 -07:00
Ron Buckton 138204b255 Fix yield in async generator 2017-04-17 17:34:30 -07:00
Ron Buckton 510be4829b Update tslib/tslib.es6 to latest versions of helpers. 2017-02-21 12:16:46 -08:00
Ron Buckton db17a852bb Merge branch 'master' into asyncGenerators 2017-02-21 12:12:44 -08:00
Ron Buckton 7be96d3e0f Merge pull request #21 from Microsoft/externalExportStar
Support for an external exportStar helper
2017-01-05 22:02:57 -08:00
Ron Buckton 722597f8f2 Support for an external exportStar helper 2016-12-31 19:12:44 -08:00
Ron Buckton 2802911b4c Update to latest versions of helpers 2016-12-31 18:11:04 -08:00
Ron Buckton dad57029c7 Merge branch 'master' into asyncGenerators 2016-12-31 17:52:59 -08:00
Mohamed Hegazy b6d3732776 Update extends to use `setPrototypeOf` when available 2016-12-30 14:36:23 -08:00
Ron Buckton d62346176d Remove System.register from UMD header 2016-12-21 17:20:43 -08:00
Bill Ticehurst 8491144bba Fix IE8 compat in Function.apply calls 2016-12-14 16:03:02 -08:00
Ron Buckton 6c2180b29f Merge branch 'master' into asyncGenerators 2016-11-30 13:38:10 -08:00
Mohamed Hegazy 956643a544 Port null/undefined support in __rest from https://github.com/Microsoft/TypeScript/pull/12552 2016-11-29 16:33:21 -08:00
Ron Buckton 5c203ae920 Support for iteration and async generators 2016-11-19 19:58:01 -08:00
Nathan Shively-Sanders 3e929fa5e9 Update __rest emit to handle symbols 2016-11-16 09:59:59 -08:00
Nathan Shively-Sanders 177a35e442 Address PR comments.
1. Clean up __rest definition
2. Add __rest to tslib.es6.js
2016-11-11 08:33:01 -08:00
Nathan Shively-Sanders f3120e888e Add __rest helper 2016-11-10 10:08:31 -08:00
Ron Buckton 0a43c5c4d2 Fix syntax error in __awaiter when running in ES3 2016-10-06 13:32:24 -07:00
Ron Buckton 36ed1215ee Updated __generator helper. 2016-09-13 13:05:29 -07:00
Ron Buckton a5b18fe772 Adds __generator helper 2016-09-09 13:27:19 -07:00
Ron Buckton eae79cb526 Updated global script support 2016-06-10 23:14:18 -07:00