Skip to main content

Release Notes

Introduction to Next 0.0.5

note

Next 0.0.5 is not yet released. These are work-in-progress release notes.

CommandLine

CommandLine APIs process command line flags and arguments.

Context

Context APIs are related to the template context for code generation. They provide access to contextual information and utilities used within the code generation process.

Environment

Environment APIs deal with system environment variables used by the Next compiler. These variables can affect the compilation process and output.

Function

Function APIs encompass context-independent global functions available in templates. These utility functions can be used across different parts of your templates.

Grammar

Grammar APIs are related to the custom grammar rules. The grammar is used to define a subset of the next files. It can limit the features of the next code according by your requirements.

Map

Map APIs are related to the language-specific types and features mappings.

Object

Object APIs define the interfaces for objects used within templates. They provide methods and properties for manipulating and accessing data structures in your code generation templates.


For more detailed information on each section, please refer to the respective pages in this documentation.