Lines Matching refs:modules
25 including modules, asynchronous generators, proxies and BigInt.
39 @item Almost complete ES2020 support including modules, asynchronous
135 Make the @code{std} and @code{os} modules available to the loaded
310 ES6 modules are fully supported. The default name resolution is the
319 modules, such as @code{std} or @code{os}.
321 @item Module names ending with @code{.so} are native modules using the
329 interpreter. It contains the two modules @code{std} and @code{os} and
897 Native ES6 modules are supported and can be dynamically or statically
952 or modules. If a full complete executable is needed, it also
955 modules.
957 Javascript code can be mixed with C modules.
966 @code{qjsc} works by compiling scripts or modules and then serializing
968 modules) can be used as binary JSON. The example @file{test_bjson.js}