This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/node_modules/typed-scss-modules/dist/lib/sass/file-to-class-names.js b/node_modules/typed-scss-modules/dist/lib/sass/file-to-class-names.js | |
| index 6c728e5..23fc66a 100644 | |
| --- a/node_modules/typed-scss-modules/dist/lib/sass/file-to-class-names.js | |
| +++ b/node_modules/typed-scss-modules/dist/lib/sass/file-to-class-names.js | |
| @@ -30,7 +30,7 @@ const NAME_FORMATS_WITH_TRANSFORMER = Object.keys(transformersMap); | |
| exports.NAME_FORMATS = [...NAME_FORMATS_WITH_TRANSFORMER, "all"]; | |
| exports.nameFormatDefault = "camel"; | |
| const fileToClassNames = (file, { additionalData, includePaths = [], nameFormat: rawNameFormat, implementation, aliases, aliasPrefixes, importer, } = {}) => __awaiter(void 0, void 0, void 0, function* () { | |
| - const { renderSync } = (0, implementations_1.getImplementation)(implementation); | |
| + const { compile } = (0, implementations_1.getImplementation)(implementation); |
OlderNewer