You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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).
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
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.
The text was updated successfully, but these errors were encountered: