sass/accepted/shared-resources.changes.md
James Stuckey Weber de2dc317c0 [Shared Resources] Add types and specs (#3744)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2024-03-27 11:43:24 -07:00

20 lines
398 B
Markdown

## Draft 1.3
* Expose `Compiler` and `AsyncCompiler` classes.
* Specify that `Compiler` and `AsyncCompiler` classes throw errors if
* constructed without going through the `init` methods.
## Draft 1.2
* Await method calls in example code.
* Use `compiler.compile*()` methods in example code.
## Draft 1.1
* Remove unneeded returned/resolved value from `dispose`.
## Draft 1
* Initial draft