Skip to content

Commit

Permalink
Merge pull request #166 from wentout/proto
Browse files Browse the repository at this point in the history
errors compilation re-factored
  • Loading branch information
wentout authored Sep 2, 2024
2 parents 81a7fda + 5ba584c commit 0c6e190
Show file tree
Hide file tree
Showing 18 changed files with 103 additions and 79 deletions.
2 changes: 1 addition & 1 deletion build/api/errors/bindedMethodErrorHandler.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion build/api/errors/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,8 @@ export declare const getStack: (this: any, title: string, stackAddition: string[
export declare class BASE_MNEMONICA_ERROR extends Error {
constructor(message: string | undefined, additionalStack: string[]);
}
export declare const constructError: (name: string, message: string) => any;
export declare const constructError: (name: string, message: string) => {
prototype: {
constructor: CallableFunction;
};
};
28 changes: 14 additions & 14 deletions build/api/errors/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/api/errors/index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/api/types/InstanceCreator.js.map

Large diffs are not rendered by default.

7 changes: 0 additions & 7 deletions build/api/types/TypeProxy.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion build/api/types/TypeProxy.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 0c6e190

Please sign in to comment.