C# 클래스 Uglify.RequireDefinition

The class that implements node's require() function.
파일 보기 프로젝트 열기: asbjornu/Uglify.NET 1 사용 예제들

공개 메소드들

메소드 설명
Define ( ) : void

Defines the require() function as a global in the current context.

RequireDefinition ( CSharp context, Uglify.ResourceHelper resourceHelper ) : System

Initializes a new instance of the RequireDefinition class.

비공개 메소드들

메소드 설명
Execute ( string file, string code, CommonObject exports ) : void
Normalize ( string file ) : string
Require ( string file ) : CommonObject

메소드 상세

Define() 공개 메소드

Defines the require() function as a global in the current context.
public Define ( ) : void
리턴 void

RequireDefinition() 공개 메소드

Initializes a new instance of the RequireDefinition class.
public RequireDefinition ( CSharp context, Uglify.ResourceHelper resourceHelper ) : System
context CSharp The context.
resourceHelper Uglify.ResourceHelper The resource helper.
리턴 System