summaryrefslogtreecommitdiff
path: root/test/message
diff options
context:
space:
mode:
authorBradley Farias <bradley.meck@gmail.com>2019-07-18 09:01:59 -0500
committerBradley Farias <bradley.meck@gmail.com>2019-07-26 15:13:53 -0500
commit7e8ad9bad85f1ef6e400c7643e11d52405490b7b (patch)
tree99307350292a99770d40bee937408033dfc3e300 /test/message
parent499533f72a2dce111d6fde9c21b90b51fff35ab6 (diff)
downloadandroid-node-v8-7e8ad9bad85f1ef6e400c7643e11d52405490b7b.tar.gz
android-node-v8-7e8ad9bad85f1ef6e400c7643e11d52405490b7b.tar.bz2
android-node-v8-7e8ad9bad85f1ef6e400c7643e11d52405490b7b.zip
policy: add dependencies map for resources
Adds a "dependencies" field to resources in policy manifest files. In order to ease development and testing while using manifests, wildcard values for both "dependencies" and "integrity" have been added using the boolean value "true" in the policy manifest. PR-URL: https://github.com/nodejs/node/pull/28767 Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Jan Krems <jan.krems@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'test/message')
-rw-r--r--test/message/async_error_sync_esm.out1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/message/async_error_sync_esm.out b/test/message/async_error_sync_esm.out
index 544916e248..f34628ef44 100644
--- a/test/message/async_error_sync_esm.out
+++ b/test/message/async_error_sync_esm.out
@@ -5,4 +5,3 @@ Error: test
at async three (*fixtures*async-error.js:20:3)
at async four (*fixtures*async-error.js:24:3)
at async main (*message*async_error_sync_esm.mjs:7:5)
-(node:*) [DEP0130] DeprecationWarning: Module.createRequireFromPath() is deprecated. Use Module.createRequire() instead.