Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V4EX-Schema [v1.0] 4.2. Schema Compile Tool Module #3

Closed
2 tasks done
v4ex-inc opened this issue Jun 30, 2021 · 0 comments
Closed
2 tasks done

V4EX-Schema [v1.0] 4.2. Schema Compile Tool Module #3

v4ex-inc opened this issue Jun 30, 2021 · 0 comments
Assignees
Labels

Comments

@v4ex-inc
Copy link
Member

v4ex-inc commented Jun 30, 2021

0. Purpose & Goals

  • Due to fact that Cloudflare Workers is not supporting runtime eval() call, ajv can not be used in common way.
  • Use ajv in pre-compiled way.

1. Implementations Checklist

  • Schema Compile Tool MUST be able to download all registered schemas in DEV time.
  • Schema Compile Tool MUST be able to compile all downloaded schemas in DEV time.

A. Achievements

  • A.1. Run node schema/build.cjs to build the precompiled AJV validation to schema/compile/schemas.cjs.

C. Commits

R. References

@v4ex-inc v4ex-inc changed the title 3.2.1. Schema Validation Module V4EX-Schema [v1.0] Schema Validation Module Jun 30, 2021
@v4ex-inc v4ex-inc changed the title V4EX-Schema [v1.0] Schema Validation Module V4EX-Schema [v1.0] 4.2. Schema Validation Module Jul 1, 2021
@v4ex-inc v4ex-inc changed the title V4EX-Schema [v1.0] 4.2. Schema Validation Module V4EX-Schema [v1.0] 4.2. Schema Compile Module Jul 1, 2021
@v4ex-inc v4ex-inc changed the title V4EX-Schema [v1.0] 4.2. Schema Compile Module V4EX-Schema [v1.0] 4.2. Schema Compile Tool Module Jul 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants