mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-16 15:47:25 +00:00
refactor(@embark/): move several packages into logical folders (#1877)
This commit is contained in:
parent
43386ff35d
commit
48c328e39e
@ -9,6 +9,7 @@ module.exports = (api) => {
|
||||
babelrcRoots: [
|
||||
'.',
|
||||
'packages/*',
|
||||
'core/*',
|
||||
],
|
||||
plugins: [
|
||||
'babel-plugin-macros',
|
||||
|
@ -75,7 +75,11 @@
|
||||
"packages": [
|
||||
"dapps/templates/*",
|
||||
"dapps/tests/*",
|
||||
"packages/*"
|
||||
"packages/core/*",
|
||||
"packages/plugins/*",
|
||||
"packages/stack/*",
|
||||
"packages/*",
|
||||
"core/*"
|
||||
],
|
||||
"nohoist": [
|
||||
"embark/embark-test-contract-0",
|
||||
|
4
packages/core/embark-code-runner/tsconfig.json
Normal file
4
packages/core/embark-code-runner/tsconfig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
3
packages/core/embark-code-runner/tslint.json
Normal file
3
packages/core/embark-code-runner/tslint.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
4
packages/core/embark-console/tsconfig.json
Normal file
4
packages/core/embark-console/tsconfig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
3
packages/core/embark-console/tslint.json
Normal file
3
packages/core/embark-console/tslint.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
4
packages/core/embark-core/tsconfig.json
Normal file
4
packages/core/embark-core/tsconfig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
3
packages/core/embark-core/tslint.json
Normal file
3
packages/core/embark-core/tslint.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
4
packages/core/embark-i18n/tsconfig.json
Normal file
4
packages/core/embark-i18n/tsconfig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
3
packages/core/embark-i18n/tslint.json
Normal file
3
packages/core/embark-i18n/tslint.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"extends": "../../../tsconfig.json",
|
||||
"files": [
|
||||
"index.d.ts"
|
||||
],
|
3
packages/core/embark-typings/tslint.json
Normal file
3
packages/core/embark-typings/tslint.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
4
packages/core/embark-utils/tsconfig.json
Normal file
4
packages/core/embark-utils/tsconfig.json
Normal file
@ -0,0 +1,4 @@
|
||||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
3
packages/core/embark-utils/tslint.json
Normal file
3
packages/core/embark-utils/tslint.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"extends": "../../../tslint.json"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
}
|
@ -1,4 +0,0 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["src/**/*"]
|
||||
}
|
@ -1,3 +0,0 @@
|
||||
{
|
||||
"extends": "../../tslint.json"
|
||||
}
|
@ -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
Loading…
x
Reference in New Issue
Block a user