-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: parentNode.body is not iterable in v11 #156
Comments
This is one of the few files with import declarations, so no doubt this was introduced in #149. |
@jakebailey please give some code to reproduce |
The file is https://github.com/microsoft/TypeScript/blob/main/src/harness/fourslashInterfaceImpl.ts, but I'll try to minimize it. |
This snippet does it: export namespace Completion {
export import CompletionSource = ts.Completions.CompletionSource;
} |
@jakebailey Thank you. Can you give your config for this rule? |
Finnaly, I got it. I'll fix |
I tried updating to v11 on the TypeScript repo, and got this:
The text was updated successfully, but these errors were encountered: