dart_to_js_script_rewriter icon indicating copy to clipboard operation
dart_to_js_script_rewriter copied to clipboard

Support subresource integrity (SRI)

Open brettcannon opened this issue 9 years ago • 1 comments
trafficstars

Since dart_to_js_script_rewriter is already rewriting the

brettcannon avatar Mar 14 '16 19:03 brettcannon

To me it seems that another transformer must handle it right after rewriter.

transformers:
- dart_to_js_script_rewriter
- sri_inserter

koorgoo avatar Nov 22 '16 18:11 koorgoo