We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nor Python, nor JavaScript can understand that the last element in array has coma following it. e.g.
"configurations": [ { "name": "libevent", "dependencies": {"libevent": "~>2.0.1+2.0.16"}, "platforms": ["windows-x86", "posix"], "versions": ["VibeLibeventDriver"], "sourceFiles-windows-x86": ["lib/win-i386/event2.lib"], "copyFiles-windows-x86": ["lib/win-i386/libevent.dll"], "sourceFiles-windows-x86_64": ["lib/win-amd64/event2.lib"], "copyFiles-windows-x86_64": ["lib/win-amd64/libevent.dll"], "libs-windows": ["wsock32", "ws2_32", "advapi32"], },
"libs-windows": ["wsock32", "ws2_32", "advapi32"],
The text was updated successfully, but these errors were encountered:
It goes against JSON specification. Please fix it :-)
Sorry, something went wrong.
606177c
See also dlang/dub#415
No branches or pull requests
Nor Python, nor JavaScript can understand that the last element in array has coma following it.
e.g.
The text was updated successfully, but these errors were encountered: