Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Starting the editor becomes prohibitively slow with many scripts #34

Description

@mihe

Since the TSU blueprints currently get compiled when you start the editor it can bump up the startup time for the editor quite a bit. There should ideally not be any reason at all to parse the TypeScript since it should all be baked into the .uasset.

The only thing I could see being a problem is if the generated typings were to change, in which case the TypeScript code should be reparsed and produce an error if faulty.

If recompiling on startup turns out to be unavoidable there's also the new .tsbuildinfo stuff that was released with TypeScript 3.4, which should cut the initial compile times down significantly.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions