Documentation
¶
Overview ¶
Package modules the JS module
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidModule module is invalid ErrInvalidModule = errors.New("invalid module") // ErrIllegalModuleName module name is illegal ErrIllegalModuleName = errors.New("illegal module name") // ErrModuleFileDoesNotExist module not exist ErrModuleFileDoesNotExist = errors.New("module file does not exist") )
Functions ¶
func EnableRequire ¶
EnableRequire set runtime require module
func InitGlobalModule ¶
InitGlobalModule init all global modules
Types ¶
Directories
¶
| Path | Synopsis |
|---|---|
|
Package cache the cache JS implementation
|
Package cache the cache JS implementation |
|
Package cookie the cookie JS implementation
|
Package cookie the cookie JS implementation |
|
Package crypto the crypto JS implementation
|
Package crypto the crypto JS implementation |
|
Package encoding the encoding JS implementation
|
Package encoding the encoding JS implementation |
|
Package http the http JS implementation
|
Package http the http JS implementation |
Click to show internal directories.
Click to hide internal directories.