Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-11 | [napi] Stub a couple more | 1 | -1/+1 | ||
2022-05-11 | [bun.js] Implement `import.meta.require` | 1 | -0/+62 | ||
This allows synchronous dynamic loading of `.node`, `.json`, and `.toml` files. It is not a CommonJS require, but it can be used that way so long as the content is not JavaScript. |