C# Class JSBasic.Compiler.Nodes.JSContext

A class to hold the current indentation information when compiling JavaScript (e.g. code in while {} statements is indented).
显示文件 Open project: danielflower/JSBasic Class Usage Examples