Skip to content
Snippets Groups Projects

Extended scripts support

Merged StarPeak requested to merge starpeak/walint:extended-scripts into main
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
+ 11
0
@@ -228,7+228,7 @@
checkObjectProperty :: Object -> Property -> LintWriter Layer
checkObjectProperty obj p@(Property name _) = case name of
"url" -> do
pure ()
unwrapURI (Proxy @"website") p
(dependsOn . Link)
(dependsOn . Local)
@@ -499,7+499,7 @@
isString p
requireProperty "bellVariable"
-- | these properties are used by the extended script to allow action zones¶
"bindVariable" -> do
isString p
requireProperty "zone"
"enterValue" -> do
isString p
requireProperty "bindVariable"
"leaveValue" -> do
isString p
requireProperty "bindVariable"
-- name on tile layer unsupported
"name" -> isUnsupported
Loading