Skip to content

Commit

Permalink
minor (#654): deleted original kipper error
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzholzbauer committed Sep 2, 2024
1 parent a42fd8d commit c21a0c4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kipper/target-js/src/code-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export class JavaScriptTargetCodeGenerator extends KipperTargetCodeGenerator {
[
"var __createKipper = () => {" +
" if (__globalScope.__kipper || __kipper) { return undefined; }" +
" class KipperError extends Error { constructor(msg) { super(msg); this.name='KipError'; }};" +
" class KipperType {" +
" constructor(name, fields, methods, baseType = null) " +
" { this.name = name; this.fields = fields; this.methods = methods; this.baseType = baseType; }" +
Expand Down

0 comments on commit c21a0c4

Please sign in to comment.