sass-embedded
Advanced tools
Comparing version 1.50.1 to 1.51.0
{ | ||
"name": "sass-embedded", | ||
"version": "1.50.1", | ||
"version": "1.51.0", | ||
"protocol-version": "1.0.0", | ||
"compiler-version": "1.50.1", | ||
"compiler-version": "1.51.0", | ||
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", | ||
@@ -7,0 +7,0 @@ "repository": "sass/embedded-host-node", |
@@ -41,3 +41,4 @@ import {FileImporter, Importer} from './importer'; | ||
* "sum($arg1, $arg2)": (args) => { | ||
* const value1 = args[0].assertNumber('arg1').value; | ||
* const arg1 = args[0].assertNumber('arg1'); | ||
* const value1 = arg1.value; | ||
* const value2 = args[1].assertNumber('arg2') | ||
@@ -44,0 +45,0 @@ * .convertValueToMatch(arg1, 'arg2', 'arg1'); |
{ | ||
"name": "sass-embedded", | ||
"version": "1.50.1", | ||
"version": "1.51.0", | ||
"protocol-version": "1.0.0", | ||
"compiler-version": "1.50.1", | ||
"compiler-version": "1.51.0", | ||
"description": "Node.js library that communicates with Embedded Dart Sass using the Embedded Sass protocol", | ||
@@ -7,0 +7,0 @@ "repository": "sass/embedded-host-node", |
Sorry, the diff of this file is too big to display
1172780
17335