]> git.ipfire.org Git - thirdparty/sqlite.git/commit
Teach tool/stripccomments.c that a backslash immediately preceeding a forward slash...
authorstephan <stephan@noemail.net>
Wed, 15 Jan 2025 21:09:19 +0000 (21:09 +0000)
committerstephan <stephan@noemail.net>
Wed, 15 Jan 2025 21:09:19 +0000 (21:09 +0000)
commit3ba9adc5c165055268cb0a75020e8a1296c619b8
tree21b433cd5eff94aec69e941d2eed4ebfdc335fcf
parentc738052394db4847c129c5039a973972e8125152
Teach tool/stripccomments.c that a backslash immediately preceeding a forward slash means that that forward slash cannot be the start of a comment. This is intended to allow JavaScript regular expressions containing \/* (like [https://github.com/emscripten-core/emscripten/issues/23412|the one introduced in emsdk 4.0.0]) to pass through properly. Re-enable comment-stripping in the JS dist builds.

FossilOrigin-Name: db21d6cc9d1c425deffc0e4e92173caf586e6ac66110c71a4930b21e3e7f84b9
ext/wasm/dist.make
manifest
manifest.uuid
tool/stripccomments.c