made with esnextbin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Swipe from 'swipejs'; | |
| import { lory } from 'lory.js'; | |
| /* | |
| * Helpers | |
| */ | |
| const $ = (selector) => document.querySelector(selector); | |
| const $$ = (selector) => Array.prototype.slice.apply(document.querySelectorAll(selector)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var path = require('path') | |
| module.exports = { | |
| entry: './index.js', | |
| output: { | |
| filename: 'bundle.js' // Compiled bundle filename | |
| }, | |
| module: { |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"pid":11140,"tid":3544,"ts":2772746390,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../ipc/ipc_channel_proxy.cc","src_func":"Send"},"dur":22,"tdur":21,"tts":50452427}, | |
| {"pid":11140,"tid":3544,"ts":2772746415,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../mojo/public/cpp/system/simple_watcher.cc","src_func":"Notify"},"dur":10,"tdur":10,"tts":50452451}, | |
| {"pid":11140,"tid":3544,"ts":2772746426,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../mojo/public/cpp/system/simple_watcher.cc","src_func":"Notify"},"dur":7,"tdur":6,"tts":50452462}, | |
| {"pid":11140,"tid":3544,"ts":2772746439,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../mojo/public/cpp/system/simple_watcher.cc","src_func":"Notify"},"dur":6,"tdur":5,"tts":50452476}, | |
| {"pid":11140,"tid":3544,"ts":2772752926,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../mojo/public/cpp/system/simple_watcher.c |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"pid":9204,"tid":8456,"ts":2780925247,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":18,"tdur":16,"tts":2881371}, | |
| {"pid":9204,"tid":8456,"ts":2780925267,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":6,"tdur":6,"tts":2881389}, | |
| {"pid":9204,"tid":8456,"ts":2780925275,"ph":"X","cat":"toplevel","name":"TaskQueueManager::ProcessTaskFromWorkQueue","args":{"src_file":"../../base/trace_event/trace_log.cc","src_func":"SetEnabled"},"dur":3,"tdur":3,"tts":2881397}, | |
| {"pid":9204,"tid":8456,"ts":2781424838,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../third_party/WebKit/Source/platform/scheduler/base/task_queue_manager.cc","src_func":"OnQueueHasIncomingImmediateWork"},"dur":67,"tdur":66,"tts":2881409}, | |
| {"pid":9204,"tid":8456,"ts":2781424848,"ph":"X","c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Vanilla Redux</title> | |
| <script src="https://unpkg.com/redux@latest/dist/redux.min.js"></script> | |
| </head> | |
| <body> | |
| <p> |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [{"pid":7501,"tid":11779,"ts":141103209341,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"src_file":"../../mojo/core/channel_posix.cc","src_func":"StartOnIOThread"},"dur":42,"tdur":41,"tts":3631223343}, | |
| {"pid":7501,"tid":11779,"ts":141103209389,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"src_file":"../../mojo/core/channel_posix.cc","src_func":"StartOnIOThread"},"dur":24,"tdur":23,"tts":3631223391}, | |
| {"pid":7501,"tid":11779,"ts":141103209420,"ph":"X","cat":"toplevel","name":"MessageLoop::RunTask","args":{"src_file":"../../mojo/public/cpp/system/simple_watcher.cc","src_func":"Notify"},"dur":12,"tdur":11,"tts":3631223421}, | |
| {"pid":7501,"tid":11779,"ts":141103209439,"ph":"X","cat":"toplevel","name":"MessagePumpLibevent::OnLibeventNotification","args":{"src_file":"../../mojo/core/channel_posix.cc","src_func":"StartOnIOThread"},"dur":17,"tdur":17,"tts":3631223440}, | |
| {"pid":7501,"tid":11779,"ts":141103209464,"ph":"X","cat":"toplevel"," |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template functional> | |
| <div> | |
| <input | |
| :id="props.labelId" | |
| type="radio" | |
| :checked="props.isSelected" | |
| :name="props.groupName" | |
| :value="props.value"> | |
| <label |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template functional> | |
| <div> | |
| <input | |
| :id="props.labelId" | |
| type="radio" | |
| :checked="props.isSelected" | |
| :name="props.groupName" | |
| :value="props.value" | |
| @change="listeners.radioChanged"> <!-- Change event --> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template> | |
| <div> | |
| <h4>{{ $t('menu.chooseOne') }}</h4> | |
| ... | |
| </div> | |
| </template> |