Skip to content

Commit

Permalink
QuickJS: added querystring module.
Browse files Browse the repository at this point in the history
  • Loading branch information
xeioex committed Feb 8, 2025
1 parent 246f4ca commit f289dcb
Show file tree
Hide file tree
Showing 5 changed files with 1,277 additions and 355 deletions.
6 changes: 6 additions & 0 deletions auto/qjs_modules
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ njs_module_srcs=external/qjs_fs_module.c

. auto/qjs_module

njs_module_name=qjs_query_string_module
njs_module_incs=
njs_module_srcs=external/qjs_query_string_module.c

. auto/qjs_module

if [ $NJS_OPENSSL = YES -a $NJS_HAVE_OPENSSL = YES ]; then
njs_module_name=qjs_webcrypto_module
njs_module_incs=
Expand Down
Loading

0 comments on commit f289dcb

Please sign in to comment.