Closed
Description
Hello: TSLint is using the scanner interface for a few things -- like walking through all tokens for enabling/disabling rules selectively or for enforcing indentation. Since the scanner is no longer exported in the d.ts. in beta, this breaks TSLint. Can you please tell us what the alternative to using a scanner is, or if there's any way to have the scanner exported in typescript's d.ts? Thanks!