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

Enhancement/noid/hash service #217

Merged
merged 1 commit into from
Dec 10, 2016
Merged

Conversation

georgehrke
Copy link
Member

implements a hash_service

needed for:
#21
#41

@georgehrke georgehrke added the 3. to review Waiting for reviews label Dec 7, 2016
@mention-bot
Copy link

@georgehrke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @raghunayyar, @tcitworld and @codeling to be potential reviewers.

@georgehrke
Copy link
Member Author

fixed the missing semicolon

@@ -136,6 +136,7 @@ module.exports = function(grunt) {
babel: {
options: {
presets: ['es2015'],
plugins: ["array-includes"],
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, seems like String.prototype.includes (and same with array) is already available for our requirements : https://kangax.github.io/compat-table/es6/#test-String.prototype.contains

Copy link
Member Author

Choose a reason for hiding this comment

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

Good catch!
Will remove it.

Copy link
Member

@tcitworld tcitworld left a comment

Choose a reason for hiding this comment

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

Looks good but no need for that babel plugin IMHO.

@georgehrke
Copy link
Member Author

removed the babel plugin, let's wait for the tests

@tcitworld tcitworld merged commit 4926429 into master Dec 10, 2016
@tcitworld tcitworld deleted the enhancement/noid/hash_service branch December 10, 2016 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants