AST: Factor shebangs out of non-code metadata and into Program (#4557)

* AST: Factor shebangs out of non-code metadata and into Progam

Signed-off-by: Nick Cameron <nrc@ncameron.org>

* Empty commit to try to unstick CI

---------

Signed-off-by: Nick Cameron <nrc@ncameron.org>
This commit is contained in:
Nick Cameron
2024-11-26 16:39:57 +13:00
committed by GitHub
parent 30bc85add8
commit 5424252dac
13 changed files with 386 additions and 254 deletions

View File

@ -123,6 +123,7 @@ describe('Testing addSketchTo', () => {
const result = addSketchTo(
{
body: [],
shebang: null,
start: 0,
end: 0,
moduleId: 0,