BafS
|
b672f1936a
|
Use let and const ES6 features.
Remove var, for let or const if possible, clean some syntax, enforce one var per declaration and semicolons
|
2018-02-13 23:33:09 +01:00 |
|
BafS
|
de6ffc2f76
|
Remove 'user strict'
'use strict' is unnecessary inside modules because module code is always strict mode code. Ref: https://www.ecma-international.org/ecma-262/6.0/#sec-strict-mode-code
|
2018-02-13 23:33:09 +01:00 |
|
Bart Butler
|
aa476b4905
|
Merge pull request #537 from nauadratti/patch-1
Allow punycode encoded TLDs in email
|
2018-02-07 23:26:18 -08:00 |
|
Bart Butler
|
265fa62601
|
Correct misspelling
|
2017-07-22 09:38:44 -07:00 |
|
Tom James Holub
|
bcf4a114a7
|
util.readNumber: overflow test added | #497
|
2017-07-22 09:27:36 -07:00 |
|
nauadratti
|
f56d557036
|
Add a test for punycode encoded domains
|
2017-03-30 19:29:50 +00:00 |
|
Tankred Hase
|
843fba0d40
|
Use underscore instead of camelcase in config
zeroCopy —> zero_copy
useNative —> use_native
Remove unnecessary tests from build
|
2016-03-24 21:02:29 +08:00 |
|
Tankred Hase
|
707b3919e1
|
Move most test high lvl api test code to test/openpgp.js, cleanup
|
2016-02-10 15:07:05 +07:00 |
|
Tankred Hase
|
25131e0df9
|
Added unit tests for util.getTransferables
|
2016-02-10 12:52:13 +07:00 |
|
Tankred Hase
|
a44e1e5024
|
Write tests for new api: openpgp.generateKey
|
2016-02-08 19:32:42 +07:00 |
|
Tankred Hase
|
c7a6a88098
|
Add type validation util functions
|
2016-02-08 13:36:21 +07:00 |
|