nodejs

package
v0.0.0-...-7a27e4f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

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

func Check

func Check(files []string, libDir, tstDir string) (string, error)

Check sets up test environment for NodeJS.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL