Sign in
chromium
/
devtools
/
devtools-frontend
/
40fcb9a9aae81ac1df2c19dee467ab3a4cf4088b
/
.
/
node_modules
/
micromark
/
lib
/
postprocess.mjs
blob: f32e378d3f98e9f56853fb3dd113fc51bfa6b4a5 [
file
] [
log
] [
blame
]
export
default
postprocess
import
subtokenize
from
'./util/subtokenize.mjs'
function
postprocess
(
events
)
{
while
(!
subtokenize
(
events
))
{
// Empty
}
return
events
}