This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
rollup
mirror of
https://github.com/lukechilds/rollup.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
dont use const in tests...
better-aggressive
Rich Harris
10 years ago
parent
1034d0b6fe
commit
ba6f643da9
3 changed files
with
3 additions
and
3 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
test/function/property-keys-not-renamed/one.js
2
test/function/property-keys-not-renamed/three.js
2
test/function/property-keys-not-renamed/two.js
2
test/function/property-keys-not-renamed/one.js
View File
@ -1,4 +1,4 @@
const
obj
=
{
var
obj
=
{
foo
:
foo
}
;
2
test/function/property-keys-not-renamed/three.js
View File
@ -1,4 +1,4 @@
const
obj
=
{
var
obj
=
{
foo
:
foo
}
;
2
test/function/property-keys-not-renamed/two.js
View File
@ -1,4 +1,4 @@
const
obj
=
{
var
obj
=
{
foo
:
foo
}
;
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
lukechilds/rollup
Title
Body
Create Issue