Update CONTRIBUTING.md

This commit is contained in:
Jarred Sumner
2023-02-08 21:46:53 -08:00
committed by GitHub
parent abb89f489f
commit a2afb252bf

View File

@@ -63,7 +63,7 @@ TODO: fill this out (for now, use `JSValue.toSlice()` in most cases)
#### JavaScriptCore C API
Do not copy from examples leveraging the JavaScriptCore C API. Please do use this in new code. We will not accept PRs that add new code that uses the JavaScriptCore C API.
Do not copy from examples leveraging the JavaScriptCore C API. Please do not use this in new code. We will not accept PRs that add new code that uses the JavaScriptCore C API.
## Testing