Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add missing file
  • Loading branch information
bmeck committed Aug 2, 2019
commit 658895f4dad95c5fc5bdf45e86e3da21f2cd9ee7
7 changes: 7 additions & 0 deletions test/fixtures/intrinsic-mutation.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Object.defineProperty(
Comment thread
bmeck marked this conversation as resolved.
Outdated
String.prototype,
Symbol('fake-polyfill-property'), {
enumerable: false,
value: null
}
);