Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
new_audit: json-ld audit #8328
new_audit: json-ld audit #8328
Changes from 36 commits
47e7427
14e5d76
19e5511
e407bba
5be7b74
7da5fa5
a1470cf
39377d0
f7cb682
b7cdf44
c9c8672
e0563f9
b19564c
3d4633f
ea65f67
416d60b
cacabd2
0ff4070
1c15871
82d2785
46ad970
2d42a4c
534f10f
1243e70
6e9a8d8
41c8e28
ad58799
96cf12d
4d8198a
fc3b034
f65b807
991bf3c
87e2897
aac8717
2ac1ace
8d63bf2
055065a
7a3ad59
b578c23
53a932d
72fa128
d84fb24
9e74c1f
e51903b
0bad7c4
88a234d
8849076
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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 feels like a recipe for struggles on next browserify update 😬
maybe it's time to investigate moving to something better maintained/more flexible post 5.0
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.
still a bit concerned about this but I think whatever we end up doing will be hacky in some way 🤷♂️
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.
should we add a test that the bundle output does not contain some code in
douge-json-parse
? so we remember to fix this when it break.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.
the build throws if we forget this, so it will definitely fail the tests :)
The issue is that
jsonlint-mod
's bundled js has a reference to this file, which isn't included in the module. Browserify throws when it tries to resolve it.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.
👍