Raymond Hill
d41f28fcd8
Add median cost output to dig-snfe
2021-08-29 08:58:20 -04:00
Manish Jethani
9761b02c79
Convert publicsuffixlist.js into an ES module ( #3846 )
2021-08-23 09:42:27 -04:00
Manish Jethani
4c1c6309b3
Add tests for SNFE filter loading multiple calls ( #3836 )
2021-08-18 07:52:54 -04:00
Manish Jethani
2a130704e3
Add check-leaks make target ( #3837 )
2021-08-18 07:28:23 -04:00
Manish Jethani
a9aca818f9
Add tests for enableWASM() ( #3835 )
2021-08-17 09:53:28 -04:00
Manish Jethani
9a5a13a506
Add --full-battery option for tests ( #3834 )
2021-08-17 08:55:31 -04:00
Raymond Hill
b44d9219c3
New revision for dev build
2021-08-17 08:25:31 -04:00
Manish Jethani
0bf19cc683
Run SNFE tests with Wasm off and on ( #3833 )
2021-08-17 08:24:07 -04:00
Manish Jethani
f020e5334c
Use createWorld() in request data tests ( #3832 )
2021-08-17 07:20:13 -04:00
Raymond Hill
f0cb4091f0
Bump up npm package version
2021-08-16 12:56:39 -04:00
Raymond Hill
be7418264b
Exclude more resources from the published npm package
2021-08-16 12:40:46 -04:00
Manish Jethani
ffb4fe9b8f
Run request data tests with Wasm enabled too ( #3829 )
2021-08-16 09:22:35 -04:00
Manish Jethani
36377320ae
Run tests on request data ( #3828 )
2021-08-16 07:39:09 -04:00
Manish Jethani
514143cd80
Add c8 ( #3826 )
2021-08-15 17:33:56 -04:00
Manish Jethani
e009d69f86
Add tests for SNFE deserialization ( #3827 )
2021-08-15 17:28:16 -04:00
Manish Jethani
29cea49197
Add tests for SNFE serialization ( #3825 )
2021-08-15 11:49:23 -04:00
Manish Jethani
48d4f890d7
Add tests for SNFE initialization ( #3823 )
2021-08-15 11:16:57 -04:00
Manish Jethani
f8f45cab70
Lint Mocha tests too ( #3824 )
2021-08-15 11:13:13 -04:00
Raymond Hill
087da6407d
Add support for nodejs flavors
...
The main nodejs flavor is "npm", which is to be used to
lint/test and the publication of an official npm
package -- and by design it has dependencies on mocha,
eslint, etc.
A new flavor "dig" has been created with minimal
dependencies and which purpose is to easily allow to
write specialized code to investigate local code changes
in uBO -- and it's not meant for publication.
Consequently, "make nodejs" has been replaced with
"make npm", and a new "dig" target has been added to the
makefile, to be used for instrumenting local code changes
for investigation purpose.
2021-08-15 10:43:36 -04:00