Skip to content

Commit f6fac0a

Browse files
remove a dead code path
1 parent 2e757d5 commit f6fac0a

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

build/generate-style-spec.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -67,20 +67,8 @@ function propertyType(property) {
6767
return `Array<${elementType}>`;
6868
}
6969
}
70-
case 'light':
71-
return 'LightSpecification';
72-
case 'sky':
73-
return 'SkySpecification';
7470
case 'sources':
7571
return '{[_: string]: SourceSpecification}';
76-
case 'projection:':
77-
return 'ProjectionSpecification';
78-
case 'state':
79-
return 'StateSpecification';
80-
case 'numberArray':
81-
return 'NumberArraySpecification';
82-
case 'colorArray':
83-
return 'ColorArraySpecification';
8472
case '*':
8573
return 'unknown';
8674
default:

0 commit comments

Comments
 (0)