$_data
$_data : mixed
Original javascript data.
UglifyJS minification driver. Supports UglifyJS versions 1 (with limited features) and 2.
setOptions(array $opts = array())
array | $opts | Driver specific options: - cmdline: (string) Command-line options to pass to binary. - sourcemap: (string) The URL to the web-accessible location the sourcemap file will be stored at. Only supported by UglifyJS2. - uglifyjs: (string) [REQUIRED] Path to the UglifyJS binary. |
_sourceUrls() : string
Creates a list of source comments linking to the original URLs of the source files.
Needed in minification files to ensure that all license terms of the minified code (which may have been removed during the minification process) are accessible.
Source URL data.