Ansible2 / sqf-language-rework

2 stars 0 forks source link

Extension must be portable #5

Closed Ansible2 closed 2 years ago

Ansible2 commented 2 years ago

For performance and brevity the current goal will be to cutdown on the number of files in the end package. This may be accomplished in by two means:

Acceptance Criteria:

Ansible2 commented 2 years ago

NOTE:

There needs to be some means of referencing the correct data in the sqf.syntax.* before building the files.

This could mean using a separate file that is built with another package script that can be run independently of the build script. It can generate a .ts file that creates a map of all of the docs and their contents, this is then just transpiled like the rest of the ts files.