Skip to content

Commit

Permalink
Merge branch 'feature-threading'
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Sep 19, 2017
2 parents 83d258c + 9028761 commit b13917f
Show file tree
Hide file tree
Showing 48 changed files with 3,337 additions and 1,845 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
src/core/lib/**
src/core/config/MetaConfig.js
5 changes: 4 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@

"COMPILE_TIME": false,
"COMPILE_MSG": false,
"PKG_VERSION": false
"PKG_VERSION": false,
"ENVIRONMENT_IS_WORKER": false,
"ENVIRONMENT_IS_NODE": false,
"ENVIRONMENT_IS_WEB": false
}
}
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ docs/*
!docs/*.conf.json
!docs/*.ico
.vscode
src/core/config/MetaConfig.js
Loading

0 comments on commit b13917f

Please sign in to comment.