Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Fix collection updating and undefined error #42

Merged
merged 1 commit into from
May 20, 2020
Merged

Fix collection updating and undefined error #42

merged 1 commit into from
May 20, 2020

Conversation

anstarovoyt
Copy link
Contributor

@anstarovoyt anstarovoyt commented May 19, 2020

  1. We shouldn't change collection from the original method because it can produce unexpected behaviour (the original collection is cached in the host).
  2. Fix "object is undefined" error for fixes not from the map

Fun fact: I reported similar to (1) issue several years ago for "tslint-typescript-plugin"
angelozerr/tslint-language-service#41

1. Do not use change from original method because it can produce unexpected behaviour (orignal collection is cached in the host)
2. Fix "object is undefined" error for fixes not from the map
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants