Skip to content

Commit

Permalink
GlkApi: Handle autosaves from before the stylehints protocol change (#…
Browse files Browse the repository at this point in the history
…129)

AsyncGlk: Lay out windows better to prevent flashing status windows when the browser changes size

Emglken: Update to Git 1.3.7

Build: Turn on Typescript strict mode again
  • Loading branch information
curiousdannii committed Jul 16, 2022
1 parent f14cdab commit 6aa8df2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/lodash-es": "^4.17.5",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"esbuild": "^0.14.34",
"esbuild": "^0.14.49",
"eslint": "^8.3.0",
"eslint-plugin-compat": "^4.0.0",
"http-server": "^14.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/upstream/asyncglk
2 changes: 1 addition & 1 deletion src/upstream/emglken
Submodule emglken updated 1 files
+1 −1 git
2 changes: 1 addition & 1 deletion src/upstream/glkote
Submodule glkote updated 2 files
+22 −3 glkapi.js
+2 −2 glkote.js
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"module": "ES2020",
"moduleResolution": "Node",
"rootDir": "src",
"strict": true,
"target": "es2020"
},
"include": [
Expand Down

0 comments on commit 6aa8df2

Please sign in to comment.