engine icon indicating copy to clipboard operation
engine copied to clipboard

create-entrypoint code is cryptic

Open RomanYarik opened this issue 4 years ago • 0 comments

the entire code of generating a web entrypoint (create-entrypoint.ts in engine-scripts) is a combination of template strings.

This makes this peace of code to be very prone to errors and bugs, and makes this code non testable.

We should refactor this file to be as typed as possible and the code of the entrypoint itself to be very lean

RomanYarik avatar Aug 24 '21 07:08 RomanYarik