This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
topaLE
/
wetty
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
hacktoberfest
xtermjs
xterm-js
xterm
wetty
terminal
anyterm
ajaxterm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96
Commits
2
Branches
19
Tags
3.8 MiB
Tree:
c6b35374ab
main
rust
v0.4.2
v0.5.0
v0.5.1
v1.0.0
v1.0.1
v1.0.2
v1.0.3
v1.1.1
v1.1.3
v1.1.4
v1.3.0
v1.4.1
v2.0.0
v2.0.1
v2.0.2
v2.0.3
v2.1.0
v2.1.1
v2.1.2
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c6b35374ab'
${ noResults }
wetty
/
app.js
4 lines
60 B
Raw
Normal View
History
add babel for backwards compatibility in hterm (#15) * add babel for backwards compatible * wrong pre-commit * wrong pre-commit * fix code-climate errors * fix utf error * re add mobile support * use classes * testing * move #!
8 years ago
#! /usr/bin/env node
use esm modules
8 years ago
require
(
'@std/esm'
)
;
require
(
'./cli'
)
;