Commit Graph

91 Commits (a0aeb98685ff820b60191730f149d7550a6da0cf)

Author SHA1 Message Date
Conduitry 205bb37d2d fix escaping of template string characters
7 years ago
Rich Harris 935d4a2955
Merge pull request #1134 from sveltejs/gh-1132
7 years ago
Conduitry 7fa293ee6b fix handling of CRs in debugging comments (#1132)
7 years ago
Conduitry 94da329305 another stab at #1062; also fix attribute case in static HTML
7 years ago
Rich Harris 9fbcddf338 base stylesheet.hash on css content, and revert parsed.hash
7 years ago
Rich Harris a85b09ea97 handle wacky identifier names in templates
7 years ago
Rich Harris 66b64e254d types
7 years ago
Rich Harris 1833bc194f use acorn.isIdentifierStart and isIdentifierChar to determine validity
7 years ago
Rich Harris 728d2fa9fb deconflict referenced globals - fixes #1079
7 years ago
Conduitry 8c8f9703a0 in stringified Text nodes, only escape &, <, >
7 years ago
Rich Harris 7026222792 escape HTML - fixes #1066
7 years ago
Emil Ajdyna d561c93841 Check against this usage in computed functions
7 years ago
Efthymis Sarmpanis b1909dc19b Properly override toString in CompileError
7 years ago
Rich Harris a8eaa7e95c refactor
7 years ago
Rich Harris c9aa72313e throw error on illegal context (#934)
7 years ago
Rich Harris 0a01aa0243
Increase code coverage
7 years ago
Rich Harris 51901442c9
attach globals to state object on initialisation
7 years ago
Rich Harris 775866780e
combine multiple bindings in single handler, implement bind:indeterminate — fixes #910
7 years ago
Rich Harris bcae68de06 treat quoted property names the same way as identifiers - fixes #914
7 years ago
Rich Harris dc3785c1e2 fix escaping of %-prefixed names
7 years ago
Rich Harris 64026c3ba9 Merge pull request #854 from sveltejs/gh-782
7 years ago
Rich Harris b1cbffece6 remove excess parentheses
7 years ago
Rich Harris 58cc7f8ed1 allow console.* calls in event handlers. fixes #782
7 years ago
Rich Harris a90e072086 alt-text
7 years ago
Rich Harris 228a7808ac optimize style attributes
7 years ago
Rich Harris 361a19df17 wrap fallback hydration code in conditional
7 years ago
Rich Harris aa183df289 fallback content
7 years ago
Rich Harris d734a6b823 start work on <slot>
7 years ago
Rich Harris 9053e95460 rename addConditionalLine to addConditional
7 years ago
Rich Harris 4dd5fc5594 apply optimisation to raw tags
7 years ago
Rich Harris 531354fc39 only cache values when it makes sense
7 years ago
Conduitry 0e9f16b589 don't over-escape '#' in sharedPath
8 years ago
Conduitry b869e48bff saner escaping/unescaping of `@` and `#` sigils
8 years ago
Rich Harris b99e9207ac reuse helper
8 years ago
Rich Harris a524ab273e fix escaping/unescaping — closes #741
8 years ago
Rich Harris ac3c1086e3 use Records to remove TS errors
8 years ago
Rich Harris bd9c59aa5a fix various typescript errors
8 years ago
Rich Harris 815c17cbe7 fix unescaping edge case
8 years ago
Rich Harris fd177771af remove unused code
8 years ago
Rich Harris 65e27c98a0 reduce duplication by moving validation into stylesheet
8 years ago
Rich Harris 7a752df55d fix handling of modified :global(...) selectors
8 years ago
Rich Harris 5f6db88538 allow :global(...) selectors to have trailing modifiers
8 years ago
Rich Harris f485c25620 create reusable walkRules helper
8 years ago
Rich Harris 5499327a70 refactoring, and more :global(...) fixes
8 years ago
Rich Harris ebae9f9c28 run prettier
8 years ago
Rich Harris 334772a11d use #foo instead of block.alias("foo")
8 years ago
Rich Harris 135f626395 include ast in svelte.compile return value (#632)
8 years ago
Rich Harris 596ab3a7fe remove TODO, is now taken care of
8 years ago
Rich Harris e0917fd874 allow components to have computed member expressions for bindings (fixes #624)
8 years ago
Rich Harris 4b1f1e8392 TS-ify spaces.js and deindent.js, so they get included in prettier task
8 years ago