Skip to content

Salsa: symbols not found (ES5) #7134

@egamma

Description

@egamma

From @warpdesign on February 17, 2016 11:21

I have activated salsa and when activated, some symbols cannot be found anymore in ES5 files.

For example, if I have a a file with only:

function toto() {
}

Typing @totowill work and highlight the toto function.

But if I wrap the code into a closure, it doesn't work anymore:

salsa

Without salsa, it works as expected, highlighting the toto function even if it is wrapped into a closure.

Code 0.10.8
Windows 10

Copied from original issue: microsoft/vscode#3079

Metadata

Metadata

Assignees

Labels

FixedA PR has been merged for this issueSuggestionAn idea for TypeScript

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions