@ alex.garcia / unofficial-observablehq-compiler 可观察笔记本的非官方编译器(可观察解析器和运行时之间的胶合) 该编译器会将“可观察的语法”编译为“ javascript语法”。 例如 - import compiler from "@alex.garcia/unofficial-observablehq-compiler" ; import { Inspector , Runtime } from "@observablehq/runtime" ; const compile = new compiler . Compiler ( ) ;