Skip to content

Commit

Permalink
feat(@nestjs/common) : Module Path
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Jan 31, 2018
1 parent 1812567 commit 2f3732e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/common/constants.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ export declare const GUARDS_METADATA = "__guards__";
export declare const INTERCEPTORS_METADATA = "__interceptors__";
export declare const HTTP_CODE_METADATA = "__httpCode__";
export declare const GATEWAY_MIDDLEWARES = "__gatewayMiddlewares";
export declare const MODULE_PATH = "__module_path__";
1 change: 1 addition & 0 deletions lib/common/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ exports.GUARDS_METADATA = '__guards__';
exports.INTERCEPTORS_METADATA = '__interceptors__';
exports.HTTP_CODE_METADATA = '__httpCode__';
exports.GATEWAY_MIDDLEWARES = '__gatewayMiddlewares';
exports.MODULE_PATH = '__module_path__';
1 change: 1 addition & 0 deletions src/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ export const GUARDS_METADATA = '__guards__';
export const INTERCEPTORS_METADATA = '__interceptors__';
export const HTTP_CODE_METADATA = '__httpCode__';
export const GATEWAY_MIDDLEWARES = '__gatewayMiddlewares';
export const MODULE_PATH = '__module_path__';

0 comments on commit 2f3732e

Please sign in to comment.