Commit Graph

17 Commits

Author SHA1 Message Date
Natalie Weizenbaum
55514224ca
Clarify that base importer resolution does not require a URL (#3832)
See sass/dart-sass#2208

Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
2024-04-11 22:33:39 +00:00
Jennifer Thakar
ede7f25c8e
Integrate the deprecations API into the spec/docs/protocol (#3826) 2024-04-03 14:14:44 -07:00
James Stuckey Weber
336bfd69b2 [Package Importer] Add types and specs (#3728)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2024-03-27 11:43:24 -07:00
Ed Rivas
524790175f
Add JS type definitions for calculations (#3622)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2023-07-19 14:36:23 -07:00
Natalie Weizenbaum
8cbac5b0e5
Fix a reference to a dead link (#3625) 2023-06-30 13:46:06 -07:00
Natalie Weizenbaum
33f881f035
Partially revert "Add JS type defs for calculations (#3605)" (#3619)
This reverts the parts of commit 39915044f6 that modify the official specs. These should only have landed along with implementation updates.
2023-06-20 17:22:15 -07:00
Ed Rivas
39915044f6
Add JS type defs for calculations (#3605)
Co-authored-by: Jonny Gerig Meyer <jonny@oddbird.net>
2023-06-20 15:55:26 -07:00
Natalie Weizenbaum
1f88ea8db4
Update to TypeDoc 0.24 (#3581) 2023-05-18 16:09:10 -07:00
なつき
38f84212d2
Update documentation for charset option (#3358) 2022-07-18 20:14:43 +00:00
なつき
c1850ac85d
Add charset option to js-api (#3346) 2022-06-29 16:25:21 -07:00
Natalie Weizenbaum
8cbe77da7c
Fix a bug in the custom function example (#3305)
Closes #3304
2022-05-02 14:42:09 -07:00
なつき
12cee2dab9
Fix incorrect documentation for url in StringOptionsWithoutImporter (#3278) 2022-04-11 17:09:26 -07:00
Christophe Coevoet
f355f602fc
Add the sourceMapIncludeSources option in the new JS API (#3226) 2022-01-14 16:38:28 -08:00
Natalie Weizenbaum
23278f2c92
Use the URL type from the DOM definitions, not from Node (#3214)
The two aren't quite interchangeable: the Node definition has a few
more fields, which means that URLs created naively with `new URL()`
aren't assignable to that type.
2021-12-10 21:11:27 +00:00
Natalie Weizenbaum
b192519b55
Document the new JS API (#3183) 2021-11-30 23:32:04 +00:00
Natalie Weizenbaum
f289bb8c9b Test that typedoc builds with no warnings 2021-10-01 17:36:53 -07:00
Natalie Weizenbaum
1b0574a27a
Create a parallel set of type annotations for documentation (#3172)
Because the doc comments for spec/js-api are written for
implementation authors, they aren't very useful as documentation for
end-users. This gives us a place to write user-facing documentation as
well as a test that verifies that the underlying type declarations are
kept in sync.
2021-10-01 22:45:27 +00:00