7
atom.d.ts
in this repo differs significantly from the one in DefinitelyTyped. Some methods are missing, a lot of methods have been added (e.g. onDidChangeActivePaneItem
and other event subscriptions). Is there a reason why they are maintained separately? Wouldn't it be better and easier for everybody to push changes from this repo to the main branch of DT?
import from 'AuthorizeStep'
it works.
./AuthorizeStep
.
source/AuthorizeStep
from AuthorizeStep
and it can find it now... maybe atom just took a while to notice the new file?
how i can turn off auto TSLint
We don't tslint (https://www.npmjs.com/package/tslint) ... we give ts compiler errors. But as suggested there isn't a way to switch it off at a granular level
I've noticed that atom.d.ts in this repo differs significantly from the one in DefinitelyTyped. Some methods are missing, a lot of methods have been added
Yeah a reconciliation needs to be done. I've been focused on updating the defs locally only. Anybody is free to PR upstream