You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking in ajv-keywords and ajv-formats in their node_modules/..../dist/ folders, as pulled from npm install, and it appears that they are made for Node.js only, and are not currently browser friendly. At present the ajv-distnpm, which is browser friendly, doesn't include them.
Would it be possible to either:
Have the ajv-distnpm include ajv-keywords and ajv-formats, in separate but compatible bundles that ship with it in the npm that would work with it in the browser?
Make compatible ajv-keywords-dist and ajv-formats-distnpms that would work with the ajv-distnpm in the browser?
If not, what would be the recommended way for me to deploy ajv-keywords and ajv-formats to the Browser Side?
Note that ajv-bsontype would be quite welcome if included as well.
In any case, thanks for an excellent tool, hopeful this request serves others as well by improving the project.
Note: I plan to post copies of this to ajv-dist, ajv-keywords, and ajv-formats in case this isn't the best place for it, and/or for visibility. I apologize in advance if that turns out to be unwelcome spamming, I am just not sure which is the best place for it and so am covering the bases.
The text was updated successfully, but these errors were encountered:
I was looking in
ajv-keywords
andajv-formats
in theirnode_modules/..../dist/
folders, as pulled fromnpm install
, and it appears that they are made for Node.js only, and are not currently browser friendly. At present theajv-dist
npm
, which is browser friendly, doesn't include them.Would it be possible to either:
ajv-dist
npm
includeajv-keywords
andajv-formats
, in separate but compatible bundles that ship with it in thenpm
that would work with it in the browser?ajv-keywords-dist
andajv-formats-dist
npms
that would work with theajv-dist
npm
in the browser?If not, what would be the recommended way for me to deploy
ajv-keywords
andajv-formats
to the Browser Side?Note that
ajv-bsontype
would be quite welcome if included as well.In any case, thanks for an excellent tool, hopeful this request serves others as well by improving the project.
Note: I plan to post copies of this to
ajv-dist
,ajv-keywords
, andajv-formats
in case this isn't the best place for it, and/or for visibility. I apologize in advance if that turns out to be unwelcome spamming, I am just not sure which is the best place for it and so am covering the bases.The text was updated successfully, but these errors were encountered: