Method | Description | |
---|---|---|
Uglifier ( ) : System |
Initializes a new instance of the Uglifier class.
|
|
Uglify ( string code, string options = "" ) : string |
Uglifies the specified code.
|
Method | Description | |
---|---|---|
AstPrinter ( string value ) : void | ||
ExprPrinter ( string value ) : void | ||
LoadUglify ( CSharp context, Uglify.ResourceHelper resourceHelper ) : FunctionObject | ||
SetupContext ( Uglify.ResourceHelper resourceHelper ) : CSharp.Context |
public Uglify ( string code, string options = "" ) : string | ||
code | string | The JavaScript code that is to be uglified. |
options | string | The options. |
return | string |