0
main.jssweet.js不能返回#`else`
import {另} from './chinese-macros';
另 {
}
中國-macros.js
export syntax 另 = function(ctx) {
return #`else`;
}
main.js應該編譯爲else {}
,但我得到這個錯誤消息改爲:
throw this.createError(start, "not a valid expression");
任何幫助將不勝感激。