Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
feat: improve capi bundle size
Browse files Browse the repository at this point in the history
  • Loading branch information
kratico committed Jun 14, 2023
1 parent ad7b2a3 commit b65fe03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@ if (CAPI_MARKER in globalThis) {

export * as $ from "./deps/scale.ts"
export { BitSequence } from "./deps/scale.ts"
export * from "./server/client/mod.ts"
export * from "./server/client/detectConnect.ts"

// moderate --exclude main.ts nets.ts util server

export * from "./crypto/mod.ts"
export * from "./fluent/mod.ts"
export * from "./frame_metadata/mod.ts"
export * from "./nets/mod.ts"
export * from "./rpc/mod.ts"
export * from "./rune/mod.ts"
export * from "./scale_info/mod.ts"
2 changes: 1 addition & 1 deletion nets.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bins, net } from "./mod.ts"
import { bins, net } from "./nets/mod.ts"

const bin = bins({
polkadot: ["polkadot-fast", "v0.9.38"],
Expand Down

0 comments on commit b65fe03

Please sign in to comment.