From 7e8ad9bad85f1ef6e400c7643e11d52405490b7b Mon Sep 17 00:00:00 2001 From: Bradley Farias Date: Thu, 18 Jul 2019 09:01:59 -0500 Subject: 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 Reviewed-By: Jan Krems Reviewed-By: Colin Ihrig Reviewed-By: Rich Trott --- test/message/async_error_sync_esm.out | 1 - 1 file changed, 1 deletion(-) (limited to 'test/message') 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. -- cgit v1.2.3