abetomo
null+****@clear*****
Thu Sep 7 13:49:50 JST 2017
abetomo 2017-09-07 13:49:50 +0900 (Thu, 07 Sep 2017) New Revision: 6a8fcb67fdaa2c8a6c5933877f8795eedd38fbe9 https://github.com/nroonga/nroonga/commit/6a8fcb67fdaa2c8a6c5933877f8795eedd38fbe9 Merged a7bab8a: Merge pull request #16 from abetomo/use_standard Message: Add 'use strict' Modified files: examples/test.js lib/nroonga.js Modified: examples/test.js (+2 -0) =================================================================== --- examples/test.js 2017-09-07 13:43:28 +0900 (45522b5) +++ examples/test.js 2017-09-07 13:49:50 +0900 (bae9073) @@ -1,3 +1,5 @@ +'use strict' + const nroonga = require('../lib/nroonga') const db = new nroonga.Database() Modified: lib/nroonga.js (+2 -0) =================================================================== --- lib/nroonga.js 2017-09-07 13:43:28 +0900 (b46c105) +++ lib/nroonga.js 2017-09-07 13:49:50 +0900 (6c17f4a) @@ -1,3 +1,5 @@ +'use strict' + const nroonga = module.exports = require('../build/Release/nroonga_bindings.node') const optionsToCommandString = (command, options) => { -------------- next part -------------- HTML����������������������������... URL: https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20170907/c9fc319a/attachment-0001.htm