blob: e51859ced6becc8f693bf3869d2d3784d33c7e9c [file] [log] [blame]
<script src="../systemjs/dist/system.js"></script>
<script>
System.import('text.txt!text.js').then(console.log.bind(console));
</script>