Documentation ¶
Overview ¶
Package nodejs implements compilecheck for NodeJS.
The snippet generation process derives its information from the discovery doc that should work with the client library. We perform a "compile check" by extracting the type information from the client library documentation, and making sure they match the types we deduced.
NOTE: Object types in JavaScript are simply called "object", so it is not possible to verify that an object parameter has the correct "type". However, if the documentation also references members of the object, we will verify that the member has the appropriate type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.