We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bde6acd + 698582f commit af261c6Copy full SHA for af261c6
packages/pack-c/app.js
@@ -1,4 +1,5 @@
1
console.log('hello from pack-c');
2
console.log('...hello once more');
3
const c = 'a';
4
-const d = 'd';
+const d = 'd';
5
+const e = 'e';
0 commit comments