Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Commit

Permalink
fix: export manifest types (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt committed Apr 19, 2024
1 parent a2071a6 commit 66b668b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ export { ArchiveFormat, ARCHIVE_FORMAT } from './archive.js'
export { NodeBundlerName, NODE_BUNDLER } from './runtimes/node/bundlers/types.js'
export { RuntimeName, RUNTIME } from './runtimes/runtime.js'
export { ModuleFormat, MODULE_FORMAT } from './runtimes/node/utils/module_format.js'
export { TrafficRules, Manifest } from './manifest.js'
export { FunctionResult } from './utils/format_result.js'

export interface ListedFunction {
name: string
Expand Down

1 comment on commit 66b668b

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⏱ Benchmark results

  • largeDepsEsbuild: 1.3s
  • largeDepsNft: 5.3s
  • largeDepsZisi: 10.2s

Please sign in to comment.