xref
: /
third_party
/
node
/
test
/
fixtures
/
es-modules
/
stateful.mjs
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/node/test/fixtures/es-modules/
1
let counter = 0;
2
3
export default function count() {
4
return ++counter;
5
}
6