Commit Graph
6 Commits
Author SHA1 Message Date
Aluan Haddad be50516c67 Modernize the declaration as a hybrid UMD + explicit global (#20512)
* Modernize the declaration as a hybrid UMD + explicit global

* fix failing tests

* remove dependency on lib.dom.d.ts

* append own name to maintainers list

* add a tslint.json file; lint declaration; lint tests

* remove SystemJSSystemFields interface
move SystemJSSystemFields properties to System interface
add comments to additional members. reference: https://github.com/systemjs/systemjs/blob/master/docs/config-api.md#warnings

https://github.com/systemjs/systemjs/blob/master/docs/config-api.md#pluginfirst

* Update header as per code review.
2017-10-12 13:51:02 -07:00
Andy 947a8fb761 Enable strictFunctionTypes (#20373) 2017-10-06 14:03:03 -07:00
Rudolph Gottesheim 022fe404df Add property "authorization" to the MetaConfig interface
This property isn't properly documented (https://github.com/systemjs/systemjs/blob/master/docs/config-api.md#meta),
but the implementation can be found here:
* https://github.com/systemjs/systemjs/blob/96f9ec1edf9507491b981044f68d30672f199fb8/src/fetch.js#L26
* https://github.com/systemjs/systemjs/blob/96f9ec1edf9507491b981044f68d30672f199fb8/src/fetch.js#L83
2017-09-04 12:23:28 +02:00
Andy 924fafffc0 Fix remaining lint errors (#19166) 2017-08-20 15:37:53 -07:00
Aluan Haddad 972aedb721 typescriptOptions: removed typeCheck option (#18487) 2017-07-31 13:49:51 -07:00
Andy Hanson 354cec620d Move all packages to a types directory 2017-03-24 14:27:52 -07:00