Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
a-h
/
templ
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
369
Star
10.5k
Code
Issues
19
Pull requests
23
Discussions
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Wiki
Security and quality
Insights
feat: HTML/CSS/JS ContextWriter
- #636
#636
Open
alehechka
wants to merge 28 commits into
a-h:main
a-h/templ:main
from
alehechka:feature/html-lsp
alehechka/templ:feature/html-lsp
Copy head branch name to clipboard
Conversation
Commits
28
(28)
Checks
Files changed
Open
feat: HTML/CSS/JS ContextWriter
#636
alehechka
wants to merge 28 commits into
a-h:main
a-h/templ:main
from
alehechka:feature/html-lsp
alehechka/templ:feature/html-lsp
Copy head branch name to clipboard
Commits
Commits on Feb 20, 2024
feat: add Expression to attribute/element structs
alehechka
committed
e320d95
View commit details
Copy full SHA for e320d95
Browse repository at this point
Commits on Feb 21, 2024
Merge branch 'main' into feature/html-element-positions
alehechka
committed
62382ba
View commit details
Copy full SHA for 62382ba
Browse repository at this point
Commits on Feb 22, 2024
add position setters and update unit tests
alehechka
committed
71e3a34
View commit details
Copy full SHA for 71e3a34
Browse repository at this point
Commits on Feb 23, 2024
chore: fix unit tests with position expressions
alehechka
committed
6ae9a5e
View commit details
Copy full SHA for 6ae9a5e
Browse repository at this point
Commits on Feb 24, 2024
fix remaining parser unit tests
alehechka
committed
bc5092f
View commit details
Copy full SHA for bc5092f
Browse repository at this point
chore: build version
alehechka
committed
7891bda
View commit details
Copy full SHA for 7891bda
Browse repository at this point
Commits on Feb 26, 2024
Merge branch 'main' into feature/html-element-positions
alehechka
committed
ee13b51
View commit details
Copy full SHA for ee13b51
Browse repository at this point
chore: remove HTMLExpression interface
alehechka
committed
da94fcf
View commit details
Copy full SHA for da94fcf
Browse repository at this point
Commits on Feb 29, 2024
replace Expression with Range in all HTML types
alehechka
committed
a04c725
View commit details
Copy full SHA for a04c725
Browse repository at this point
chore: get-version
alehechka
committed
e153d93
View commit details
Copy full SHA for e153d93
Browse repository at this point
Commits on Mar 6, 2024
Merge branch 'main' into feature/html-element-positions
alehechka
committed
761d675
View commit details
Copy full SHA for 761d675
Browse repository at this point
chore: rename field as NameRange
alehechka
committed
9656641
View commit details
Copy full SHA for 9656641
Browse repository at this point
Commits on Mar 13, 2024
Merge branch 'main' into feature/html-lsp
alehechka
committed
ee298d2
View commit details
Copy full SHA for ee298d2
Browse repository at this point
feat: refactor all Write methods with new ContextWriter
alehechka
committed
ec259fd
View commit details
Copy full SHA for ec259fd
Browse repository at this point
Commits on Mar 14, 2024
chore: add WriteContext as param to NewContextWriter
alehechka
committed
f0051c9
View commit details
Copy full SHA for f0051c9
Browse repository at this point
wip: resolve broken writers and update unit tests
alehechka
committed
d972e09
View commit details
Copy full SHA for d972e09
Browse repository at this point
Commits on Mar 15, 2024
fix: ExpressionAttribute conditional writes and unit tests
alehechka
committed
808514f
View commit details
Copy full SHA for 808514f
Browse repository at this point
Commits on Mar 16, 2024
fix: smarter white space preservation
alehechka
committed
4810026
View commit details
Copy full SHA for 4810026
Browse repository at this point
Merge branch 'main' into feature/html-lsp
alehechka
committed
0edebff
View commit details
Copy full SHA for 0edebff
Browse repository at this point
chore: add more expextedHTML to unit tests
alehechka
committed
556439a
View commit details
Copy full SHA for 556439a
Browse repository at this point
Commits on Mar 17, 2024
chore: more html contextwriter unit tests
alehechka
committed
601e8f1
View commit details
Copy full SHA for 601e8f1
Browse repository at this point
Commits on Mar 21, 2024
chore: css parser unit tests
alehechka
committed
59c9985
View commit details
Copy full SHA for 59c9985
Browse repository at this point
chore: remove unused IndexToContext
alehechka
committed
bae606c
View commit details
Copy full SHA for bae606c
Browse repository at this point
Merge branch 'main' into feature/html-lsp
alehechka
committed
2d46172
View commit details
Copy full SHA for 2d46172
Browse repository at this point
Commits on Mar 30, 2024
Merge branch 'main' into feature/html-lsp
alehechka
committed
53a7446
View commit details
Copy full SHA for 53a7446
Browse repository at this point
fix: add line length checking to unit tests
alehechka
committed
4c7959b
View commit details
Copy full SHA for 4c7959b
Browse repository at this point
fix: test line lengths against actual outputs
alehechka
committed
cee405d
View commit details
Copy full SHA for cee405d
Browse repository at this point
chore: refactor some CW uses
alehechka
committed
6de021c
View commit details
Copy full SHA for 6de021c
Browse repository at this point
You can’t perform that action at this time.