Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: functional template generation #15538

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix (this broke the sandbox)
  • Loading branch information
Rich-Harris committed Mar 21, 2025
commit d8afd8e46c47b4b890c970a2e90102e3973e5ea3
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
* @import { Namespace } from "#compiler"
* @import { CallExpression, Statement } from "estree"
*/
import { NAMESPACE_SVG } from 'svelte/internal/client';
import { NAMESPACE_MATHML } from '../../../../../constants.js';
import { NAMESPACE_SVG, NAMESPACE_MATHML } from '../../../../../constants.js';
import * as b from '../../../../utils/builders.js';
import fix_attribute_casing from './fix-attribute-casing.js';

Expand Down