->{sass_functions}->{'foobar'} = \ &foobar;
# Compile string and get css output and source-map json
$sass->options->{source_map_file} = 'output.css.map';
($css, $stats) = $sass->compile('A { co
tem C<error_src>
=item C<error_file>
=item C<error_text>
=item C<error_message>
=item C<error_json>
=back
=back
=head1 OPTIONS
=over 4
=item C<output_style>
=over 4
=item C<SASS_STYLE_NESTE
t. See C<no_src_map_url>.
=item C<source_map_file_urls>
Render source entries in the source map json as file urls (`file:///`).
=item C<source_map_root>
A path (string) that is directly embedded i
t_get_error_status (struct Sass_Context* ctx);
ADDAPI const char* ADDCALL sass_context_get_error_json (struct Sass_Context* ctx);
ADDAPI const char* ADDCALL sass_context_get_error_text (struct Sass_
ownership of memory (value on context is set to 0)
ADDAPI char* ADDCALL sass_context_take_error_json (struct Sass_Context* ctx);
ADDAPI char* ADDCALL sass_context_take_error_text (struct Sass_Conte
s_av); i++) {
char* path = 0;
char* source = 0;
char* mapjson = 0;
char* error_msg = 0;
size_t error_line = -1;
size_t e
SV** source_sv = len < 1 ? 0 : av_fetch(import_av, 1, false);
SV** mapjson_sv = len < 2 ? 0 : av_fetch(import_av, 2, false);
SV** error_msg_sv = len < 3 ?
(*source_sv)) source = SvPV_nolen(*source_sv);
if (mapjson_sv && SvOK(*mapjson_sv)) mapjson = SvPV_nolen(*mapjson_sv);
if (error_msg_sv && SvOK(*error_msg_sv)) error_