Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: refactor packages structure, remove bundle #1176

Merged
merged 9 commits into from
Oct 17, 2018
Merged
  •  
  •  
  •  
12 changes: 7 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,18 @@ node_modules/
/.awcache
/.vscode

# bundle
packages/**/*.d.ts
packages/**/*.js

# misc
.DS_Store
lerna-debug.log
npm-debug.log
yarn-error.log
/src/common/npm-debug.log
/src/core/npm-debug.log
/src/testing/npm-debug.log
/src/microservices/npm-debug.log
/src/websockets/npm-debug.log
/**/npm-debug.log
/packages/**/.npmignore
/packages/**/LICENSE

# example
/quick-start
Expand Down
9 changes: 9 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# source
**/*.ts
*.ts

# configuration
package-lock.json
tslint.json
tsconfig.json
.prettierrc
3 changes: 2 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/bundle
packages/**/*.d.ts
packages/**/*.js
3 changes: 0 additions & 3 deletions bundle/common/cache/cache.constants.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions bundle/common/cache/cache.constants.js

This file was deleted.

8 changes: 0 additions & 8 deletions bundle/common/cache/cache.module.d.ts

This file was deleted.

60 changes: 0 additions & 60 deletions bundle/common/cache/cache.module.js

This file was deleted.

2 changes: 0 additions & 2 deletions bundle/common/cache/cache.providers.d.ts

This file was deleted.

17 changes: 0 additions & 17 deletions bundle/common/cache/cache.providers.js

This file was deleted.

1 change: 0 additions & 1 deletion bundle/common/cache/decorators/cache-key.decorator.d.ts

This file was deleted.

5 changes: 0 additions & 5 deletions bundle/common/cache/decorators/cache-key.decorator.js

This file was deleted.

1 change: 0 additions & 1 deletion bundle/common/cache/decorators/index.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions bundle/common/cache/decorators/index.js

This file was deleted.

5 changes: 0 additions & 5 deletions bundle/common/cache/default-options.d.ts

This file was deleted.

7 changes: 0 additions & 7 deletions bundle/common/cache/default-options.js

This file was deleted.

5 changes: 0 additions & 5 deletions bundle/common/cache/index.d.ts

This file was deleted.

10 changes: 0 additions & 10 deletions bundle/common/cache/index.js

This file was deleted.

11 changes: 0 additions & 11 deletions bundle/common/cache/interceptors/cache.interceptor.d.ts

This file was deleted.

66 changes: 0 additions & 66 deletions bundle/common/cache/interceptors/cache.interceptor.js

This file was deleted.

1 change: 0 additions & 1 deletion bundle/common/cache/interceptors/index.d.ts

This file was deleted.

6 changes: 0 additions & 6 deletions bundle/common/cache/interceptors/index.js

This file was deleted.

17 changes: 0 additions & 17 deletions bundle/common/cache/interfaces/cache-manager.interface.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions bundle/common/cache/interfaces/cache-manager.interface.js

This file was deleted.

14 changes: 0 additions & 14 deletions bundle/common/cache/interfaces/cache-module.interface.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions bundle/common/cache/interfaces/cache-module.interface.js

This file was deleted.

2 changes: 0 additions & 2 deletions bundle/common/cache/interfaces/index.d.ts

This file was deleted.

2 changes: 0 additions & 2 deletions bundle/common/cache/interfaces/index.js

This file was deleted.

28 changes: 0 additions & 28 deletions bundle/common/constants.d.ts

This file was deleted.

30 changes: 0 additions & 30 deletions bundle/common/constants.js

This file was deleted.

6 changes: 0 additions & 6 deletions bundle/common/decorators/core/bind.decorator.d.ts

This file was deleted.

Loading