Skip to content

Commit

Permalink
Merge pull request #82 from sass/new-api
Browse files Browse the repository at this point in the history
Use official Sass type declarations and match that API
  • Loading branch information
nex3 authored Dec 15, 2021
2 parents deb6a22 + 4eb67bd commit 495b8ea
Show file tree
Hide file tree
Showing 11 changed files with 234 additions and 614 deletions.
8 changes: 2 additions & 6 deletions lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@ export {sassNull} from './src/value/null';
export {SassNumber} from './src/value/number';
export {SassString} from './src/value/string';

export {
render,
RenderOptions,
RenderResult,
RenderError,
} from './src/node-sass/render';
export {compileAsync, compileStringAsync} from './src/compile';
export {render} from './src/node-sass/render';

export const info = `sass-embedded\t${pkg.version}`;
342 changes: 0 additions & 342 deletions lib/src/compile.test.ts

This file was deleted.

Loading

0 comments on commit 495b8ea

Please sign in to comment.