mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-04-03 04:04:33 +00:00
* Remove export as namespace This particular file was causing me issues with the new typings-2.0 since it doesn't support exporting namespaces from within modules. * Updating Q to have optional resolves, adding tslint file, fixing tests compilation * forgot to merge in latest from upstream, replicated the changes into new folder structure * adding tslint to q * latest changes to please tslint, but is currently breaking the .all tests - still need to fix * fixing the reason why the tests was failing, a problem with Typescript trying to decipher the signature of arrays within function arguments that are unionized, updating tslint to ignore those issues * whoops, messed up header which failed linting