Skip to content

ParsedDocument#astNode was any.#164

Merged
rictic merged 7 commits intomasterfrom
no-any-ast
Apr 18, 2018
Merged

ParsedDocument#astNode was any.#164
rictic merged 7 commits intomasterfrom
no-any-ast

Conversation

@rictic
Copy link
Contributor

@rictic rictic commented Apr 17, 2018

No description provided.

@rictic rictic requested a review from aomarks April 17, 2018 23:59
constructor(url: ResolvedUrl, contents: string) {
super({
ast: null,
ast: null as any,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this safe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out it wasn't necessary. Removed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants