Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
hoshinotsuyoshi committed Nov 19, 2024
1 parent fcf593b commit 7eef20d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/packages/db-structure/src/parser/schemarb/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -2310,15 +2310,12 @@ function peg$parse(input, options) {
}
}

// ESM スタイルのエクスポート
export const StartRules = ["schema"];
export const SyntaxError = peg$SyntaxError;
export const parse = peg$parse;

// デフォルトエクスポート
export default {
StartRules,
SyntaxError,
parse
};

};

0 comments on commit 7eef20d

Please sign in to comment.