wireplumber/src/scripts/node
George Kiagiadakis 43aa2d4952 scripts: don't use 'local' for file-wide scoped variables
Since all scripts run in a sandbox with their own global environment,
it means that they don't interfere with each other's global variables.
Therefore, all file-wide variables can be declared global without
any change in behavior. In my understanding, it is better to do so
because this means that any code accessing those variables is going
to access them directly from the global environment table with a simple
lookup rather than having each variable referenced in the local closure
of each function separately.
2023-09-29 23:13:28 +03:00
..
create-item.lua Lua scripts: replace "policy" with "linking" 2023-09-26 10:09:03 +03:00
create-virtual-item.lua scripts: don't use 'local' for file-wide scoped variables 2023-09-29 23:13:28 +03:00
state-stream.lua scripts: use log topics 2023-05-19 20:12:08 +03:00
suspend-node.lua Merge branch '0.4' into next 2023-06-21 20:59:04 +03:00