MCPcopy Create free account
hub / github.com/OtsoBear/chrome2moz / JavaScriptTransformer

Class JavaScriptTransformer

src/transformer/javascript.rs:15–17  ·  view source on GitHub ↗

Simple pass-through transformer (no AST parsing needed!)

Source from the content-addressed store, hash-verified

13
14/// Simple pass-through transformer (no AST parsing needed!)
15pub struct JavaScriptTransformer {
16 _decisions: Vec<SelectedDecision>,
17}
18
19impl JavaScriptTransformer {
20 /// Create a new pass-through transformer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected