-
Notifications
You must be signed in to change notification settings - Fork 15
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
Invalid regex (iso8601Pattern) when building with ajv ^8.8.2 #71
Comments
Thanks for reporting @jakejscott. I tried to reproduce with the test project: |
Yeah I'll have a go with adding esbuild in my fork of the test project add see if that's what is causing it. It might end up being something else |
Hey @eoinsha I've managed to reproduce the issue :) Our project is using |
Narrowed it down to this unicode flag that Ajv adds when creating the regex:
Error:
|
Describe the bug
When I run
sls deploy
I a regex error:I think it's this regex: https://github.com/fourTheorem/slic-watch/blob/main/serverless-plugin/config-schema.js#L6
To Reproduce
sls deploy
Expected behavior
Environment:
Framework Core: 2.69.1 (local)
Plugin: 5.5.1
SDK: 4.3.0
Components: 3.18.1
Additional context
We are using
serverless-esbuild
plugin which uses esbuild to build the code.https://github.com/floydspace/serverless-esbuild
The text was updated successfully, but these errors were encountered: