Skip to content
Merged
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 .devcontainer/emscripten_dev/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.59
FROM emscripten/emsdk:3.1.69

RUN wget -nd -P /tmp/ https://github.com/watchexec/watchexec/releases/download/v1.23.0/watchexec-1.23.0-x86_64-unknown-linux-gnu.deb \
&& dpkg -i /tmp/watchexec-1.23.0-x86_64-unknown-linux-gnu.deb \
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ endif()
FetchContent_Declare(
fmt
GIT_REPOSITORY https://github.com/fmtlib/fmt
GIT_TAG 10.2.1
GIT_TAG 11.0.2
GIT_SHALLOW 1
)

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.emsdk
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM emscripten/emsdk:3.1.59 as em
FROM emscripten/emsdk:3.1.69 as em

RUN apt-get update && apt-get install -y \
ninja-build \
Expand Down
16,256 changes: 5,679 additions & 10,577 deletions package-lock.json

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/cxx-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"url": "https://github.com/robertoraggi/cplusplus/issues"
},
"devDependencies": {
"@types/node": "^20.11.19",
"esbuild": "^0.20.0",
"prettier": "^3.2.5",
"typedoc": "^0.25.8",
"typescript": "^5.3.3",
"zx": "^8.0.2"
"@types/node": "^22.7.5",
"esbuild": "^0.24.0",
"prettier": "^3.3.3",
"typedoc": "^0.26.9",
"typescript": "^5.6.3",
"zx": "^8.1.9"
}
}
14 changes: 7 additions & 7 deletions packages/cxx-gen-ast/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
},
"license": "MIT",
"devDependencies": {
"@types/node": "^20.11.19",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"eslint": "^8.56.0",
"typescript": "^5.3.3"
"@types/node": "^22.7.5",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"eslint": "^9.12.0",
"typescript": "^5.6.3"
},
"dependencies": {
"prettier": "^3.2.5",
"prettier": "^3.3.3",
"yargs": "^17.7.2"
}
}
54 changes: 27 additions & 27 deletions packages/cxx-storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,41 +9,41 @@
"build-storybook": "storybook build"
},
"devDependencies": {
"@codemirror/commands": "^6.3.3",
"@codemirror/commands": "^6.7.0",
"@codemirror/lang-cpp": "^6.0.2",
"@codemirror/lint": "^6.5.0",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.24.0",
"@storybook/addon-essentials": "^8.0.9",
"@storybook/addon-interactions": "^8.0.9",
"@storybook/addon-links": "^8.0.9",
"@storybook/blocks": "^8.0.9",
"@storybook/react": "^8.0.9",
"@storybook/react-vite": "^8.0.9",
"@codemirror/lint": "^6.8.2",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.34.1",
"@storybook/addon-essentials": "^8.3.5",
"@storybook/addon-interactions": "^8.3.5",
"@storybook/addon-links": "^8.3.5",
"@storybook/blocks": "^8.3.5",
"@storybook/react": "^8.3.5",
"@storybook/react-vite": "^8.3.5",
"@storybook/testing-library": "^0.2.2",
"@tanstack/react-query": "^5.32.1",
"@types/lodash": "^4.14.202",
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@tanstack/react-query": "^5.59.15",
"@types/lodash": "^4.17.10",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@typescript-eslint/eslint-plugin": "^7.0.1",
"@typescript-eslint/parser": "^7.0.1",
"@vitejs/plugin-react": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^8.9.0",
"@typescript-eslint/parser": "^8.9.0",
"@vitejs/plugin-react": "^4.3.2",
"codemirror": "^6.0.1",
"cxx-frontend": "^1.1.27",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-storybook": "^0.8.0",
"eslint": "^9.12.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.12",
"eslint-plugin-storybook": "^0.9.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-virtualized-auto-sizer": "^1.0.22",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"storybook": "^8.0.9",
"typescript": "^5.3.3",
"vite": "^5.1.3"
"storybook": "^8.3.5",
"typescript": "^5.6.3",
"vite": "^5.4.9"
}
}
3 changes: 1 addition & 2 deletions src/frontend/cxx/frontend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,11 @@
#include <cxx/translation_unit.h>
#include <cxx/wasm32_wasi_toolchain.h>
#include <cxx/windows_toolchain.h>
#include <cxx/private/format.h>

#include "ast_printer.h"
#include "verify_diagnostics_client.h"

// fmt
#include <fmt/format.h>

// std
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion src/parser/cxx/private/format.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

#include <version>

#if defined(__cpp_lib_format)
#if defined(__cpp_lib_format) || defined(__EMSCRIPTEN__)

#include <format>

Expand Down
6 changes: 3 additions & 3 deletions templates/cxx-browser-esm-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"preview": "vite preview"
},
"devDependencies": {
"typescript": "^5.3.3",
"vite": "^5.1.3"
"typescript": "^5.6.3",
"vite": "^5.4.9"
},
"dependencies": {
"cxx-frontend": "^1.1.26"
"cxx-frontend": "^1.1.27"
}
}
2 changes: 1 addition & 1 deletion templates/cxx-parse-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"license": "MIT",
"dependencies": {
"cxx-frontend": "^1.1.26"
"cxx-frontend": "^1.1.27"
}
}
2 changes: 1 addition & 1 deletion templates/cxx-parse/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"license": "MIT",
"dependencies": {
"cxx-frontend": "^1.1.26"
"cxx-frontend": "^1.1.27"
}
}
Loading