Skip to content

Commit

Permalink
root: added srcNODE/ into repository
Browse files Browse the repository at this point in the history
Since we want to support Javascript web programming languages,
we should setup and develop the node engine for it. Hence, let's
add one in.

This patch adds srcNODE into repository.

Co-authored-by: Shuralyov, Jean <[email protected]>
Co-authored-by: Galyna, Cory <[email protected]>
Co-authored-by: (Holloway) Chew, Kean Ho <[email protected]>
Signed-off-by: (Holloway) Chew, Kean Ho <[email protected]>
  • Loading branch information
3 people committed Jun 4, 2024
1 parent a773da1 commit 0e3fa65
Show file tree
Hide file tree
Showing 8 changed files with 1,120 additions and 0 deletions.
22 changes: 22 additions & 0 deletions srcNODE/c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"extension": [
".js",
".ts",
".tsx"
],
"src": [
"src"
],
"exclude": [
"**/*.spec.js",
"**/*.spec.ts",
"**/*.spec.tsx"
],
"reporter": [
"text",
"html"
],
"all": true,
"report-dir": "dist/coverage",
"temp-directory": "dist/coverage-output"
}
Loading

0 comments on commit 0e3fa65

Please sign in to comment.