* Permit %%placeholder%% in left-hand-side of a let declaration * Test that "let" followed by modulo is still treated as an identifier * More tests for edge-case handling of "let" with placeholders enabled
2 lines
25 B
JavaScript
2 lines
25 B
JavaScript
const %%LHS%% = %%RHS%%;
|