beautifier/js-beautify

& TO & amp;

開放

#880 建立於 2016年2月20日

 (2 則留言) (0 個反應) (0 位負責人)JavaScript (1,460 個分叉)batch import
good first issuetype: enhancement

倉庫指標

星標
 (8,342 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

For example if you try to beautify this line:

<script>
for(i=0;i<A.sampleRate/2;i++)cB[i]=(((i*13+(((i>>3)&amp;1221)+133)*(i>>2))&amp;255)/128-.4)/(i*.00002+1)*(Math.cos(i*i*.0000003+i*0.40321+j)%0.412)*12;
</script>

The &amp; will turn into & amp;.

btw. this was taken from @notch http://doodle.notch.net/unmandelboxing/withsound.html

貢獻者指南