Sign in
chromium
/
devtools
/
devtools-frontend
/
main
/
.
/
node_modules
/
ts-lit-plugin
/
index.js
blob: b833b523949e7055c8b6e8eb33d1f67eda7d2d7c [
file
] [
log
] [
blame
]
// A TypeScript compiler plugin must do a CJS style default export, but
// we can't express that in proper ESM, so this hand-written JS
// file bridges the difference.
module
.
exports
=
require
(
"./lib/index"
).
init
;