Add OSS-Fuzz fuzzing harness under test/fuzzing/#2088
Merged
Conversation
ai
reviewed
May 11, 2026
| "+" | ||
| "~" | ||
| "::" | ||
| "&" |
Member
There was a problem hiding this comment.
We may add source map comment token as separated token here (if I understand fuzzing duct right).
We had many issues in source map parsing. It can be useful for fuzzing to be able to quicker get into source map parsing branch.
ai
reviewed
May 11, 2026
| //////////////////////////////////////////////////////////////////////////////// | ||
|
|
||
| const { FuzzedDataProvider } = require('@jazzer.js/core'); | ||
| const postcss = require('../../lib/postcss'); |
Member
There was a problem hiding this comment.
Can you please run pnpm dlx oxfmt to use project's code format here?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Adds a Jazzer.js fuzzing harness and CSS token dictionary under test/fuzzing/, as requested in google/oss-fuzz#15468 by the OSS-Fuzz maintainer (DavidKorczynski) and per @ai's suggestion to put them in test/fuzzing/.
test/ is already in .npmignore, so this does not affect the published npm package.