mirror of
https://github.com/wassname/CanvasTextWrapper.git
synced 2026-07-02 16:27:37 +08:00
12 lines
233 B
JavaScript
12 lines
233 B
JavaScript
/*!
|
|
* I am a comment
|
|
*/
|
|
function foo(){return 42}// @preserve preserve
|
|
// @license license
|
|
function bar(){return 2*foo()}/* @preserve
|
|
* multiline preserve
|
|
*/
|
|
/* @license
|
|
* multiline license
|
|
*/
|
|
function baz(){return bar()*bar()} |