Skip to content

Commit 22adae1

Browse files
committed
Merge branch 'esm-js-extensions' of https://github.com/firebase/firebase-functions into esm-js-extensions
2 parents 0f00425 + 4fc93a4 commit 22adae1

File tree

2 files changed

+107
-3
lines changed

2 files changed

+107
-3
lines changed

package-lock.json

Lines changed: 107 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/bin/firebase-functions.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@
2424

2525
import * as http from "http";
2626
import express from "express";
27-
<<<<<<< HEAD
2827
import fs from "fs/promises";
29-
=======
30-
import * as fs from "fs/promises";
3128
>>>>>>> f054321 (chore: enable esModuleInterop)
3229
import * as path from "path";
3330
import { loadStack } from "../runtime/loader";

0 commit comments

Comments
 (0)