Track spans in AST

This commit is contained in:
Yura Dupyn 2026-02-07 16:02:35 +01:00
parent cd84d74ec7
commit 5dfa31f27f
3 changed files with 76 additions and 65 deletions

View file

@ -31,7 +31,7 @@ import { Versions } from './versions';
declare const versions: Versions; // preload
const information = document.getElementById('info');
const information = document.getElementById('info') as HTMLElement;
information.innerText = `This app is using Chrome (v${versions.chrome()}), Node.js (v${versions.node()}), and Electron (v${versions.electron()})`;
async function func() {