llhttp
llhttp copied to clipboard
Port of http_parser to llparse
Bumps [eslint](https://github.com/eslint/eslint) from 9.28.0 to 9.29.0. Release notes Sourced from eslint's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...
Bumps [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js) from 9.28.0 to 9.29.0. Release notes Sourced from @eslint/js's releases. v9.29.0 Features f686fcb feat: add ecmaVersion: 2026, parsing using and await using (#19832) (Milos Djermanovic) 19cdd22 feat: prune...
Bumps [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/typescript-eslint) from 8.33.0 to 8.34.0. Release notes Sourced from typescript-eslint's releases. v8.34.0 8.34.0 (2025-06-09) 🚀 Features type-utils: deprecated getSourceFileOfNode function (#11284) 🩹 Fixes typescript-estree: change the token type of...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.15.21 to 24.0.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps node from `91aa1bb` to `7aaba6b`. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.18 to 3.29.0. Release notes Sourced from github/codeql-action's releases. v3.29.0 CodeQL Action Changelog See the releases page for the relevant changes to the CodeQL CLI and language...
Bumps [@stylistic/eslint-plugin](https://github.com/eslint-stylistic/eslint-stylistic/tree/HEAD/packages/eslint-plugin) from 4.2.0 to 4.4.1. Release notes Sourced from @stylistic/eslint-plugin's releases. v4.4.1 4.4.1 (2025-06-02) Bug Fixes keyword-spacing: check spaces around the type keyword in export declarations (#797) (6854a3c) Chores...
Actually started as improve codebase branch. It seems that there is mistake in the lookup table for QDTEXT, which is in main called QUOTED_STRING. ```js export const QUOTED_STRING: CharList =...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.4.1 to 2.4.2. Release notes Sourced from ossf/scorecard-action's releases. v2.4.2 What's Changed This update bumps the Scorecard version to the v5.2.1 release. For a complete list of...
BUILD_SHARED_LIBS is now called LLHTTP_BUILD_SHARED_LIBS. BUILD_STATIC_LIBS is now called LLHTTP_BUILD_STATIC_LIBS. CMake options have global scope so there's the risk of conflict otherwise. For example, libcurl has a BUILD_STATIC_LIBS option too....