Mark JS API specs as accepted

This commit is contained in:
Natalie Weizenbaum 2021-09-07 16:07:04 -07:00
parent 8630762cdf
commit 43055d8ef2
8 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,7 @@ declare module '../spec/js-api' {
}
declare module '../new-js-api' {
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface Options<sync extends 'sync' | 'async'> {
/**
* An object that provides callbacks for the compiler to use in lieu of its

View File

@ -70,6 +70,7 @@ type OutputStyle = 'expanded' | 'compressed';
* All of the options for a Sass compilation that are shared by compiling from a
* path and by compiling from a string.
*/
// eslint-disable-next-line @typescript-eslint/no-unused-vars
interface Options<sync extends 'sync' | 'async'> {
/**
* If true, the compiler must use only ASCII characters in the formatted