diff --git a/array/moon.pkg.json b/array/moon.pkg.json index ead58ce30..b7fd16fd2 100644 --- a/array/moon.pkg.json +++ b/array/moon.pkg.json @@ -1,15 +1,13 @@ { "import": [ "moonbitlang/core/builtin", - + "moonbitlang/core/test", "moonbitlang/core/quickcheck", "moonbitlang/core/quickcheck/splitmix" ], - "test-import": [ - "moonbitlang/core/random" - ], + "test-import": ["moonbitlang/core/random"], "targets": { "panic_test.mbt": ["not", "native"] } -} \ No newline at end of file +} diff --git a/bool/moon.pkg.json b/bool/moon.pkg.json index fab63b55f..56cd56a09 100644 --- a/bool/moon.pkg.json +++ b/bool/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/buffer/moon.pkg.json b/buffer/moon.pkg.json index 74689817c..40eb88c86 100644 --- a/buffer/moon.pkg.json +++ b/buffer/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage", - "moonbitlang/core/bytes" - ] + "import": ["moonbitlang/core/builtin", "moonbitlang/core/bytes"] } diff --git a/builtin/moon.pkg.json b/builtin/moon.pkg.json index 71a31b9c7..01ba769c4 100644 --- a/builtin/moon.pkg.json +++ b/builtin/moon.pkg.json @@ -6,7 +6,6 @@ "moonbitlang/core/bytes", "moonbitlang/core/int", "moonbitlang/core/double", - "moonbitlang/core/coverage", "moonbitlang/core/uint64", "moonbitlang/core/array", "moonbitlang/core/int64", diff --git a/byte/moon.pkg.json b/byte/moon.pkg.json index 661e75a84..56cd56a09 100644 --- a/byte/moon.pkg.json +++ b/byte/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/bytes/moon.pkg.json b/bytes/moon.pkg.json index f33a4c505..e4b88edc7 100644 --- a/bytes/moon.pkg.json +++ b/bytes/moon.pkg.json @@ -1,9 +1,4 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ], - "test-import": [ - "moonbitlang/core/array" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/builtin"], + "test-import": ["moonbitlang/core/array"] +} diff --git a/char/moon.pkg.json b/char/moon.pkg.json index 661e75a84..56cd56a09 100644 --- a/char/moon.pkg.json +++ b/char/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/deque/moon.pkg.json b/deque/moon.pkg.json index 2057b33cb..7fd015162 100644 --- a/deque/moon.pkg.json +++ b/deque/moon.pkg.json @@ -1,8 +1,5 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ], + "import": ["moonbitlang/core/builtin"], "targets": { "panic_test.mbt": ["not", "native"] } diff --git a/double/internal/ryu/moon.pkg.json b/double/internal/ryu/moon.pkg.json index 710a67e34..48f7076de 100644 --- a/double/internal/ryu/moon.pkg.json +++ b/double/internal/ryu/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/bool", - "moonbitlang/core/coverage" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/builtin", "moonbitlang/core/bool"] +} diff --git a/double/moon.pkg.json b/double/moon.pkg.json index 92833134b..eaca79d46 100644 --- a/double/moon.pkg.json +++ b/double/moon.pkg.json @@ -2,7 +2,6 @@ "import": [ "moonbitlang/core/builtin", "moonbitlang/core/int64", - "moonbitlang/core/coverage", "moonbitlang/core/double/internal/ryu" ], "targets": { diff --git a/error/moon.pkg.json b/error/moon.pkg.json index fab63b55f..56cd56a09 100644 --- a/error/moon.pkg.json +++ b/error/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/float/moon.pkg.json b/float/moon.pkg.json index d0c29def2..074479509 100644 --- a/float/moon.pkg.json +++ b/float/moon.pkg.json @@ -1,9 +1,5 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage", - "moonbitlang/core/double" - ], + "import": ["moonbitlang/core/builtin", "moonbitlang/core/double"], "test-import": ["moonbitlang/core/quickcheck"], "targets": { "round_js.mbt": ["js"], diff --git a/hashmap/moon.pkg.json b/hashmap/moon.pkg.json index 78e2cfe32..1f40d7f7b 100644 --- a/hashmap/moon.pkg.json +++ b/hashmap/moon.pkg.json @@ -1,13 +1,10 @@ { "import": [ "moonbitlang/core/builtin", - "moonbitlang/core/coverage", "moonbitlang/core/test", "moonbitlang/core/array", "moonbitlang/core/tuple", "moonbitlang/core/quickcheck" ], - "test-import": [ - "moonbitlang/core/string" - ] + "test-import": ["moonbitlang/core/string"] } diff --git a/hashset/moon.pkg.json b/hashset/moon.pkg.json index fd0c8330c..c47fcfdb1 100644 --- a/hashset/moon.pkg.json +++ b/hashset/moon.pkg.json @@ -3,11 +3,7 @@ "moonbitlang/core/builtin", "moonbitlang/core/test", "moonbitlang/core/array", - "moonbitlang/core/coverage", "moonbitlang/core/quickcheck" ], - "test-import": [ - "moonbitlang/core/string", - "moonbitlang/core/int" - ] + "test-import": ["moonbitlang/core/string", "moonbitlang/core/int"] } diff --git a/immut/array/moon.pkg.json b/immut/array/moon.pkg.json index 350c73e16..d8a1f022b 100644 --- a/immut/array/moon.pkg.json +++ b/immut/array/moon.pkg.json @@ -1,7 +1,6 @@ { "import": [ "moonbitlang/core/builtin", - "moonbitlang/core/coverage", "moonbitlang/core/quickcheck", { "path": "moonbitlang/core/array", diff --git a/immut/hashmap/moon.pkg.json b/immut/hashmap/moon.pkg.json index 986af1a0f..235d19325 100644 --- a/immut/hashmap/moon.pkg.json +++ b/immut/hashmap/moon.pkg.json @@ -2,7 +2,6 @@ "import": [ "moonbitlang/core/builtin", "moonbitlang/core/array", - "moonbitlang/core/coverage", "moonbitlang/core/tuple", "moonbitlang/core/quickcheck", "moonbitlang/core/immut/internal/sparse_array" diff --git a/immut/hashset/moon.pkg.json b/immut/hashset/moon.pkg.json index 2bb63c618..792ffaff5 100644 --- a/immut/hashset/moon.pkg.json +++ b/immut/hashset/moon.pkg.json @@ -2,12 +2,8 @@ "import": [ "moonbitlang/core/builtin", "moonbitlang/core/array", - "moonbitlang/core/coverage", "moonbitlang/core/immut/internal/sparse_array", "moonbitlang/core/quickcheck" ], - "test-import": [ - "moonbitlang/core/string", - "moonbitlang/core/int" - ] -} \ No newline at end of file + "test-import": ["moonbitlang/core/string", "moonbitlang/core/int"] +} diff --git a/immut/internal/sparse_array/moon.pkg.json b/immut/internal/sparse_array/moon.pkg.json index 10a0225b3..3d501fdfd 100644 --- a/immut/internal/sparse_array/moon.pkg.json +++ b/immut/internal/sparse_array/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/array", - "moonbitlang/core/coverage" - ] - } \ No newline at end of file + "import": ["moonbitlang/core/builtin", "moonbitlang/core/array"] +} diff --git a/immut/list/moon.pkg.json b/immut/list/moon.pkg.json index 8ff3792e0..c90fd4b74 100644 --- a/immut/list/moon.pkg.json +++ b/immut/list/moon.pkg.json @@ -2,7 +2,6 @@ "import": [ "moonbitlang/core/builtin", "moonbitlang/core/array", - "moonbitlang/core/coverage", "moonbitlang/core/quickcheck", "moonbitlang/core/json" ], diff --git a/immut/priority_queue/moon.pkg.json b/immut/priority_queue/moon.pkg.json index db645a1a4..eb3ebb4cb 100644 --- a/immut/priority_queue/moon.pkg.json +++ b/immut/priority_queue/moon.pkg.json @@ -2,7 +2,6 @@ "import": [ "moonbitlang/core/builtin", "moonbitlang/core/array", - "moonbitlang/core/coverage", "moonbitlang/core/immut/list", "moonbitlang/core/quickcheck" ], diff --git a/immut/sorted_map/moon.pkg.json b/immut/sorted_map/moon.pkg.json index f59d362f1..9706588f8 100644 --- a/immut/sorted_map/moon.pkg.json +++ b/immut/sorted_map/moon.pkg.json @@ -4,7 +4,6 @@ "moonbitlang/core/tuple", "moonbitlang/core/string", "moonbitlang/core/array", - "moonbitlang/core/coverage", "moonbitlang/core/quickcheck", "moonbitlang/core/json" ], diff --git a/immut/sorted_set/moon.pkg.json b/immut/sorted_set/moon.pkg.json index 068b0f6f8..c90fd4b74 100644 --- a/immut/sorted_set/moon.pkg.json +++ b/immut/sorted_set/moon.pkg.json @@ -3,7 +3,6 @@ "moonbitlang/core/builtin", "moonbitlang/core/array", "moonbitlang/core/quickcheck", - "moonbitlang/core/coverage", "moonbitlang/core/json" ], "targets": { diff --git a/int/moon.pkg.json b/int/moon.pkg.json index fab63b55f..56cd56a09 100644 --- a/int/moon.pkg.json +++ b/int/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/int64/moon.pkg.json b/int64/moon.pkg.json index e6c4f6cd5..e8733566f 100644 --- a/int64/moon.pkg.json +++ b/int64/moon.pkg.json @@ -1,8 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage", - "moonbitlang/core/bytes", - "moonbitlang/core/uint" - ] + "import": ["moonbitlang/core/builtin", "moonbitlang/core/bytes", "moonbitlang/core/uint"] } diff --git a/json/moon.pkg.json b/json/moon.pkg.json index 56b589623..1d90cb49a 100644 --- a/json/moon.pkg.json +++ b/json/moon.pkg.json @@ -3,7 +3,6 @@ "moonbitlang/core/builtin", "moonbitlang/core/double", "moonbitlang/core/string", - "moonbitlang/core/coverage", "moonbitlang/core/strconv" ], "test-import": [ @@ -12,4 +11,4 @@ "moonbitlang/core/unit", "moonbitlang/core/array" ] -} \ No newline at end of file +} diff --git a/math/moon.pkg.json b/math/moon.pkg.json index 9b8490678..d18cd1735 100644 --- a/math/moon.pkg.json +++ b/math/moon.pkg.json @@ -1,11 +1,5 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/double", - "moonbitlang/core/coverage" - ], - "test-import": [ - "moonbitlang/core/test" - ], - "test-import-all" : true + "import": ["moonbitlang/core/builtin", "moonbitlang/core/double"], + "test-import": ["moonbitlang/core/test"], + "test-import-all": true } diff --git a/option/moon.pkg.json b/option/moon.pkg.json index 6f37cedd9..ede5c23b5 100644 --- a/option/moon.pkg.json +++ b/option/moon.pkg.json @@ -2,8 +2,7 @@ "import": [ "moonbitlang/core/builtin", "moonbitlang/core/quickcheck", - "moonbitlang/core/quickcheck/splitmix", - "moonbitlang/core/coverage" + "moonbitlang/core/quickcheck/splitmix" ], "targets": { "panic_test.mbt": ["not", "native"] diff --git a/priority_queue/moon.pkg.json b/priority_queue/moon.pkg.json index 6d8f1250b..c461b3771 100644 --- a/priority_queue/moon.pkg.json +++ b/priority_queue/moon.pkg.json @@ -3,10 +3,9 @@ "moonbitlang/core/builtin", "moonbitlang/core/array", "moonbitlang/core/quickcheck", - "moonbitlang/core/coverage", "moonbitlang/core/quickcheck/splitmix" ], "targets": { "panic_test.mbt": ["not", "native"] } -} \ No newline at end of file +} diff --git a/queue/moon.pkg.json b/queue/moon.pkg.json index 060274a7a..3cf0cc632 100644 --- a/queue/moon.pkg.json +++ b/queue/moon.pkg.json @@ -1,12 +1,6 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage", - "moonbitlang/core/quickcheck" - ], - "test-import": [ - "moonbitlang/core/array" - ], + "import": ["moonbitlang/core/builtin", "moonbitlang/core/quickcheck"], + "test-import": ["moonbitlang/core/array"], "targets": { "panic_test.mbt": ["not", "native"] } diff --git a/quickcheck/moon.pkg.json b/quickcheck/moon.pkg.json index 3b86cea94..53eeb0cf5 100644 --- a/quickcheck/moon.pkg.json +++ b/quickcheck/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/quickcheck/splitmix", - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/quickcheck/splitmix", "moonbitlang/core/builtin"] } diff --git a/quickcheck/splitmix/moon.pkg.json b/quickcheck/splitmix/moon.pkg.json index fc8470a2e..56cd56a09 100644 --- a/quickcheck/splitmix/moon.pkg.json +++ b/quickcheck/splitmix/moon.pkg.json @@ -1,3 +1,3 @@ { - "import": ["moonbitlang/core/builtin", "moonbitlang/core/coverage"] + "import": ["moonbitlang/core/builtin"] } diff --git a/random/internal/random_source/moon.pkg.json b/random/internal/random_source/moon.pkg.json index df7dd3bfb..3d501fdfd 100644 --- a/random/internal/random_source/moon.pkg.json +++ b/random/internal/random_source/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/array", - "moonbitlang/core/coverage" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/builtin", "moonbitlang/core/array"] +} diff --git a/random/moon.pkg.json b/random/moon.pkg.json index 03a25a36c..caaf61acf 100644 --- a/random/moon.pkg.json +++ b/random/moon.pkg.json @@ -1,11 +1,8 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/double", - "moonbitlang/core/coverage", - "moonbitlang/core/random/internal/random_source" - ], - "test-import": [ - "moonbitlang/core/float" - ] + "import": [ + "moonbitlang/core/builtin", + "moonbitlang/core/double", + "moonbitlang/core/random/internal/random_source" + ], + "test-import": ["moonbitlang/core/float"] } diff --git a/rational/moon.pkg.json b/rational/moon.pkg.json index f5051ccdd..cc55d2281 100644 --- a/rational/moon.pkg.json +++ b/rational/moon.pkg.json @@ -4,7 +4,6 @@ "moonbitlang/core/result", "moonbitlang/core/double", "moonbitlang/core/int64", - "moonbitlang/core/quickcheck", - "moonbitlang/core/coverage" + "moonbitlang/core/quickcheck" ] -} \ No newline at end of file +} diff --git a/ref/moon.pkg.json b/ref/moon.pkg.json index 546072a92..fefa49f86 100644 --- a/ref/moon.pkg.json +++ b/ref/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/quickcheck", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin", "moonbitlang/core/quickcheck"] } diff --git a/result/moon.pkg.json b/result/moon.pkg.json index 1d172a245..a8d5ef1a0 100644 --- a/result/moon.pkg.json +++ b/result/moon.pkg.json @@ -1,9 +1,5 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage", - "moonbitlang/core/quickcheck" - ], + "import": ["moonbitlang/core/builtin", "moonbitlang/core/quickcheck"], "targets": { "panic_test.mbt": ["not", "native"] } diff --git a/sorted_map/moon.pkg.json b/sorted_map/moon.pkg.json index 3c30a9e8b..79c06e6b7 100644 --- a/sorted_map/moon.pkg.json +++ b/sorted_map/moon.pkg.json @@ -1,12 +1,9 @@ { "import": [ "moonbitlang/core/builtin", - "moonbitlang/core/coverage", "moonbitlang/core/option", "moonbitlang/core/tuple", "moonbitlang/core/quickcheck" ], - "test-import": [ - "moonbitlang/core/array" - ] + "test-import": ["moonbitlang/core/array"] } diff --git a/sorted_set/moon.pkg.json b/sorted_set/moon.pkg.json index 449505c62..6c6178e82 100644 --- a/sorted_set/moon.pkg.json +++ b/sorted_set/moon.pkg.json @@ -1,11 +1,4 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/option", - "moonbitlang/core/quickcheck", - "moonbitlang/core/coverage" - ], - "test-import":[ - "moonbitlang/core/array" - ] + "import": ["moonbitlang/core/builtin", "moonbitlang/core/option", "moonbitlang/core/quickcheck"], + "test-import": ["moonbitlang/core/array"] } diff --git a/strconv/moon.pkg.json b/strconv/moon.pkg.json index a8ce634eb..1ca75d64f 100644 --- a/strconv/moon.pkg.json +++ b/strconv/moon.pkg.json @@ -1,7 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/double", - "moonbitlang/core/uint64" - ] + "import": ["moonbitlang/core/builtin", "moonbitlang/core/double", "moonbitlang/core/uint64"] } diff --git a/string/moon.pkg.json b/string/moon.pkg.json index de60d0814..4a3357cca 100644 --- a/string/moon.pkg.json +++ b/string/moon.pkg.json @@ -1,14 +1,7 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ], - "test-import": [ - "moonbitlang/core/immut/list", - "moonbitlang/core/json" - ], - "targets": { - "panic_test.mbt": ["not", "native"] - } - + "import": ["moonbitlang/core/builtin"], + "test-import": ["moonbitlang/core/immut/list", "moonbitlang/core/json"], + "targets": { + "panic_test.mbt": ["not", "native"] + } } diff --git a/test/moon.pkg.json b/test/moon.pkg.json index 8c7d5ade3..56cd56a09 100644 --- a/test/moon.pkg.json +++ b/test/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] -} \ No newline at end of file + "import": ["moonbitlang/core/builtin"] +} diff --git a/tuple/moon.pkg.json b/tuple/moon.pkg.json index 3b3270e73..4e786e5dd 100644 --- a/tuple/moon.pkg.json +++ b/tuple/moon.pkg.json @@ -1,7 +1,6 @@ { "import": [ "moonbitlang/core/builtin", - "moonbitlang/core/coverage", "moonbitlang/core/quickcheck", "moonbitlang/core/quickcheck/splitmix" ] diff --git a/uint/moon.pkg.json b/uint/moon.pkg.json index 661e75a84..56cd56a09 100644 --- a/uint/moon.pkg.json +++ b/uint/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/uint64/moon.pkg.json b/uint64/moon.pkg.json index 661e75a84..56cd56a09 100644 --- a/uint64/moon.pkg.json +++ b/uint64/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] } diff --git a/unit/moon.pkg.json b/unit/moon.pkg.json index fab63b55f..56cd56a09 100644 --- a/unit/moon.pkg.json +++ b/unit/moon.pkg.json @@ -1,6 +1,3 @@ { - "import": [ - "moonbitlang/core/builtin", - "moonbitlang/core/coverage" - ] + "import": ["moonbitlang/core/builtin"] }