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

Strict Mode #30

Closed
samchon opened this issue Jan 22, 2019 · 2 comments
Closed

Strict Mode #30

samchon opened this issue Jan 22, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@samchon
Copy link
Owner

samchon commented Jan 22, 2019

TSTL should support some people who are using TypeScript in strict mode.

tsconfig.json

{
    "compilerOptions: {
        ....,
        "strict": true
    }
}
@samchon samchon added this to To do in v2.1 Update Jan 22, 2019
@samchon samchon moved this from To do to In progress in v2.1 Update Jan 22, 2019
@samchon
Copy link
Owner Author

samchon commented Feb 7, 2019

Preparing patch for the strict compilation is going on the strict branch.

@samchon samchon moved this from In progress to Patch in v2.1 Update Feb 12, 2019
@samchon samchon added the enhancement New feature or request label Feb 12, 2019
@samchon
Copy link
Owner Author

samchon commented Feb 12, 2019

Completed and the strict mode has been adopted since the v2.1.2 patch.

@samchon samchon closed this as completed Feb 12, 2019
v2.1 Update automation moved this from Patch to Done Feb 12, 2019
@samchon samchon moved this from Done to Patch in v2.1 Update Feb 25, 2019
@samchon samchon added this to Done in v2.2 Update Jun 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
No open projects
v2.1 Update
  
Patch
v2.2 Update
  
Done
Development

No branches or pull requests

1 participant