| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Change var to const, assert.equal to assert.strictEqual
Sorry, something went wrong.
| var common = require('../common'); | ||
| var assert = require('assert'); | ||
| const common = require('../common'); | ||
| const assert = require('assert'); |
There was a problem hiding this comment.
Maybe moving const assert = require('assert'); after the if (!common.hasCrypto) {
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM with one suggestion
Sorry, something went wrong.
|
BTW, this looks like a duplicate of #9935 |
Sorry, something went wrong.
Change var to const. PR-URL: nodejs#10055 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
|
Landed in c0c67c9. (Took care of @santigimeno's nit while landing.) Thanks for the contribution! 🎉 |
Sorry, something went wrong.
Change var to const. PR-URL: #10055 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Change var to const. PR-URL: nodejs#10055 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Change var to const. PR-URL: nodejs#10055 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
Change var to const. PR-URL: #10055 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Santiago Gimeno <santiago.gimeno@gmail.com>
| Back | FazBrowse Home | New Git URL |
Checklist
Affected core subsystem(s)
Description of change
Change var to const, assert.equal to assert.strictEqual