Skip to main content

Temporal Development

Can't extract inlined source map from the provided Workflow Bundle

  • 默认 sourcemap 为相对路径,可能找不到
esbuild --sourcemap=inline

ReferenceError: module is not defined

  • workflow 使用 v8 isolate 运行
esbuild --banner:js="module = typeof module === 'undefined'? {exports:{}}:module"

ReferenceError: TEMPORAL is not defined