FaasJS
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文
Home
  • Guide
  • Documents
  • Starter Template
  • Changelog
  • Ecosystem

    • VS Code Plugin
    • Docker Images
  • Github
  • Contributing
  • Sponsor
  • Security
  • English
  • 简体中文

Documents / @faasjs/ts-transform / bundle

Function: bundle()

bundle(options): Promise<Output>

Parameters

options

externalModules?

string[]

has excluded node builtin modules

filename

string

jscTarget?

JscTarget

default: es2019

root?

string

default: process.cwd()

Returns

Promise<Output>