@redpanda-data/docs-extensions-and-macros 4.6.8 → 4.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/doc-tools.js
CHANGED
|
@@ -308,8 +308,8 @@ To fix this on macOS:
|
|
|
308
308
|
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
|
|
309
309
|
|
|
310
310
|
4. Verify the fix:
|
|
311
|
-
echo '#include <functional>' |
|
|
312
|
-
|
|
311
|
+
echo '#include <functional>' | \${cppCompiler || 'clang++'} -x c++ -fsyntax-only -
|
|
312
|
+
`);
|
|
313
313
|
}
|
|
314
314
|
}
|
|
315
315
|
|
package/package.json
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
tree_sitter==0.
|
|
1
|
+
tree_sitter==0.21.1
|
|
2
2
|
setuptools>=42.0.0
|