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

feat(cli): TypeScript support #550

Merged
merged 40 commits into from
Jul 18, 2018
Merged

feat(cli): TypeScript support #550

merged 40 commits into from
Jul 18, 2018

Conversation

dhruvdutt
Copy link
Member

@dhruvdutt dhruvdutt commented Jul 17, 2018

What kind of change does this PR introduce?

Did you add tests for your changes?

If relevant, did you update the documentation?

Summary

Does this PR introduce a breaking change?

Other information
Closes #245

dhruvdutt and others added 30 commits June 21, 2018 20:04
* docs(pkg): readme info

Created read me file for info sub package

* docs(readme):  added usage example

* Updated usage

* Fixed correct package

* docs(info): small typo
* docs(pkg): readme info

Created read me file for info sub package

* docs(readme):  added usage example

* Updated usage

* Fixed correct package

* docs(info): small typo
dhruvdutt and others added 9 commits July 13, 2018 20:09
* docs(pkg): readme file for add package

* docs(add): fix missing content
There are issues when we import TS compiled JS files into JS because TS compiles default exports to `default` named import/export which makes it not possible to import inside JS directly.
Some of the ways to fix this is using .default in all calls or avoid using default export/import totally.

Ref: https://basarat.gitbooks.io/typescript/docs/tips/defaultIsBad.html
@webpack-bot
Copy link

Thank you for your pull request! The most important CI builds succeeded, we’ll review the pull request soon.

@ematipico
Copy link
Contributor

ematipico commented Jul 17, 2018

Are we ready? 😃 Please update the template. It's an important PR, let's give nice visibility

Copy link
Member

@evenstensberg evenstensberg left a comment

Choose a reason for hiding this comment

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

We need to finish the bin folder first and then we can publish a breaking change. No need to rush this :)

@evenstensberg evenstensberg changed the title Migrate to TypeScript [WIP] Webpack-cli v.4.x Jul 17, 2018
@evenstensberg evenstensberg changed the title [WIP] Webpack-cli v.4.x feat(cli): Typescript support Jul 18, 2018
@evenstensberg evenstensberg merged commit 16d0790 into master Jul 18, 2018
@dhruvdutt dhruvdutt changed the title feat(cli): Typescript support feat(cli): TypeScript support Aug 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Discussion: Should webpack-cli use TypeScript?
4 participants