diff --git a/CHANGELOG.md b/CHANGELOG.md index dbd203dc..59c45341 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.2 + +- [x] add missing return type + ## v1.3.1 - [x] generate documentation diff --git a/docs/classes/node.SourceMap.html b/docs/classes/node.SourceMap.html index 8ecfcc09..13a767f0 100644 --- a/docs/classes/node.SourceMap.html +++ b/docs/classes/node.SourceMap.html @@ -157,16 +157,16 @@ --md-sys-color-surface-container-highest: #e9e1d9 }
InternalConvert to JSON object
-Convert to URL encoded string
-supported color types enum
-color using a98-rgb values
-colors as cmyk values
-colors using color() function
-color-mix() color function
-alias for cmyk
-color using display-p3 values
-deprecated system colors
-colors as hex values
-alias for hsl
-colors as hsl values
-colors as hwb values
-colors as lab values
-colors as lch values
-light-dark() color function
-colors as literals
-colors as oklab values
-colors as oklch values
-color using prophoto-rgb values
-color using rec2020 values
-alias for rgba
-colors as rgb values
-color using srgb values
-color using srgb-linear values
-system colors
-alias for xyz-d65
-color using xyz-d50 values
-color using xyz-d65 values
-enum of all token types
-addition token type
-alias for angle token type
-angle token type
-at-rule node type
-at-rule token type
-attribute end token type
-attribute start token type
-attribute token type
-bad cdo token type
-bad comment token type
-bad string token type
-bad URL token type
-binary expression token type
-block end token type
-block start token type
-alias for cdata section node type
-cdata section token
-child combinator token type
-class selector token type
-colon token type
-alias for color token type
-color token type
-column combinator token type
-alias for comma token type
-comma token type
-alias for comment token type
-alias for comment node type
-comment token
-contain match token type
-alias for dashed identifier token type
-dashed identifier token type
-dash match token type
-declaration node type
-delimiter token type
-descendant combinator token type
-alias for dimension token type
-dimension token type
-division token type
-end match token type
-end parentheses token type
-alias for end of file token type
-end of file token type
-equal match token type
-alias for flex token type
-flex token type
-fraction token type
-alias for frequency token type
-frequency token type
-function token type
-alias for grid template function token type
-grid template function token type
-greater than or equal to token type
-greater than token type
-alias for hash token type
-hash token type
-alias for identifier token type
-alias for identifier list token type
-identifier list token type
-identifier token type
-alias for image function token type
-image function token type
-important token type
-include match token type
-invalid at rule token type
-invalid attribute token type
-invalid class selector token type
-invalid declaration node type
-invalid rule token type
-keyframe at rule node type
-keyframe rule node type
-alias for length token type
-length token type
-token list token type
-alias for literal token type
-literal token type
-less than or equal to token type
-less than token type
-match expression token type
-media feature and token type
-media feature not token type
-media feature only token type
-media feature or token type
-media feature token type
-media query condition token type
-multiplication token type
-namespace attribute token type
-nesting selector token type
-next sibling combinator token type
-alias for number token type
-number token type
-parentheses token type
-alias for percentage token type
-percentage token type
-pseudo-class function token type
-pseudo-class token type
-pseudo element token type
-pseudo page token type
-alias for resolution token type
-resolution token type
-rule node type
-semicolon token type
-start match token type
-start parentheses token type
-alias for string token type
-string token type
-style sheet node type
-subtraction token type
-subsequent sibling combinator token type
-alias for time token type
-alias for timeline function token type
-timeline function token type
-time token type
-alias for timing function token type
-timing function token type
-unary expression token type
-unclosed string token type
-universal selector token type
-alias for url function token type
-url function token type
-URL token type
-alias for whitespace token type
-whitespace token type
-Internalfeature walk mode
-enum of validation levels
-parse a string as an array of declaration nodes
+parse a string as an array of declaration nodes
Example:
const declarations = await parseDeclarations('color: red; background: blue');
console.log(declarations);
-walk ast node value tokens
-Optionalfilter: Optionalreverse: booleanparse css
-parse css file
url or path
-
Source map class
-