Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Update npm package rules and .d.ts files #790

Closed
buzinas opened this issue Nov 11, 2015 · 4 comments
Closed

Update npm package rules and .d.ts files #790

buzinas opened this issue Nov 11, 2015 · 4 comments

Comments

@buzinas
Copy link
Contributor

buzinas commented Nov 11, 2015

I'm developing some custom rules for TSLint, and I figured out that the npm package isn't updated with the master branch, for example: SyntaxWalker.visitArrayLiteralExpression doesn't exist.

Am I doing anything wrong, or isn't the npm package updated?

Thanks in advance.

@jkillian
Copy link
Contributor

You're right, we haven't released a normal release recently. For now, I'd recommend depending on the dev version, 3.0.0-dev.2, which will have that missing method.

Note that you'll have to replace your ///<reference>s with imports as mentioned in the bottom of this comment: #726 (comment).

@buzinas
Copy link
Contributor Author

buzinas commented Nov 11, 2015

Ok, @jkillian, thanks for the fast response!

I'll be using the 3.0.0-dev.2 version. Is there any estimated time for the 3.0.x version be launched?

@jkillian
Copy link
Contributor

Things are seeming fairly stable in the dev releases, so hopefully pretty soon. Theoretically it could happen this Friday, but don't want to promise anything because issues can always come up haha

@buzinas
Copy link
Contributor Author

buzinas commented Nov 11, 2015

Sure :P

I'll close this for now, thanks again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants