Commit Graph

92 Commits (b336b162041d4f33252e12f15c98d89ecf2dcf23)

Author SHA1 Message Date
Ben McCann b336b16204
chore: upgrade to code-red 1.0 () 2 years ago
Vaibhav Rai 26104eaaba
fix: no error assigning to a `const` property () 2 years ago
Tan Li Hau 53de73d08c
feat: simpler output for reactive vars if dependencies are all static () 2 years ago
Billy Levin 88ed9931f2
warn on assignment to const () 3 years ago
Hofer Ivan 0eba57113b
[chore]: store regexp as variable instead of defining it inline () 3 years ago
Yuichiro Yamashita feb8dfce61
[fix] add all global objects / functions () 3 years ago
rgossiaux e2adf6a211
fix: do not generate unused-export-let inside <script context="module"> () 3 years ago
Yuichiro Yamashita 5665f711fd
[fix] raise compile error if variable name is same as imported variable name () 3 years ago
Tan Li Hau 6ecc3e4d6a
[feat] opt-out loopGuard for async loops () 3 years ago
Bjorn Lu be1eff0305
[feat] add enableSourcemap option () 4 years ago
Shinobu Hayashi f1f7d90240
[fix] handle AssignmentPattern with ObjectPattern in rewrite_identifier () 4 years ago
Oliver Ford f48239914d
[fix] warning on reactive use of module const () () 4 years ago
Dominik G e94d1f50bc
[fix] use consistent relative source filename for js sourcemaps () 4 years ago
Tan Li Hau b720f0e620
[feat] support destructured declaration of props () 4 years ago
Tan Li Hau c550f604f2
[feat] enable export ... from () 4 years ago
Tan Li Hau 365b5e300c
[fix] store reactivity in reactive declarations () 4 years ago
Tan Li Hau ef14280e28
use simpler insert and append functions when not compiling with hydration () 4 years ago
Tan Li Hau cb189ad0ec
[chore] update code-red, estree-walker, is-reference () 4 years ago
Ben McCann f6a9804275
Upgrade Periscopic () 4 years ago
Maxime LUCE 0cf5511ae0
[feat] Add errorMode option to compile to allow continuing on errors (and mark them as warnings) () 4 years ago
Tan Li Hau fd031105aa
[fix] do not warn if module variables are not the only dependencies in reactive statements () 4 years ago
Simon H a8c35daa9a
[fix] be able to silence more warnings () 4 years ago
Simon H b662c7fd41
[chore] move compiler warnings/errors to dedicate files () 4 years ago
Tan Li Hau 98ddf8b588
update periscopic () 4 years ago
Maxime LUCE aedf69c1cf
Add compilation variables report option to allow getting all variables (even undeclared or internal) () 4 years ago
Conduitry 286c60da4d
fix missing slotted elements in AST () 4 years ago
Rich Harris 2925a00eff
add cssHash option () 4 years ago
Tan Li Hau b764374b62
no warning on contextual-store if declaring it as a parameter / variable () 4 years ago
Tan Li Hau 6589aa2548
warn module variables are nonreactive and make them truly nonreactive () 4 years ago
halfnelson a7eff8894f
add `foreign` namespace to preserve attribute case and skip HTML-specific a11y validations () 4 years ago
Andreas Ehrencrona abf11bb02b
Refactored preprocess for readability () 4 years ago
halfnelson dcfbd69516
Preprocessor sourcemap support () 4 years ago
Ben McCann 240f5410f3
Curly brace cleanup and enforcement () 4 years ago
Ben McCann 7ea6a2994a
Curly braces linting fixes () 5 years ago
Ben McCann 229a16d6e7
upgrade ESLint config () 5 years ago
Tan Li Hau 2d88dc460e
warn for possible use of component without uppercase tag name () 5 years ago
Tan Li Hau 967b88186b
scope CSS sibling combinators () 5 years ago
Tan Li Hau 1ce6ac5d48
fix destructuring to get multiple stores () 5 years ago
Antony Jones 82dc26a31c
Fix lint warnings () 5 years ago
Tan Li Hau f739b4772a
error on expression scope store () 5 years ago
Bassam Ismail 0e2bc352df
fix hoisting of imported, mutated stores () 5 years ago
Billy Levin 3d811311b7
disable loop protection inside generators () 5 years ago
Tan Li Hau aabb23cc34
fix mutation to imported variable () 5 years ago
pushkin 7dcbc5173b
remove unused variable () 5 years ago
Tan Li Hau 91d758e35b
introduce $$restProps () 5 years ago
Brian Takita 3a37de364b
chore: more specific typings, and add README note about Yarn () 5 years ago
Tan Li Hau cf660bdab1
mark module variables as mutated or reassigned () 5 years ago
burningTyger b9368d5de4 remove quotes from code suggestion 5 years ago
Conduitry 741444d07e fix when LHS of a reactive assignment is a member expression () 5 years ago
Tan Li Hau 5486d67adf compile css once () 5 years ago