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

Updating dev tools #9

Merged
merged 3 commits into from
Apr 22, 2019
Merged

Conversation

anis-campos
Copy link
Contributor

Updating devDependencies
Updating Babel config

@shivekkhurana shivekkhurana self-assigned this Apr 22, 2019
@shivekkhurana shivekkhurana merged commit b2a9be2 into krimlabs:master Apr 22, 2019
@shivekkhurana
Copy link
Member

Hi @anis-campos,

Thanks for taking the time to update all deps 🙏
I've merged your work (and am reviewing the other PR).

Best

@anis-campos anis-campos deleted the updating-dev-tools branch April 23, 2019 17:50
@@ -1,4 +1,4 @@
import Electron from "electron";
import "electron";
Copy link
Contributor

Choose a reason for hiding this comment

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

I think it should be something like

import Electron = require("electron");

link

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It can also be:

import * as electron from 'electron'; 

But at the end, the import here is just to link the types, there is no real execution of any electron code in this file. So as long as it compiles, it should be good.

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.

3 participants