Converted the core to ES modules

This commit is contained in:
n1474335 2018-03-26 23:14:23 +01:00
parent c1bb93eec1
commit 9b4fc3d3aa
154 changed files with 1901 additions and 2223 deletions

0
test/tests/operations/BCD.js Normal file → Executable file
View file

0
test/tests/operations/Base58.js Normal file → Executable file
View file

View file

@ -6,7 +6,7 @@
* @copyright Crown Copyright 2018
* @license Apache-2.0
*/
import TestRegister from "../../TestRegister.js";
import TestRegister from "../../TestRegister";
const ALL_BYTES = [
"\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f",

0
test/tests/operations/BitwiseOp.js Normal file → Executable file
View file

0
test/tests/operations/CharEnc.js Normal file → Executable file
View file

0
test/tests/operations/Cipher.js Normal file → Executable file
View file

0
test/tests/operations/Code.js Normal file → Executable file
View file

0
test/tests/operations/Compress.js Normal file → Executable file
View file

0
test/tests/operations/DateTime.js Normal file → Executable file
View file

0
test/tests/operations/Image.js Normal file → Executable file
View file

0
test/tests/operations/MS.js Normal file → Executable file
View file

0
test/tests/operations/MorseCode.js Normal file → Executable file
View file

0
test/tests/operations/NetBIOS.js Normal file → Executable file
View file

0
test/tests/operations/OTP.js Normal file → Executable file
View file

0
test/tests/operations/PHP.js Normal file → Executable file
View file

0
test/tests/operations/Regex.js Normal file → Executable file
View file

0
test/tests/operations/SeqUtils.js Normal file → Executable file
View file