refactor: rename packages to dockview*

This commit is contained in:
mathuo 2021-03-25 21:59:50 +00:00
parent 4ac7a56379
commit 8378c368d5
175 changed files with 18 additions and 14 deletions

View File

Before

Width:  |  Height:  |  Size: 974 B

After

Width:  |  Height:  |  Size: 974 B

View File

Before

Width:  |  Height:  |  Size: 479 B

After

Width:  |  Height:  |  Size: 479 B

View File

Before

Width:  |  Height:  |  Size: 1.9 KiB

After

Width:  |  Height:  |  Size: 1.9 KiB

View File

Before

Width:  |  Height:  |  Size: 583 B

After

Width:  |  Height:  |  Size: 583 B

View File

Before

Width:  |  Height:  |  Size: 340 B

After

Width:  |  Height:  |  Size: 340 B

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1.4 KiB

View File

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

Before

Width:  |  Height:  |  Size: 2.5 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB

View File

@ -3,6 +3,7 @@ import {
Orientation,
PanelCollection,
SerializedSplitview,
Splitview,
SplitviewApi,
SplitviewReact,
SplitviewReadyEvent,

View File

@ -6,19 +6,19 @@ console.log('loaded');
module.exports = {
...baseConfig,
roots: ['<rootDir>/packages/splitview'],
modulePaths: ['<rootDir>/packages/splitview/src'],
roots: ['<rootDir>/packages/dockview'],
modulePaths: ['<rootDir>/packages/dockview/src'],
displayName: { name, color: 'blue' },
rootDir: '../../',
collectCoverageFrom: [
'<rootDir>/packages/splitview/src/**/*.{js,jsx,ts,tsx}',
'<rootDir>/packages/dockview/src/**/*.{js,jsx,ts,tsx}',
],
setupFiles: [
'<rootDir>/packages/splitview/src/__tests__/__mocks__/resizeObserver.js',
'<rootDir>/packages/dockview/src/__tests__/__mocks__/resizeObserver.js',
],
coveragePathIgnorePatterns: ['/node_modules/'],
modulePathIgnorePatterns: [
'<rootDir>/packages/splitview/src/__tests__/__mocks__',
'<rootDir>/packages/dockview/src/__tests__/__mocks__',
],
coverageDirectory: 'coverage',
};

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