Skip to content

Commit 82cc673

Browse files
committed
feat!: add const c
1 parent 1326bc5 commit 82cc673

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pack-a/app.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
console.log('test!');
22
const a = 'a';
3-
const b = 'b';
3+
const b = 'b';
4+
const c = 'c';

0 commit comments

Comments
 (0)