Jared White
Jared White
This PR builds on top of #178 to provide a way to configure a project simply by adding `config/ruby2js.rb` to the project root. Example: ```rb preset filter :camelCase filter :lit...
Resolves #171 - [x] Tests - [ ] Docs The docs site is actually broken on Render, so I need to upgrade Bridgetown in a separate PR and add documentation...
### Discussed in https://github.com/ruby2js/ruby2js/discussions/172 Originally posted by **jaredcwhite** August 16, 2022 There's a Ruby2JS CLI now but it only accepts CLI options for configuration. Separately there's also an informal `rb2js.config.rb`...
It's currently running on the 0.2.1 release.
**Update:** this is now documented in much more detail in our [Ruby2JS 5.1 blog announcement](https://www.ruby2js.com/updates/future-of-ruby2js/). As the sole active maintainer, I plan on pruning the number of Ruby2JS filters down...
Some of the transpilation code has to be complex for good reason, but in the functions filter in particular, there's an awful lot of basic use cases, like so: ```rb...
I haven't tested it on other browsers/versions yet, but on iPadOS 15 I noticed that going to the homepage (whether directly to ruby2js.com or navigating to the homepage from another...
Not sure what's going on with the Opal context, but it's leaking the `=end` through to the JS instead of rendering `*/`
- [x] New initialization system with a migration away from various cases of "global" state - [x] Deprecation of `bridgetown_plugins` Bundler group - [x] Plugin normalization across Bridgeotwn and Roda...