Skip to content

Commit 02acb83

Browse files
committed
chore(libsass): upgrading to libsass 3.4.2
1 parent ba81255 commit 02acb83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

libsass/empterpreter_whitelist.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"_ZN4Sass9To_StringC1EPNS_7ContextEbb",
33
"__Z20sass_compile_contextP12Sass_ContextN4Sass7Context4DataE",
44
"__Z20sass_compile_contextP12Sass_ContextPN4Sass7ContextE",
5+
"__ZL20sass_compile_contextP12Sass_ContextPN4Sass7ContextE",
56
"__ZN4Sass12Data_Context5parseEv",
67
"__ZN4Sass6Parser12parse_importEv",
78
"__ZN4Sass6Parser13parse_rulesetE9Lookaheadb",
@@ -20,6 +21,7 @@
2021
"__ZN4Sass7Context11load_importERKNS_8ImporterENS_11ParserStateE",
2122
"__ZN4Sass7Context12parse_stringEv",
2223
"__ZN4Sass7Context14call_importersERKNSt3__112basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPKcRNS_11ParserStateEPNS_6ImportE",
24+
"__ZN4Sass7Context14call_importersERKNSt3__212basic_stringIcNS1_11char_traitsIcEENS1_9allocatorIcEEEEPKcRNS_11ParserStateEPNS_6ImportE",
2325
"__ZN4Sass7Context17register_resourceERKNS_7IncludeERKNS_8ResourceE",
2426
"__ZN4Sass7Context17register_resourceERKNS_7IncludeERKNS_8ResourceEPNS_11ParserStateE",
2527
"__ZN4Sass7Context19process_queue_entryERNS_11Sass_QueuedEj",
@@ -30,4 +32,4 @@
3032
"_sass_compiler_parse",
3133
"_sass_importer_emscripten",
3234
"_emscripten_sleep"
33-
]
35+
]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sass.js",
33
"version": "0.10.1",
4-
"libsass": "3.4.1",
4+
"libsass": "3.4.2",
55
"title": "Sass.js - API for emscripted libsass",
66
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
77
"homepage": "http://medialize.github.com/sass.js/",

0 commit comments

Comments
 (0)