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

Use complete typescript configs, fix linting/formatting errors #518

Merged
merged 4 commits into from May 24, 2019
Merged

Conversation

s1na
Copy link
Contributor

@s1na s1na commented May 24, 2019

Sorry for the massive diff, but there's no code change (apart from formatting and linting error fixes), so hopefully it shouldn't be as difficult.

Next I'll focus on documentation.

@lgtm-com
Copy link

lgtm-com bot commented May 24, 2019

This pull request fixes 1 alert when merging 47a2d0f into 244b4ac - view on LGTM.com

fixed alerts:

  • 1 for Unused variable, import, function or class

Comment posted by LGTM.com

Copy link
Member

@holgerd77 holgerd77 left a comment

Choose a reason for hiding this comment

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

One comment about the missing docs script in package.json, otherwise looks good, scrolled through all the code once to make sure nothing has been compromised (not the case).

Will nevertheless approve - since you wrote that you will address docs next - eventually just re-add there.

"format-fix": "ethereumjs-config-format-fix",
"prepublishOnly": "npm run lint && npm run build:dist && npm run testBuildIntegrity",
"build:dist": "tsc",
"build:docs": "documentation build ./lib/index.js ./lib/runBlockchain.js ./lib/runBlock.js ./lib/runTx.js ./lib/runCode.js ./lib/runCall.js --format md --shallow > ./docs/index.md",
Copy link
Member

Choose a reason for hiding this comment

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

The build:docs command has gotten lost, this is unintentional I suppose?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah yeah, this was by mistake. I removed it to add the typedoc version (which I thought I had added 🤔). Will re-add in the documentation PR.

@s1na s1na merged commit c0fc752 into v4 May 24, 2019
@s1na s1na deleted the ts/config branch May 24, 2019 09:48
@s1na s1na mentioned this pull request May 24, 2019
23 tasks
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.

None yet

3 participants