Commit Graph

703 Commits (2eef227c0d6b00e1ddc0b87ea0e2300d09780c5f)
 

Author SHA1 Message Date
Cristian Necula 2eef227c0d (test) assert input's checked status after a DOM 'change' event
10 years ago
Rich Harris 9aab5d9858 Merge pull request #396 from sveltejs/gh-392
10 years ago
Conduitry 580bd6fe63 use annotateWithScopes to get top-level declarations when deconflicting `template`
10 years ago
Conduitry 81b5827f55 some annotateWithScopes fixes
10 years ago
Conduitry c877b3c615 deconflict `template` variable (#392)
10 years ago
Rich Harris 399c7e092d Merge pull request #394 from sveltejs/fix-overly-aggressive-reserved-tag-parsing
10 years ago
Rich Harris b5c971cba4 Merge pull request #393 from sveltejs/removeobjectkey-fix
10 years ago
Rich Harris 9358a085b7 Merge pull request #395 from sveltejs/readme-format-default
10 years ago
Conduitry e3055d765e fix removeObjectKey when removing last key in object and it has a trailing comma
10 years ago
Conduitry 37a36319db note different default format for SSR
10 years ago
Conduitry 168babe25b only do special reserved name handling when tag is all lowercase letters
10 years ago
Rich Harris 1dc66d403e Merge pull request #390 from sveltejs/imported-component-direct-reference
10 years ago
Conduitry d2dce30cdc add unit test for imported components that are then renamed as they're used
10 years ago
Conduitry 8e5c7ed21e removeObjectKey API tweak
10 years ago
Conduitry 25a26613b3 remove the component references in the export that we will be referring to directly
10 years ago
Conduitry 77321f8356 remove `namespace` key from generated code
10 years ago
Conduitry cede99d68b use direct references to components that have been imported
10 years ago
Rich-Harris 3070abc291 -> v1.12.1
10 years ago
Rich Harris ec3c81f58c Merge pull request #389 from sveltejs/gh-388-deconflict-non-helper-functions
10 years ago
Conduitry dfd73987e3 add unit test
10 years ago
Conduitry 8f6499a9dd alas poor typo
10 years ago
Conduitry 331a1a2bb2 nicer way of generating aliases for non-helper functions
10 years ago
Rich Harris efce7acabe Merge pull request #385 from sveltejs/gh-383
10 years ago
Conduitry e25d4e752c deconflict non-helper functions and variables (#388)
10 years ago
Rich Harris fcc8a96e5e -> v1.12.0
10 years ago
Rich Harris 6907d2657a Merge pull request #387 from sveltejs/gh-311
10 years ago
Rich Harris 54822b0de0 Merge pull request #384 from sveltejs/shorthand-attributes
10 years ago
Rich Harris 8cf223261b Merge branch 'master' into gh-311
10 years ago
Rich Harris 3aa1814b22 Merge pull request #386 from sveltejs/gh-312
10 years ago
Rich Harris 6f18eaef68 implement bind:group for radio input groups (#311)
10 years ago
Rich Harris 7b057e4fc2 implement bind:group for checkbox inputs (#312)
10 years ago
Rich Harris db36e90259 Merge branch 'master' into gh-312
10 years ago
Rich Harris 5c436ac0e7 minor tidy-up - always add sourcemap locations for contextualised expressions
10 years ago
Rich Harris 0f9ef05afa Merge branch 'master' into gh-312
10 years ago
Rich Harris e8b19076dd remove tmp file that snuck into the commit
10 years ago
Rich Harris 854a37c0d7 allow reserved words in tags e.g. {{class}} (#383)
10 years ago
Rich Harris e6d088d753 implement :shorthand attributes
10 years ago
Rich Harris ecf141346e Merge pull request #380 from sveltejs/unified-attributes-and-bindings
10 years ago
Rich Harris 9e14fbb4fc lint
10 years ago
Rich Harris da3f751e3c fix test
10 years ago
Rich Harris 17db22ac63 more refactoring
10 years ago
Rich Harris 574503d101 tidy up
10 years ago
Rich Harris b22b13c2f4 refactoring
10 years ago
Rich Harris 635aeb6d05 start using generator.contextualise in bindings
10 years ago
Rich Harris 1579c50327 test binding values work with sourcemaps
10 years ago
Rich Harris 37eee7425f linting
10 years ago
Rich Harris 14d1f2c52e get all tests passing again
10 years ago
Rich Harris 5866a99b9a treat binding values as expressions
10 years ago
Rich Harris 5360bbf09f make test harder to pass
10 years ago
Rich Harris 2c4c7079e5 tweak htmlEqual helper so tests are easier to write
10 years ago