1. 首页
  2. 考试认证
  3. 其它
  4. browserify json bundle diff

browserify json bundle diff

上传者: 2024-10-06 18:40:07上传 ZIP文件 2.59KB 热度 1次
在两个之间生成差异。这是browserify-diff工具链的一部分。例子从: { t" version " : 1 , t" modules " : { tt" ./foo " : [ " console.log('foo'); " ,{}], tt" ./bar " : [ " console.log('bar'); " ,{}] t}, t" entry " : [ " ./foo " ] }至: { t" version " : 2 , t" modules " : { tt" ./foo " : [ " console.log('now I print something else'); " ,{}], tt" ./baz " : [ " console.log('baz'); " ,{}] t}, t" entry " : [ " ./baz " ] }结
用户评论