Skip to content

Commit

Permalink
update dts-bundler snapshot.
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 12, 2024
1 parent 65152bc commit 9559daa
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions test/dts-bundler/__snapshots__/dts-bundler.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,38 @@ exports[`bundle dts: cc.d.ts content 1`] = `
RGB_ETC2 = 123213,
RGBA_ETC2 = 123214
}
export enum TileFlag {
/**
* @property HORIZONTAL
* @type {Number}
* @static
*/
HORIZONTAL = 2147483648,
/**
* @property VERTICAL
* @type {Number}
* @static
*/
VERTICAL = 1073741824,
/**
* @property DIAGONAL
* @type {Number}
* @static
*/
DIAGONAL = 536870912,
/**
* @property FLIPPED_ALL
* @type {Number}
* @static
*/
FLIPPED_ALL = 4026531840,
/**
* @property FLIPPED_MASK
* @type {Number}
* @static
*/
FLIPPED_MASK = 268435455
}
export const str = "intrinsic flag is false";
export function testEnv(): string;
export function testInternalExport(): string;
Expand Down Expand Up @@ -183,6 +215,38 @@ exports[`bundle dts: cc.d.ts content 1`] = `
RGB_ETC2 = 123213,
RGBA_ETC2 = 123214
}
export enum TileFlag {
/**
* @property HORIZONTAL
* @type {Number}
* @static
*/
HORIZONTAL = 2147483648,
/**
* @property VERTICAL
* @type {Number}
* @static
*/
VERTICAL = 1073741824,
/**
* @property DIAGONAL
* @type {Number}
* @static
*/
DIAGONAL = 536870912,
/**
* @property FLIPPED_ALL
* @type {Number}
* @static
*/
FLIPPED_ALL = 4026531840,
/**
* @property FLIPPED_MASK
* @type {Number}
* @static
*/
FLIPPED_MASK = 268435455
}
}
}
export { db as c } from "cc";
Expand Down

0 comments on commit 9559daa

Please sign in to comment.