文件名称:csp_fixer:一个用于提取内联的库 blocks into a separate file
文件大小:8.82MB
文件格式:ZIP
更新时间:2024-07-26 10:06:02
JavaScript
csp_fixer 从 Chrome 应用程序修复 csp 问题的库。 执照 麻省理工学院许可证。 用法 一个简单的使用示例: import 'package:csp_fixer/csp_fixer.dart'; Fix(new Directory('foo')); 从命令行运行: 要求: Dart SDK 1.7 或更高版本。 在 PATH 上设置发布脚本。 了解如何 。 安装: $> pub global activate csp_fixer 更新: # activate csp_fixer again $> pub global activate csp_fixer 运行 csp: # ./core_elements is where you want to fix csp issue. $> csp_fix ./core_elements # core.ht