typescript-addin icon indicating copy to clipboard operation
typescript-addin copied to clipboard

Parser fileAdd() and fileUpdate calls.

Open chrisber opened this issue 10 years ago • 0 comments

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.

chrisber avatar Mar 13 '15 00:03 chrisber