Files
Kmake/test/fixtures/source-map/throw-string-original.js

9 lines
88 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
/*
* comments dropped by uglify.
*/
function Hello() {
throw 'goodbye';
}
Hello();