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:
@ -123,6 +123,7 @@ describe('Testing addSketchTo', () => {
|
||||
const result = addSketchTo(
|
||||
{
|
||||
body: [],
|
||||
shebang: null,
|
||||
start: 0,
|
||||
end: 0,
|
||||
moduleId: 0,
|
||||
|
Reference in New Issue
Block a user