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).
Show file Open project: danielflower/JSBasic Class Usage Examples