Docs.rs
reluxscript-0.1.4
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
reluxscript 0.1.4
Write AST transformations once. Compile to Babel, SWC, and beyond.
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
console_remover-output
csharp_syntax
dist
dist_deep
dist_optional
matches_test-output
minimal_tests
simple-output
spec_tests
super
tsx_parser_test
babel_output.js
babel_writer_output.txt
build_member_path.lux
CODEGEN_ISSUES.md
console-stripper.lux
console_remover.lux
custom_props_simple.lux
custom_props_test.lux
deep_chain_test.lux
expected_output.js
kitchen_sink_plugin.lux
kitchen_sink_writer.lux
matches_test.lux
minimact_full_refactored_v2.lux
optional_chain_test.lux
ownership_test.lux
package-lock.json
package.json
remove_console_website.lux
simple.lux
swc_output.js
swc_writer_output.txt
test.lux
test_both.sh
test_both_plugins.sh
test_both_plugins_simple.sh
test_both_writer.sh
test_else_if_let.lux
test_format.lux
test_input.js
test_pattern_match.lux
traverse-test.lux
1
2
3
4
5
writer TestFormat { fn test() { let x = format!("Hello {} world", 42); } }