Connor Skees
|
6322bae14c
|
increase code coverage
|
2022-12-26 18:45:09 -05:00 |
|
Connor Skees
|
ffaee04613
|
rewrite parsing, evaluation, and serialization (#67)
Adds support for the indented syntax, plain CSS imports, `@forward`, and many other previously missing features.
|
2022-12-26 15:33:04 -05:00 |
|
Connor Skees
|
1f672c4c49
|
mixins and functions can use their module's scope
|
2021-07-31 11:42:20 -04:00 |
|
Connor Skees
|
a7999d2e5b
|
modules contain their own module scope
|
2021-07-31 10:53:25 -04:00 |
|
Connor Skees
|
d101a36f0c
|
modules use their own scope for module imports
this is a potentially breaking bugfix
|
2021-07-30 22:49:58 -04:00 |
|
Connor Skees
|
849a8b4414
|
resolve todo!() on malformed @use missing string
|
2020-08-19 03:14:33 -04:00 |
|
Connor Skees
|
7358eb16dc
|
resolve todo!() inside malformed module fn call
|
2020-08-18 12:29:01 -04:00 |
|
Connor Skees
|
a665cb13cc
|
remove cfg(test) from test files
|
2020-08-11 20:22:24 -04:00 |
|
Connor Skees
|
7a4a191d59
|
allow variable declarations before and between @use
|
2020-08-07 02:10:51 -04:00 |
|
Connor Skees
|
438abe52be
|
allow redeclaration of module variables
|
2020-08-07 02:01:04 -04:00 |
|
Connor Skees
|
074d679cbd
|
support the @use ... with (...) syntax
|
2020-08-06 21:05:40 -04:00 |
|
Connor Skees
|
94becb4dcb
|
implement idempotency with regard to module aliasing
|
2020-08-06 04:01:46 -04:00 |
|
Connor Skees
|
698339b8c7
|
initial implementation of private module members
|
2020-08-02 04:20:08 -04:00 |
|
Connor Skees
|
a03ad51b71
|
allow @use of user-defined modules
|
2020-07-30 17:21:32 -04:00 |
|
Connor Skees
|
d6a1d64dcb
|
implement @use ... as *; syntax
|
2020-07-27 18:55:38 -04:00 |
|
Connor Skees
|
dbfa691505
|
resolve clippy lints
|
2020-07-26 13:49:13 -04:00 |
|
Connor Skees
|
ee57cda9c5
|
give better error messages for undefined modules and functions
|
2020-07-26 13:44:30 -04:00 |
|
Connor Skees
|
0916dcc5bd
|
support the @use ... as ...; syntax
|
2020-07-26 13:36:01 -04:00 |
|
Connor Skees
|
31cdc97232
|
create @use specific tests
|
2020-07-25 19:23:37 -04:00 |
|