refactor(@embark/): move several packages into logical folders (#1877)

This commit is contained in:
Iuri Matias 2019-09-06 17:39:51 -04:00 committed by GitHub
parent 43386ff35d
commit 48c328e39e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
283 changed files with 161 additions and 156 deletions

View File

@ -9,6 +9,7 @@ module.exports = (api) => {
babelrcRoots: [
'.',
'packages/*',
'core/*',
],
plugins: [
'babel-plugin-macros',

View File

@ -75,7 +75,11 @@
"packages": [
"dapps/templates/*",
"dapps/tests/*",
"packages/*"
"packages/core/*",
"packages/plugins/*",
"packages/stack/*",
"packages/*",
"core/*"
],
"nohoist": [
"embark/embark-test-contract-0",

View File

@ -0,0 +1,4 @@
{
"extends": "../../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -0,0 +1,3 @@
{
"extends": "../../../tslint.json"
}

View File

@ -0,0 +1,4 @@
{
"extends": "../../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -0,0 +1,3 @@
{
"extends": "../../../tslint.json"
}

View File

@ -0,0 +1,4 @@
{
"extends": "../../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -0,0 +1,3 @@
{
"extends": "../../../tslint.json"
}

View File

@ -0,0 +1,4 @@
{
"extends": "../../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -0,0 +1,3 @@
{
"extends": "../../../tslint.json"
}

View File

@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "../../../tsconfig.json",
"files": [
"index.d.ts"
],

View File

@ -0,0 +1,3 @@
{
"extends": "../../../tslint.json"
}

View File

@ -0,0 +1,4 @@
{
"extends": "../../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -0,0 +1,3 @@
{
"extends": "../../../tslint.json"
}

View File

@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}

View File

@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}

View File

@ -1,4 +0,0 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}

View File

@ -1,4 +0,0 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}

View File

@ -1,4 +0,0 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}

View File

@ -1,3 +0,0 @@
{
"extends": "../../tslint.json"
}

View File

@ -1,4 +0,0 @@
{
"extends": "../../tsconfig.json",
"include": ["src/**/*"]
}

Some files were not shown because too many files have changed in this diff Show More