Skip to content
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

Add a compiler option to turn off "use strict" emit in modules #6819

Closed
dasa opened this issue Feb 2, 2016 · 3 comments
Closed

Add a compiler option to turn off "use strict" emit in modules #6819

dasa opened this issue Feb 2, 2016 · 3 comments
Assignees
Labels
Committed The team has roadmapped this issue Fixed A PR has been merged for this issue Suggestion An idea for TypeScript

Comments

@dasa
Copy link

dasa commented Feb 2, 2016

This 1.8 breaking change prevents integration with legacy libraries. See discussion at:
#3576 (comment)

@RyanCavanaugh RyanCavanaugh added Suggestion An idea for TypeScript In Discussion Not yet reached consensus labels Feb 2, 2016
@mhegazy mhegazy added this to the TypeScript 1.8.2 milestone Feb 3, 2016
@mhegazy mhegazy self-assigned this Feb 4, 2016
@mhegazy mhegazy added Committed The team has roadmapped this issue and removed In Discussion Not yet reached consensus labels Feb 5, 2016
@mhegazy
Copy link
Contributor

mhegazy commented Feb 6, 2016

new flag is --noImplicitUseStrict.

@mhegazy mhegazy closed this as completed Feb 6, 2016
@mhegazy mhegazy added the Fixed A PR has been merged for this issue label Feb 6, 2016
@dasa
Copy link
Author

dasa commented Feb 6, 2016

@mhegazy
Copy link
Contributor

mhegazy commented Feb 7, 2016

thanks. done.

@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Committed The team has roadmapped this issue Fixed A PR has been merged for this issue Suggestion An idea for TypeScript
Projects
None yet
Development

No branches or pull requests

3 participants