Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/label-issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ const labels = [
},
{
name: "wintercg",
description: "Web-interoperable Runtimes Community Group compatiblity",
description: "Web-interoperable Runtimes Community Group compatibility",
},
];

Expand Down
2 changes: 1 addition & 1 deletion src/codegen/cppbind.ts
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,7 @@ async function processFile(parser: CppParser, file: string, allFunctions: CppFn[

queryFoundLines.add(lineInfo.get(zigExportAttr.from).line);

// disabled because lezer parses (extern "C") seperately to the function definition / block
// disabled because lezer parses (extern "C") separately to the function definition / block
/* const linkage = closest(fnNode, "LinkageSpecification");
const linkageString = linkage?.getChild("String");
if (!linkage || !linkageString || text(linkageString, ctx) !== '"C"') {
Expand Down
2 changes: 1 addition & 1 deletion test/js/bun/yaml/yaml-test-suite.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6024,7 +6024,7 @@ test("yaml-test-suite/X4QW", () => {
});

test("yaml-test-suite/X8DW", () => {
// Explicit key and value seperated by comment
// Explicit key and value separated by comment
const input: string = `---
? key
# comment
Expand Down