-
Notifications
You must be signed in to change notification settings - Fork 4
Spelling #21
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
base: main
Are you sure you want to change the base?
Spelling #21
Conversation
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
Signed-off-by: Josh Soref <[email protected]>
@jsoref is attempting to deploy a commit to the Speakeasy Team on Vercel. A member of the Team first needs to authorize it. |
"reflect" | ||
"syscall/js" | ||
|
||
"github.com/speakeasy-api/jsonpath/pkg/jsonpath" | ||
"github.com/speakeasy-api/jsonpath/pkg/jsonpath/config" | ||
"github.com/speakeasy-api/jsonpath/pkg/jsonpath/token" | ||
"github.com/speakeasy-api/jsonpath/pkg/overlay" | ||
"gopkg.in/yaml.v3" | ||
"reflect" | ||
"syscall/js" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
VSCode / go format didn't approve of the format for many of these files. I can drop this commit if that's a problem...
// literal literal = number / | ||
// literal literal-value = number / |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change is to disambiguate the two things, the first, appears to be a golang struct name, and the second appears to be the name for the type to be used in other RHS locations.
@@ -6,7 +6,7 @@ let messageQueue: { | |||
resolve: Function; | |||
reject: Function; | |||
message: any; | |||
supercede: boolean; | |||
supersede: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.