You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[![Node unit CI][ff_node_unit_img]][ff_node_unit_link][![Node lint CI][ff_node_lint_img]][ff_node_lint_link][![Node conformace CI][ff_node_conformance_img]][ff_node_conformance_link]
6
6
7
+
> This is OpenFunction's nodejs functions-framework forked from [GCP functions-framework-nodejs](https://github.com/GoogleCloudPlatform/functions-framework-nodejs)
8
+
7
9
An open source FaaS (Function as a Service) framework based on [Express](https://expressjs.com/)
8
-
for writing portable Node.js functions -- brought to you by the Google Cloud Functions team.
10
+
for writing portable Node.js functions
9
11
10
12
The Functions Framework lets you write lightweight functions that run in many
11
13
different environments, including:
@@ -14,6 +16,7 @@ different environments, including:
14
16
* Your local development machine
15
17
*[Cloud Run](https://cloud.google.com/run/) and [Cloud Run for Anthos](https://cloud.google.com/anthos/run)
Copy file name to clipboardExpand all lines: docs/esm.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using ES Modules
2
2
3
-
The Functions Framework >= `1.9.0` supports loading your code as an ES Module.
3
+
The Functions Framework >= `0.3.6` supports loading your code as an ES Module.
4
4
5
5
ECMAScript modules (ES modules or ESM) are a TC39 standard, unflagged feature in Node >=14 for loading JavaScript modules. As opposed to CommonJS, ESM provides an asynchronous API for loading modules and provides a very commonly adopted syntax improvement via `import` and `export` statements.
Copy file name to clipboardExpand all lines: docs/esm/README.md
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Using ES Modules
2
2
3
-
The Functions Framework >= `1.9.0` supports loading your code as an ES Module.
3
+
The Functions Framework >= `0.3.6` supports loading your code as an ES Module.
4
4
5
5
ECMAScript modules (ES modules or ESM) are a TC39 standard, unflagged feature in Node >=14 for loading JavaScript modules. As opposed to CommonJS, ESM provides an asynchronous API for loading modules and provides a very commonly adopted syntax improvement via `import` and `export` statements.
0 commit comments