-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #228 from dahlia/3_4_8
Upgrade to 3.4.8
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libsass
updated
16 files
+1 −1 | script/ci-install-compiler | |
+2 −2 | script/ci-install-deps | |
+2 −2 | src/ast.cpp | |
+5 −3 | src/ast.hpp | |
+19 −1 | src/emitter.cpp | |
+4 −0 | src/emitter.hpp | |
+11 −0 | src/error_handling.cpp | |
+1 −0 | src/error_handling.hpp | |
+9 −1 | src/expand.cpp | |
+7 −3 | src/file.cpp | |
+4 −0 | src/inspect.cpp | |
+8 −0 | src/lexer.hpp | |
+29 −3 | src/parser.cpp | |
+4 −1 | src/parser.hpp | |
+5 −0 | src/position.cpp | |
+1 −0 | src/position.hpp |