Skip to content

Commit d9b504d

Browse files
committed
Issue #261: Rowan is now writing out class properties in canonical format for filetree [ci skip]
1 parent ebd9138 commit d9b504d

File tree

3 files changed

+29
-8
lines changed

3 files changed

+29
-8
lines changed
Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
38
"instvars" : [
4-
"write"
5-
],
9+
"write" ],
610
"name" : "GdkL_CopyScriptClasses",
11+
"pools" : [
12+
],
713
"super" : "AbstractGsDevKitProgram",
8-
"type" : "normal"
9-
}
14+
"type" : "normal" }
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
310
"name" : "GdkL_Error",
11+
"pools" : [
12+
],
413
"super" : "AbstractGsDevKitProgram",
5-
"type" : "normal"
6-
}
14+
"type" : "normal" }
Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"category" : "gsdevkit_launcher-Scripts",
3+
"classinstvars" : [
4+
],
5+
"classvars" : [
6+
],
7+
"commentStamp" : "",
8+
"instvars" : [
9+
],
310
"name" : "GdkL_Hello",
11+
"pools" : [
12+
],
413
"super" : "AbstractGsDevKitProgram",
5-
"type" : "normal"
6-
}
14+
"type" : "normal" }

0 commit comments

Comments
 (0)