Commit Graph

23 Commits (79b5ce090eb7db92be94a9bd5ad5e27aa9b1cb0c)

Author SHA1 Message Date
Rich Harris 2852b96e65 collapse consecutive if-statements with the same condition (#450)
9 years ago
Rich-Harris caec96f9da make abstract removeNode function
9 years ago
Rich-Harris 91bf849cc7 generate more idiomatic code when removing object properties
9 years ago
Rich-Harris cf626ff880 retain binding sourcemaps to the extent possible
9 years ago
Conduitry 6d1623cf0e new aliaser mechanism replacing existing mechanism and counters; a bunch more deconflicting
9 years ago
Conduitry e3055d765e fix removeObjectKey when removing last key in object and it has a trailing comma
10 years ago
Conduitry 8e5c7ed21e removeObjectKey API tweak
10 years ago
Conduitry 77321f8356 remove `namespace` key from generated code
10 years ago
Rich Harris 5866a99b9a treat binding values as expressions
10 years ago
Conduitry 52b3a43e7b accept DOCTYPE element in any case
10 years ago
Matt Steitle 522f293766 dontThrowParseErrorOnDoctypeDeclaration: Adding additional specification for doctype tag matching
10 years ago
Rich-Harris e45b15c3da centralise voidElementNames
10 years ago
Rich Harris 6444e8da29 merge master -> gh-185
10 years ago
Rich-Harris 1cfbfb05d0 null is not an identifier
10 years ago
Rich-Harris c353aa2447 allow whitelisted globals (#185)
10 years ago
Rich-Harris a9c4b92493 fix prepending code to builders
10 years ago
Rich-Harris 3e57814b76 use builders for local.init and local.update
10 years ago
Rich-Harris 5fa2cd24c4 use builders everywhere
10 years ago
Rich-Harris 0551d2646a Merge branch 'master' into builder
10 years ago
Rich-Harris fbe130835d add support for declared namespaces – fixes #147
10 years ago
Rich-Harris a1225d5adf add CodeBuilder utility for easier codegen
10 years ago
Rich-Harris 65a99c9161 support node methods in event handlers (#162)
10 years ago
Rich Harris 7684afb2f8 move files into src in preparation for SSR integration
10 years ago