You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add optionally the paths to V8 and UV in find nodejs cmake script.
Add independent detection for v8 and uv headers in find nodejs cmake script.
Remove v8 headers dependency from node.
Add composer file to php port.
Improve php port tests.
Add placeholder for php based on ruby.
Set correct types for array and map in ts loader.
Solve minor bug for folders that are not created in CMake targets.
Improve cli tests and update prefix from cli to lambda.
Improved CLI, added new extensions/tags for loaders, improve testing of the CLI.
Solve bug in NodeJS Addon API.
Improve NodeJS Addon API find script.
Add new find configuration for NodeJS Addon API.
Add error messages for node addon api.
Minor changes in order to make NodeJS work with Guix.
Undo changes and update debug messages in FindNodeJS.cmake.
Add custom directories for NodeJS libraries.
Minor bug in installation of cherow and typescript node modules in the correct folder for docker builds.
Add base for dart loader.
Make the dlang port source external so it can be published to dub.
Add recursive init in readme (just in case).
Solve minor bug in detection of async functions in typescript loader.
Add typescript to docker.
Minor in configuration when retrieving a value.
Add D to the ports list, improve documentation about language support.
TypeScript loader working properly and passing the tests. More types need to be added but it works.
Hook bootstrap.ts into node loader configuration in order to substitute the runtime for the ts loader.
Linting.
Support for return type and arguments type in node loader inspect.
minor optimizations
Automatic type conversion
Fix D port
Add D port
Bump lodash from 4.17.15 to 4.17.19 in /source/ports/node_port
Undo changes from last commit, there is no need to make paths relative to metacall.json, instead we can safely use script path as a root directory because there is not any other use case different for this functionality than metacall FaaS, and it does not need relative paths because it acts like a s3 bucket.
added relative paths to file loader load_from_file, load from config still not implemented
Add support for subfolders in file loader for mapping relative paths to functions instead of file name.
Update npm ignore and version.
Bump rack from 2.0.8 to 2.2.3 in /source/scripts/ruby/blog/source
Bump websocket-extensions in /source/scripts/ruby/blog/source
Bump puma from 4.3.3 to 4.3.5 in /source/scripts/ruby/blog/source
Add thread safety in NodeJS for function calls, add logs and other code from node.