Skip to content

Commit caf83d6

Browse files
add missing global-state expression typing (#1130)
* add missing global-state expression typing * update changelog
1 parent ce16407 commit caf83d6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- _...Add new stuff here..._
55

66
### 🐞 Bug fixes
7+
- Add missing `global-state` expression typing ([#1130](https://github.com/maplibre/maplibre-style-spec/pull/1130))
78
- _...Add new stuff here..._
89

910
## 23.2.3

build/generate-style-spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,8 @@ export type ExpressionSpecification =
265265
| ['zoom'] // number
266266
// Heatmap
267267
| ['heatmap-density'] // number
268+
// Global state
269+
| ['global-state', string] // unknown
268270
269271
export type ExpressionFilterSpecification = boolean | ExpressionSpecification
270272

0 commit comments

Comments
 (0)