mirror of
https://github.com/divkit/divkit.git
synced 2026-05-07 20:02:32 +00:00
Initial funcs support
commit_hash:78f512cfc76f18e5db8b956eaa1703e4b23e07ca
This commit is contained in:
@@ -24,7 +24,8 @@
|
||||
}
|
||||
],
|
||||
"platforms": [
|
||||
"ios"
|
||||
"ios",
|
||||
"web"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -51,7 +52,8 @@
|
||||
}
|
||||
],
|
||||
"platforms": [
|
||||
"ios"
|
||||
"ios",
|
||||
"web"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -74,7 +76,9 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"platforms": []
|
||||
"platforms": [
|
||||
"web"
|
||||
]
|
||||
},
|
||||
{
|
||||
"expression": "@{toString(myFunction)}",
|
||||
@@ -96,7 +100,9 @@
|
||||
]
|
||||
}
|
||||
],
|
||||
"platforms": []
|
||||
"platforms": [
|
||||
"web"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user