dart_to_js_script_rewriter
dart_to_js_script_rewriter copied to clipboard
automatically add `defer` to script tags
This would help prevent that code is loaded synchronously, when the original program loaded the code after DOM Content loaded.
See https://github.com/dart-lang/sdk/issues/24694 for an example.