0.1.0 • Published 3 years ago

scoped-script v0.1.0

Weekly downloads
5
License
-
Repository
-
Last release
3 years ago

说明

新范式,用来写DSL嵌入

基本环境范式

function({emit,output,get}){
  //can be provide by using Dialog or Console etc.
  let a=get("com.gmono.testform");
  //do sth...
  output(b)
  emit("newevent",b)
}
0.1.0

3 years ago