Sha256: e64b28eb5fb7747e3d6ca74e69e3bfe70d0303deaadd7357fba19d3d41c31525

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

{
    "protocol": {
        "path": "./relative/path/protocol/sample_protocol.json",
        "package": "include/generated/files/like/this",
        "output": "place/generated/files/here",
        "namespace": ["sample_project", "protocol"],
        "export_macro": "LIB_EXPORT",
        "export_header": "lib/lib_export.h"
    },

    "exported": {
        "package": "include/exported/files/like/this",
        "output": "place/exported/files/here",
        "string_header": "include/exported/string.h",
        "string_in": "String",
        "string_out": "String",
        "to_string_out": "toString(%s)",
        "export_macro": "LIB_EXPORT",
        "export_header": "lib/lib_export.h"
    },

    "imported": {
        "path": "../relative/path/imported_protocol.json",
        "package": "either/include/imported/files/from/here",
        "header": "or/include/them/all/together/like/this/imported_protocol.h",
        "to_imported_string": "toImportedString(%s)",
        "from_imported_string": "fromImportedString(%s)",
        "namespace": ["imported_project", "protocol"]
    },

    "lib": {
        "package": "include/lib/files/like/this",
        "output": "place/generated/lib/files/here",
        "string_header": "string/implementation.h",
        "platform_header": "platform/implementation.h",
        "export_macro": "LIB_EXPORT",
        "export_header": "lib/lib_export.h"
    }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
node-compiler-0.9.1 vendor/node/deps/v8_inspector/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
node-compiler-0.9.0 vendor/node-v7.2.1/deps/v8_inspector/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
node-compiler-0.8.0 vendor/node-v7.2.0/deps/v8_inspector/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json
node-compiler-0.7.0 vendor/node-v7.1.0/deps/v8_inspector/third_party/WebKit/Source/platform/inspector_protocol/sample_config.json