samualtnorman / hackmud-script-manager

Script manager for game hackmud, with minification, TypeScript support, and player script type definition generation.

Home Page:https://www.npmjs.com/package/hackmud-script-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drop the exports turn into a `return` feature

samualtnorman opened this issue · comments

export const foo = "bar"

drop this and instead replace it with an error.
this feature is barely even half baked.