mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-10 02:51:35 +08:00
fix: linting
This commit is contained in:
parent
eff63175e5
commit
9ba3e0512b
@ -7,6 +7,7 @@
|
|||||||
The lightweight framework for web-like apps
|
The lightweight framework for web-like apps
|
||||||
(c) Lea Anthony 2019-present
|
(c) Lea Anthony 2019-present
|
||||||
*/
|
*/
|
||||||
|
/* jshint esversion: 6 */
|
||||||
|
|
||||||
import { Call } from './calls';
|
import { Call } from './calls';
|
||||||
|
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
The lightweight framework for web-like apps
|
The lightweight framework for web-like apps
|
||||||
(c) Lea Anthony 2019-present
|
(c) Lea Anthony 2019-present
|
||||||
*/
|
*/
|
||||||
|
/* jshint esversion: 6 */
|
||||||
|
|
||||||
import { SystemCall } from './calls';
|
import { SystemCall } from './calls';
|
||||||
|
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
/*
|
||||||
|
_ __ _ __
|
||||||
|
| | / /___ _(_) /____
|
||||||
|
| | /| / / __ `/ / / ___/
|
||||||
|
| |/ |/ / /_/ / / (__ )
|
||||||
|
|__/|__/\__,_/_/_/____/
|
||||||
|
The lightweight framework for web-like apps
|
||||||
|
(c) Lea Anthony 2019-present
|
||||||
|
*/
|
||||||
|
/* jshint esversion: 6 */
|
||||||
|
|
||||||
import { Debug } from './log';
|
import { Debug } from './log';
|
||||||
import { SendMessage } from './ipc'
|
import { SendMessage } from './ipc'
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
The lightweight framework for web-like apps
|
The lightweight framework for web-like apps
|
||||||
(c) Lea Anthony 2019-present
|
(c) Lea Anthony 2019-present
|
||||||
*/
|
*/
|
||||||
|
/* jshint esversion: 6 */
|
||||||
|
|
||||||
import { Error } from './log';
|
import { Error } from './log';
|
||||||
import { SendMessage } from './ipc';
|
import { SendMessage } from './ipc';
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
The lightweight framework for web-like apps
|
The lightweight framework for web-like apps
|
||||||
(c) Lea Anthony 2019-present
|
(c) Lea Anthony 2019-present
|
||||||
*/
|
*/
|
||||||
|
/* jshint esversion: 6 */
|
||||||
|
|
||||||
function Invoke(message) {
|
function Invoke(message) {
|
||||||
if (window && window.external && window.external.invoke) {
|
if (window && window.external && window.external.invoke) {
|
||||||
|
@ -7,6 +7,7 @@
|
|||||||
The lightweight framework for web-like apps
|
The lightweight framework for web-like apps
|
||||||
(c) Lea Anthony 2019-present
|
(c) Lea Anthony 2019-present
|
||||||
*/
|
*/
|
||||||
|
/* jshint esversion: 6 */
|
||||||
|
|
||||||
import { SendMessage } from './ipc';
|
import { SendMessage } from './ipc';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user