firebase / firebase/firebase-tools
Compile TypeScript functions source in functions emulator
Open
emulators: functions
type: feature request
- Dominant language
- TypeScript
- Stars
- 4.5k
- Forks
- 1.3k
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 84
Description
Today, developers must compile TypeScript code manually by running `tsc` or `tsc --watch` before starting the functions emulator to avoid running into a functions source-loading error (see https://github.com/firebase/firebase-tools/issues/5627). This feature request is to implement the equivalent of pre-deploy hooks for the emulator so that developers can instruct the emulator on how to build their TypeScript functions.
Contributor guide
Assessment
This issue has not been assessed yet.