Skip to content

Fix alias naming and structure bugs in js declarations #34786

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 30, 2019

Conversation

weswigham
Copy link
Member

Fixes #33626

@weswigham weswigham force-pushed the fix-js-declaration-bugs branch from 60396d8 to f6dbbfd Compare October 28, 2019 21:58
@weswigham
Copy link
Member Author

@typescript-bot pack this

@typescript-bot
Copy link
Collaborator

typescript-bot commented Oct 28, 2019

Heya @weswigham, I've started to run the tarball bundle task on this PR at f6dbbfd. You can monitor the build here. It should now contribute to this PR's status checks.

@typescript-bot
Copy link
Collaborator

Hey @weswigham, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/51345/artifacts?artifactName=tgz&fileId=BE8227D37C4FBD85D3EC6A4F2B506E69739A0B654874B0793F8371FF9400A48102&fileName=/typescript-3.8.0-insiders.20191028.tgz"
    }
}

and then running npm install.

@typescript-bot
Copy link
Collaborator

Hey @weswigham, something went wrong when looking for the build artifact. (You can check the log here).

Copy link
Member

@sandersn sandersn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this address the most recent repro on the bug's thread? Let me know if I need to re-review.

@weswigham
Copy link
Member Author

@sandersn one more line of change and an additional test for that new case~

@weswigham
Copy link
Member Author

@typescript-bot pack this again just cuz

@typescript-bot
Copy link
Collaborator

typescript-bot commented Oct 29, 2019

Heya @weswigham, I've started to run the tarball bundle task on this PR at ca5f764. You can monitor the build here. It should now contribute to this PR's status checks.

@typescript-bot
Copy link
Collaborator

Hey @weswigham, I've packed this into an installable tgz. You can install it for testing by referencing it in your package.json like so:

{
    "devDependencies": {
        "typescript": "https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/51580/artifacts?artifactName=tgz&fileId=2D5A2A07D78EC360247C2C72F1E8337CF422D29DB76FE7B0A85A211722010B9702&fileName=/typescript-3.8.0-insiders.20191029.tgz"
    }
}

and then running npm install.

@typescript-bot
Copy link
Collaborator

Hey @weswigham, something went wrong when looking for the build artifact. (You can check the log here).

@weswigham weswigham merged commit d28672d into microsoft:master Oct 30, 2019
@weswigham
Copy link
Member Author

@typescript-bot cherry-pick this into release-3.7

typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Oct 30, 2019
Component commits:
f6dbbfd Fix alias naming and structure bugs in js declarations

3005f18 Merge branch 'master' into fix-js-declaration-bugs

3bd49e4 Add another test case and change condition for ns merge to require signature or export content

ca5f764 Fix typo in comment
@typescript-bot
Copy link
Collaborator

Hey @weswigham, I've opened #34833 for you.

@weswigham weswigham deleted the fix-js-declaration-bugs branch October 30, 2019 20:24
weswigham pushed a commit that referenced this pull request Oct 30, 2019
Component commits:
f6dbbfd Fix alias naming and structure bugs in js declarations

3005f18 Merge branch 'master' into fix-js-declaration-bugs

3bd49e4 Add another test case and change condition for ns merge to require signature or export content

ca5f764 Fix typo in comment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JS declarations for an export assigned class expression can conflict with local names
3 participants