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

TypeScript Migration #2363

Merged
merged 19 commits into from
Jan 22, 2020
Merged

TypeScript Migration #2363

merged 19 commits into from
Jan 22, 2020

Conversation

amilajack
Copy link
Member

@amilajack amilajack commented Jan 21, 2020

Closes #2342

  • babel integration
  • jest integration
  • eslint integration
  • node scripts integration
  • webpack/css/sass integration
  • fix bug in VSCode and CLI outputting different linting results

@amilajack amilajack changed the base branch from master to next January 21, 2020 23:39
@amilajack amilajack self-assigned this Jan 22, 2020
@amilajack amilajack requested a review from vikr01 January 22, 2020 08:08
@amilajack amilajack changed the title Typescript migration TypeScript Migration Jan 22, 2020
@amilajack amilajack merged commit 2b51b7d into next Jan 22, 2020
@amilajack amilajack mentioned this pull request Jan 22, 2020
@amilajack amilajack deleted the typescript-migration branch January 26, 2020 23:00
amilajack added a commit that referenced this pull request Jan 26, 2020
* initial migration to typescript

* fix initial ts errors

* fix all ts errrors

* remove all .map and .js files from emitted ts output

* fix path to index.ts file in webpack main config

* temporarily disable e2e tests on gh actions

* delete *.d.ts files

* simplify eslint config

* add css.d.ts

* bump browserslist electron

* remove babel recommendation from vscode extensions

* misc

* re-enable tests on linux on travis

* misc fixes

* add comments to hacks in eslint config

* fix 'yarn dev' script

* add support for typed-css

* fix missing typescript definitions

* lint jsx, js, tsx, ts extensions
@amilajack amilajack mentioned this pull request Jan 27, 2020
7 tasks
amilajack added a commit that referenced this pull request Feb 21, 2020
* TypeScript Migration (#2363)

* initial migration to typescript

* fix initial ts errors

* fix all ts errrors

* remove all .map and .js files from emitted ts output

* fix path to index.ts file in webpack main config

* temporarily disable e2e tests on gh actions

* delete *.d.ts files

* simplify eslint config

* add css.d.ts

* bump browserslist electron

* remove babel recommendation from vscode extensions

* misc

* re-enable tests on linux on travis

* misc fixes

* add comments to hacks in eslint config

* fix 'yarn dev' script

* add support for typed-css

* fix missing typescript definitions

* lint jsx, js, tsx, ts extensions

* bump deps to latest semver (#2364)

* remove types/node dep resolution from package.json

* remove jsx entry from renderer dev

* use browserslist config for babel targets (#2368)

* use browserslist config for babel targets

* add comment to babel config about browserslist targets

* update changelog

* preload script for renderer process (#2365)

* preload script for renderer process

* initial working commit

* update changelog

* add all generate style extensions to eslintignore

* add azure pipelines config (#2369)

* add azure pipelines config

* fix condition in azure pipelines config

* fix order of scripts in azure pipelines config

* update CHANGELOG and fix DEBUG_PROD env flag
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.

None yet

1 participant