dependabot[bot]
99f24a19e5
Bump json5, loader-utils and webpack in /js
...
Bumps [json5](https://github.com/json5/json5 ) to 1.0.2 and updates ancestor dependencies [json5](https://github.com/json5/json5 ), [loader-utils](https://github.com/webpack/loader-utils ) and [webpack](https://github.com/webpack/webpack ). These dependencies need to be updated together.
Updates `json5` from 0.5.1 to 1.0.2
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v0.5.1...v1.0.2 )
Updates `loader-utils` from 1.1.0 to 1.4.2
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v1.1.0...v1.4.2 )
Updates `webpack` from 2.5.1 to 5.75.0
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v2.5.1...v5.75.0 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
- dependency-name: loader-utils
dependency-type: indirect
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03 18:48:01 +00:00
Korenevskiy Denis
b4728f6aa4
set deactivated terminal handlers to empty functions instead of null
...
this allows to avoid console spamming with 'not a function' messages
after the connection to server was closed.
2017-11-24 18:16:56 +03:00
Iwasaki Yudai
b2c2db0764
Move responsibility to decode output encoding to terminal implementation
2017-08-26 16:55:07 +09:00
Iwasaki Yudai
a6ae1210da
Move decoder into setup
2017-08-24 13:22:16 +09:00
Iwasaki Yudai
ba1aa690ed
Use libapps utf8 decoder
2017-08-23 15:32:12 +09:00
Iwasaki Yudai
7355d67a64
Add license-loader
...
Since xterm and hterm do not have proper comments for their license,
add license-loader to keep their license information in the minimized
bundle file.
2017-08-23 10:58:18 +09:00
Iwasaki Yudai
46a8b006f0
Fix typing of hterm
2017-08-23 10:56:34 +09:00
Iwasaki Yudai
024ab8f28e
Minify bundled js code
2017-08-22 16:58:15 +09:00
Iwasaki Yudai
2b4eb55d28
Add typing for libapps
2017-08-22 16:16:28 +09:00
Iwasaki Yudai
a8bb23f570
Rename bundle.js to gotty-bundle.js
2017-08-22 16:03:19 +09:00
Iwasaki Yudai
27b6436196
Rename TermXterm and TermHterm to Xterm and Hterm
2017-08-22 15:59:24 +09:00
Iwasaki Yudai
70aaf33082
Bundle hterm
2017-08-22 15:58:50 +09:00
Iwasaki Yudai
8803721f3d
Add xterm itegration
...
* Move to TypeScript from legacy JavaScript
* Add support of xterm.js
* Hterm is still available for backward compatibility
2017-08-21 16:38:28 +09:00