Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- the `fileNames` Set that was previously introduced in c86e07b caused a regression during watch mode - this is because `setSnapshot` was updated to call `this.fileNames.add`, but `getScriptSnapshot` was not - instead of updating both to be the same, we can just call `setSnapshot` from `getScriptSnapshot` as this code is supposed to be identical - also rename `data` -> `source` for consistency and clarity (`source` is a more specific name)
- Loading branch information