Use another syntax to implement the feature

This commit is contained in:
Anton Harniakou 2025-06-06 09:16:19 +03:00
parent 6f88505f90
commit 5019379217

View file

@ -173,6 +173,10 @@ class Statement {
return this;
}
get source() {
return this.stmt.source;
}
get reader() {
throw new Error("not implemented");
}