mirror of
https://github.com/bellard/quickjs.git
synced 2024-11-22 13:48:11 +08:00
c9e6c56c70
- remove import statements (invoke with qjs --std) - fix compatibility issues with node - add more loop styles - add more string concatenation tests - use === and !=== where appropriate - fix sort timing log - add `-r ref_file` command line option to specify reference file - add .gitignore file with target file patterns
19 lines
183 B
Plaintext
19 lines
183 B
Plaintext
*.a
|
|
.obj/
|
|
examples/hello
|
|
examples/hello_module
|
|
hello.c
|
|
microbench*.txt
|
|
qjs
|
|
qjsc
|
|
qjscalc
|
|
qjscalc.c
|
|
repl.c
|
|
run-test262
|
|
test262
|
|
test262_*.txt
|
|
test262o
|
|
test262o_*.txt
|
|
unicode
|
|
unicode_gen
|