Skip to content

Salsa cross TS-JS find all references does not work #6647

Closed
@egamma

Description

@egamma

From @alexandrudima on January 27, 2016 14:38

Testing #2218

producer.js:

/**
 * @param {number} one
 */
exports.hi = function(one) {
    return 5;
}

exports.ciao = 'ciao';

consumer.ts

import * as p from './producer';

class A {
    public something: boolean;
    public foo(): void {}
}

var x = p.ciao;

salsa-ts-js-find-references

Copied from original issue: microsoft/vscode#2457

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions