Jumpei Ogawa
Jumpei Ogawa
Indent is not executed at all when [FuncDocr](https://github.com/wikunia/brackets-funcdocr) is installed.
**WIP: This PR depends on #760.** I will rebase this branch after #760 is merged. Currently, the commits in this PR are a bit unreadable because it includes commits in...
This PR removes Travis CI and adds GitHub Actions instead. **This PR is for EJS v4.x (`version-4` branch)** and follow up for #759.
Directus is licensed under the Business Source License as of now (April 2025). Source: https://github.com/directus/directus/blob/main/license
Currently, currency-code/data is not typed and does not work with TypeScript code. Example code and `tsc` output test.ts ```ts import currencies from "currency-codes/data"; console.log(currencies.map((currency) => currency.code).join("\n")); ``` Output by `tsc...