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

Upgrade Typescript Components to TS 3.7 #390

Open
jbuckner opened this issue Feb 13, 2020 · 3 comments · May be fixed by #412
Open

Upgrade Typescript Components to TS 3.7 #390

jbuckner opened this issue Feb 13, 2020 · 3 comments · May be fixed by #412
Labels
Task An operational or maintenance task

Comments

@jbuckner
Copy link
Contributor

jbuckner commented Feb 13, 2020

Task Details

We are currently on Typescript 3.6 and with Typescript 3.7, we get optional chaining and null coalescing operators. The optional chaining in particular will allow us to reduce a lot of code from

if (foo) {
  foo.bar()
}

to

foo?.bar()

Verification

TypeScript is updated in package.json. Spots that can be optionally chained should be switched to use optional chaining. All tests should pass.

Stakeholders

@jbuckner

@jbuckner jbuckner added the Task An operational or maintenance task label Feb 13, 2020
@maze-runnar
Copy link

@jbuckner I want to work on this issue.

@maze-runnar
Copy link

@jbuckner, I am a GSoC aspirant and looking for contributions to this project. I am good in react, python(Flask, Django) and javaScript. I have seen the projects list and personally want to work on https://github.com/internetarchive/iaux/projects/2. I have good knowledge and experience in UI/UX.
I am a core contributor(50+ pull Requests) in https://github.com/fossasia/open-event-frontend, which is mainly a fully UI/UX oriented and Uses Semantic UI. I want to get started with this project for this year's GSoC can you please Guide me for choosing an idea regarding to my domain.

@mhk19
Copy link

mhk19 commented Mar 7, 2020

@jbuckner i want to work on this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Task An operational or maintenance task
Projects
None yet
3 participants