Skip to content

Commit 4119381

Browse files
committed
feat: precompile cloudevent schema
This commit modifies the build pipleline so that the cloudevent schema is precompiled for runtime validation. This eliminates the need to compile the schema at runtime, improving both performance and security. Fixes: #423 Signed-off-by: Lance Ball <[email protected]>
1 parent b5c0b56 commit 4119381

File tree

13 files changed

+341
-9290
lines changed

13 files changed

+341
-9290
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"plugins": [
1616
"header"
1717
],
18+
"ignorePatterns": ["**/schema/*"],
1819
"rules": {
1920
"no-var": "error",
2021
"standard/no-callback-literal": "off",

0 commit comments

Comments
 (0)