Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
b23bfe44916eca6ef0411123d66109eecdc98e83
/
.
/
LayoutTests
/
http
/
tests
/
webgpu
/
common
/
tools
/
version.js
blob: edf332075127345779f4fecc7567ee76de0eaa67 [
file
]
/**
* AUTO-GENERATED - DO NOT EDIT. Source: https://github.com/gpuweb/cts
**/
export
const
version
=
require
(
'child_process'
).
execSync
(
'git describe --always --abbrev=0 --dirty'
).
toString
().
trim
();
//# sourceMappingURL=version.js.map