Skip to content

Salsa: renaming in TypeScript does not rename in JavaScript #6648

Closed
@egamma

Description

@egamma

From @alexandrudima on January 27, 2016 14:33

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-rename

Copied from original issue: microsoft/vscode#2456

Metadata

Metadata

Assignees

No one assigned

    Labels

    FixedA PR has been merged for this issue

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions