Add typing for tagExecutionLock (#1235)

This commit is contained in:
Jeff Glass
2023-02-28 00:57:49 -06:00
committed by GitHub
parent e66a2702df
commit ef4ab0d7a8

View File

@@ -64,7 +64,7 @@ export class PyScriptApp {
PyScript: ReturnType<typeof make_PyScript>;
plugins: PluginManager;
_stdioMultiplexer: StdioMultiplexer;
tagExecutionLock: any; // this is used to ensure that py-script tags are executed sequentially
tagExecutionLock: ReturnType<typeof createLock>; // this is used to ensure that py-script tags are executed sequentially
constructor() {
// initialize the builtin plugins