Welcome to mirror list, hosted at ThFree Co, Russian Federation.

es-note-unexpected-export-1.cjs « es-modules « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3e2612ed35aff864601157fe20eb9d152dabcfd8 (plain)
1
2
const example = 10;
export default example;