v98
- Add tree-shaking support for es modules
import { __await, __rest } from "https://esm.sh/tslib" // 7.3KB import { __await, __rest } from "https://esm.sh/tslib?exports=__await,__rest" // 489B
- Add
node-fetch
polyfill for browsers and deno - Fix
exports
resolver (close #422) - Restart
ns
process when got "unreachable" error (close #448) - cjs-lexer: Update
swc
to latest