File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ This script runs a simple test to ensure the native module was built correctly.
53
53
| Name | Description |
54
54
| -----:| :------------|
55
55
| ` __test__ ` | The location of the unit test(s). |
56
- | ` npm ` | The required metadata for publishing platform-specific packages to npm. |
56
+ | ` npm ` | The required metadata for publishing platform-specific binary packages to npm. |
57
57
| ` src ` | The location for all rust sources related to binding the cpp-linter library. |
58
58
| ` build.rs ` | The cargo-specific build script used when compiling the binding. |
59
59
| ` Cargo.toml ` | Metadata about the binding's rust package (which _ is not_ intended to be published to crates.io). |
60
- | ` package.json ` | Metadata about the npm package (platform agnostic). |
60
+ | ` package.json ` | Metadata about the npm package (platform agnostic - no binary ). |
61
61
| ` cli.js ` | The executable script invoked as a Command Line Interface. |
62
- | ` index.d.ts ` | The generated TypeScript typing info the describes the exposing functionality in the built native module. |
63
- | ` index.js ` | The generated script that delegates which platform-specific package to import. |
64
- | ` cpp-linter.x-y-z.node ` | Then native module built for a specific platform (where ` x-y-z ` denotes the platform's name using compilation target). |
62
+ | ` index.d.ts ` | The generated TypeScript typing and doc info that describes the exposed API in the built native module. |
63
+ | ` index.js ` | The generated script that delegates which native binary ( platform-specific package or dev build) to import. |
64
+ | ` cpp-linter.x-y-z.node ` | The native module built for a specific platform (where ` x-y-z ` denotes the platform's name using the compilation target). |
65
65
66
66
Hidden files and folders are not described in the table above.
67
67
If they are not ignored by a gitignore specification, then they should be considered
You can’t perform that action at this time.
0 commit comments