Turn ExtNamespaces into singleton.
This way it doesn't have to be initialized every time Ast class is invoked. Also one less options object to be passed around.
Loading
Please register or sign in to comment
This way it doesn't have to be initialized every time Ast class is invoked. Also one less options object to be passed around.