Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Drop dependency lodash.isarray #1830

Merged
merged 1 commit into from
Dec 11, 2016
Merged

Conversation

daltones
Copy link
Contributor

@daltones daltones commented Dec 10, 2016

Fixes #1829.

The code of lodash.isarray is actually this:

var isArray = Array.isArray;

module.exports = isArray;

@xzyfer
Copy link
Contributor

xzyfer commented Dec 11, 2016

Array.isArray is not available until Node 4.6.2. We support back to Node 0.10.

@xzyfer xzyfer closed this Dec 11, 2016
@xzyfer xzyfer reopened this Dec 11, 2016
@xzyfer
Copy link
Contributor

xzyfer commented Dec 11, 2016

My apologies you are correct.

@xzyfer xzyfer closed this Dec 11, 2016
@xzyfer xzyfer reopened this Dec 11, 2016
@xzyfer xzyfer merged commit a5fca4f into sass:master Dec 11, 2016
jiongle1 pushed a commit to scantist-ossops-m2/node-sass that referenced this pull request Apr 7, 2024
…ents

Only parse interpolations in kept block comments
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants