chore(test): add dtslint files and script#3944
Conversation
Generated by 🚫 dangerJS |
|
Hmm. I hadn't noticed that npm had made such a mess of the lock file. I will try to fix it up a little. |
|
though lockfile itself seems ok-change? |
|
I'm just going to re-apply the commits and do a single install of dtslint using the current lock file from master. I'm not going to manually mess with the lock file. The initial commits and install of dtslint were from some time ago and I had to re-install dtslint to get an updated dependency - as I'm creating this PR on a different computer - and I really don't think that the lock file should have as many changes in it as it appears to have. I'd like to be sure that what was in the |
|
@kwonoj I'm done messing with this. I don't know why npm does some of the things that it does. E.g. it appears to have changed Anyway, I'm at least confident that there wasn't any filth in |
Description:
This PR adds dtslint to the full-validation build. The dtslint-related files are in the
spec-dtslintdirectory.The
typetests for thezipfactory function and thezipoperator have been included so that they are tested using dtslint's expectations. The originaltypetests have not been removed.Related issue (if exists): #3823