We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e757d5 commit f6fac0aCopy full SHA for f6fac0a
build/generate-style-spec.ts
@@ -67,20 +67,8 @@ function propertyType(property) {
67
return `Array<${elementType}>`;
68
}
69
70
- case 'light':
71
- return 'LightSpecification';
72
- case 'sky':
73
- return 'SkySpecification';
74
case 'sources':
75
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';
84
case '*':
85
return 'unknown';
86
default:
0 commit comments