The following example, would allow access to fs for all resources within
./app/:
{"resources": {"./app/checked.js": {"cascade": true,"integrity": true}},"scopes": {"./app/": {"dependencies": {"fs": true}}}}
The following example, would allow access to fs for all data: resources:
{"resources": {"data:text/javascript,import('fs');": {"cascade": true,"integrity": true}},"scopes": {"data:": {"dependencies": {"fs": true}}}}
