infinity-build-js 0.3.3

Rolldown-backed JS/TS instrument bundler for MSFS. Implements the infinity-build-core Builder trait, emits MSFS-shaped package sources (BaseInstrument harness, instrument.html, instrument.js, instrument.css).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
<script type="text/html" id="{{ templateId }}">
    <div id="{{ mountElementId }}">
        <h1>If you're seeing this, instrument didn't load.</h1>
    </div>
</script>

{{#imports}}
<script type="text/html" import-async="false" import-script="{{ this }}"></script>
{{/imports}}
<script type="text/html" import-async="false" import-script="{{ instrumentPath }}"></script>

<link rel="stylesheet" href="{{ cssPath }}" />