コード例 #1
0
ファイル: Emitter.cs プロジェクト: RasmusTG/SourceMaps.CSharp
 public void createSourceMapper(Document document, string jsFileName, TextWriter jsFile, TextWriter sourceMapOut, Func<string,string> resolvePath) 
 {
    this.sourceMapper = new SourceMapper(jsFile, sourceMapOut, document, jsFileName, this.emitOptions, resolvePath);
 }
コード例 #2
0
ファイル: Emitter.cs プロジェクト: nippur72/SourceMaps.CSharp
 public void createSourceMapper(Document document, string jsFileName, TextWriter jsFile, TextWriter sourceMapOut, Func <string, string> resolvePath)
 {
     this.sourceMapper = new SourceMapper(jsFile, sourceMapOut, document, jsFileName, this.emitOptions, resolvePath);
 }