Skip to content

Commit

Permalink
docs: fix wrong location documents (#7689)
Browse files Browse the repository at this point in the history
  • Loading branch information
sweetliquid committed Mar 20, 2022
1 parent 7d2c1ef commit bbf419a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/types/index.js
Expand Up @@ -744,9 +744,9 @@ export interface MutableAsset extends BaseAsset {
setBuffer(Buffer): void;
/** Sets the asset contents as a stream. */
setStream(Readable): void;
/** Returns whether the AST has been modified. */
setAST(AST): void;
/** Sets the asset's AST. */
setAST(AST): void;
/** Returns whether the AST has been modified. */
isASTDirty(): boolean;
/** Sets the asset's source map. */
setMap(?SourceMap): void;
Expand Down

0 comments on commit bbf419a

Please sign in to comment.