Skip to content

Commit

Permalink
fully update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 25, 2024
1 parent 32d8180 commit d5a28ea
Show file tree
Hide file tree
Showing 3 changed files with 1,082 additions and 858 deletions.
4 changes: 2 additions & 2 deletions dist/index.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var sass__namespace = /*#__PURE__*/_interopNamespaceDefault(sass);
const sassMatch = /#sass$/;

// returns merged source maps
var mergeSourceMaps = ((...maps) => {
var mergeSourceMaps = (...maps) => {
// new sourcemap
const generator = new sourceMap.SourceMapGenerator();

Expand Down Expand Up @@ -71,7 +71,7 @@ var mergeSourceMaps = ((...maps) => {
mergedMap.sources = mergedMap.sources.map(source => source.replace(sassMatch, ''));
return mergedMap;
});
});
};
function originalPositionFor(mapping, consumers) {
// initial positioning
let originalPosition = {
Expand Down
4 changes: 2 additions & 2 deletions dist/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { resolve, dirname } from 'path';
const sassMatch = /#sass$/;

// returns merged source maps
var mergeSourceMaps = ((...maps) => {
var mergeSourceMaps = (...maps) => {
// new sourcemap
const generator = new SourceMapGenerator();

Expand Down Expand Up @@ -52,7 +52,7 @@ var mergeSourceMaps = ((...maps) => {
mergedMap.sources = mergedMap.sources.map(source => source.replace(sassMatch, ''));
return mergedMap;
});
});
};
function originalPositionFor(mapping, consumers) {
// initial positioning
let originalPosition = {
Expand Down
Loading

0 comments on commit d5a28ea

Please sign in to comment.