Last active
January 18, 2021 17:03
-
-
Save Jimbly/64c08aa316b7e4ebdddfeda2380dd296 to your computer and use it in GitHub Desktop.
Uglify sourcemap test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
var _window$foo = window.foo, | |
a = _window$foo[0], | |
b = _window$foo[1]; | |
//# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluLmpzIl0sIm5hbWVzIjpbIndpbmRvdyIsImZvbyIsImEiLCJiIl0sIm1hcHBpbmdzIjoiOztrQkFBYUEsTUFBTSxDQUFDQyxHO0lBQWZDLEM7SUFBR0MsQyIsImZpbGUiOiJpbi5qcyIsInNvdXJjZXNDb250ZW50IjpbImxldCBbYSwgYl0gPSB3aW5kb3cuZm9vO1xuIl19 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let [a, b] = window.foo; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict";var _window$foo=window.foo,a=_window$foo[0],b=_window$foo[1]; | |
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluLmpzIl0sInNvdXJjZXNDb250ZW50IjpbIlwidXNlIHN0cmljdFwiO1xuXG52YXIgX3dpbmRvdyRmb28gPSB3aW5kb3cuZm9vLFxuICAgIGEgPSBfd2luZG93JGZvb1swXSxcbiAgICBiID0gX3dpbmRvdyRmb29bMV07XG4vLyMgc291cmNlTWFwcGluZ1VSTD1kYXRhOmFwcGxpY2F0aW9uL2pzb247Y2hhcnNldD11dGY4O2Jhc2U2NCxleUoyWlhKemFXOXVJam96TENKemIzVnlZMlZ6SWpwYkltbHVMbXB6SWwwc0ltNWhiV1Z6SWpwYkluZHBibVJ2ZHlJc0ltWnZieUlzSW1FaUxDSmlJbDBzSW0xaGNIQnBibWR6SWpvaU96dHJRa0ZCWVVFc1RVRkJUU3hEUVVGRFF5eEhPMGxCUVdaRExFTTdTVUZCUjBNc1F5SXNJbVpwYkdVaU9pSnBiaTVxY3lJc0luTnZkWEpqWlhORGIyNTBaVzUwSWpwYklteGxkQ0JiWVN3Z1lsMGdQU0IzYVc1a2IzY3VabTl2TzF4dUlsMTlcbiJdLCJuYW1lcyI6WyJ3aW5kb3ciLCJmb28iLCJhIiwiYiJdLCJtYXBwaW5ncyI6IjZCQUFhQSxPQUFPQyxJQUFmQyxFLGVBQUdDLEUifQ== |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict";var _window$foo=window.foo,a=_window$foo[0],b=_window$foo[1]; | |
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImluLmpzIl0sInNvdXJjZXNDb250ZW50IjpbImxldCBbYSwgYl0gPSB3aW5kb3cuZm9vO1xuIl0sIm5hbWVzIjpbIndpbmRvdyIsImZvbyIsImEiLCJiIl0sIm1hcHBpbmdzIjoiNkJBQWFBLE9BQU9DLElBQWZDLEUsZUFBR0MsRSJ9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment