Documentation ¶
Index ¶
Constants ¶
View Source
const SourceIndex = uint32(0)
The runtime source is always at a special index. The index is always zero but this constant is always used instead to improve readability and ensure all code that references this index can be discovered easily.
Variables ¶
View Source
var ES5Source = logger.Source{ Index: SourceIndex, KeyPath: logger.Path{Text: "<runtime>"}, PrettyPath: "<runtime>", IdentifierName: "runtime", Contents: code(false), }
View Source
var ES6Source = logger.Source{ Index: SourceIndex, KeyPath: logger.Path{Text: "<runtime>"}, PrettyPath: "<runtime>", IdentifierName: "runtime", Contents: code(true), }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.