Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit be105b6

Browse files
committed
JS: add dbscheme upgrade script
1 parent 8f3b0f5 commit be105b6

4 files changed

Lines changed: 2189 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
class TopLevel extends @toplevel {
2+
string toString() { none() }
3+
}
4+
5+
from TopLevel tl
6+
where isModule(tl) and not isNodejs(tl)
7+
select tl

0 commit comments

Comments
 (0)