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

updated(code): memorizeとbabel-standaloneのコードを追加 #7

Merged
merged 4 commits into from
Oct 14, 2018

Conversation

Himenon
Copy link
Owner

@Himenon Himenon commented Oct 14, 2018

  • memorizeを追加
  • babel-standalone
    • JSXのプラグインを入れる

@coveralls
Copy link

coveralls commented Oct 14, 2018

Pull Request Test Coverage Report for Build 43

  • 14 of 14 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.1%) to 99.225%

Totals Coverage Status
Change from base Build 37: 0.1%
Covered Lines: 114
Relevant Lines: 114

💛 - Coveralls

@@ -124,7 +124,7 @@ app.route('/logout')
);

portfinder.getPort({ port: 3000 }, (error: any, port: number) => {
server = app.listen(port, () => console.log(`Example app listening on port ${port}!`));
server = app.listen(port, () => process.stdout.write(`Example app listening on port ${port}!`));
Copy link
Owner Author

Choose a reason for hiding this comment

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

test時に出るのがうるさいので。

return cache[key]
} else {
// @ts-ignore
return cache[key] = f.apply(this, arguments)
Copy link
Owner Author

Choose a reason for hiding this comment

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

thisが怒られる

@Himenon Himenon merged commit b946351 into master Oct 14, 2018
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.

2 participants