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

Report runtime libsass version #912

@saper

Description

@saper

Currently we give simply what we have in package.info:

function getVersionInfo() {
  return [
           ['node-sass', package.version, '(Wrapper)', '[JavaScript]'].join('\t'),
           ['libsass  ', package.libsass, '(Sass Compiler)', '[C/C++]'].join('\t'),
  ].join(eol);
}

Because I often link to the libsass shared library or (for the official FreeBSD binary) I include the externally-built libsass.a it would be great to know which version we are running at the moment.

Also what about adding a build metadata (+FreeBSD etc.) to the version number for the official binaries?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions