Diffing helpers for can-reflect
With StealJS, you can import this module directly in a template that is autorendered:
import plugin from 'can-diff';Use require to load can-diff and everything else
needed to create a template that uses can-diff:
var plugin = require("can-diff");Load the global version of the plugin:
<script src='./node_modules/can-diff/dist/global/can-diff.js'></script>