typescript-addin
typescript-addin copied to clipboard
Parser fileAdd() and fileUpdate calls.
Observer behavior of the parser is that on every character change it tries to add the current file AddFile() to the host environment also it then tries to add all files in the project to the host env. AddFiles(). To gain more performance we should move the file add process elsewhere.