custom
code
sovereign-compute
SNAPKITTYWEST's picture
chore: push from SNAPKITTYWEST local build
92d9567 verified
Raw
History Blame Contribute Delete
164 Bytes
defmodule PerplexityMacro.Compiler do
def compile(source, _opts \\ []), do: {:ok, %{rom: %{}, symbols: %{}, source_map: %{}, manifest: %{source: source}}}
end