Commit Graph

14 Commits

Author SHA1 Message Date
Matt Godbolt
680ea3981c Update to latest (#6165) 2024-02-19 17:44:58 -06:00
Matt Godbolt
a8f832f80c Bump to latest cypress (#4853)
Latest cypress:
- updated all the tests
- fixed up warnings
- got rid of isolation stuff, it's now isolated by default
- added simple docs
- added `--noLocal` to prevent any local config from screwing up when
testing locally
- store screenshot artifacts if things go wrong
2023-03-14 10:00:40 -05:00
Jeremy Rifkin
836a2d7005 Tsify generated asm docs (#4388)
* Converted amd64 docs to ts

* 6502

* 6502 part 2

* arm

* avr

* evm

* java

* llvm

* python

* Fix bug with only getting the first paragraph

* Updated help messages
2022-12-02 14:36:10 -05:00
Rubén Rincón Blanco
f82b01a75a Update .eslintignore 2022-02-27 14:30:20 +01:00
Patrick Quist
51047b6ad7 Frontend testing (#3169) 2022-02-04 18:35:04 +01:00
Mats Larsen
9b890b1656 Refactor handling of Assembly Documentation Providers (#3247) 2022-01-31 14:05:21 +01:00
Elektron72
80811615b5 Exclude assembly documentation scripts from checks (#3215) 2021-12-25 11:55:48 +01:00
Elektron72
5a350691bb Add assembly documentation for 6502 (#3210)
This PR adds assembly documentation for the MOS 6502 and WDC 65C02 instruction sets, which are output by cc65.
2021-12-23 16:34:08 +01:00
Rubén Rincón Blanco
3d68f5382e Implements Prettier formatting (#2766) 2021-08-28 14:41:28 +02:00
Mats Larsen
b6c2380c56 Assembly API documentation for Java Bytecode (#2817)
* Add assembly documentation endpoint for Java bytecode
* Upstream asm docenizer for Java
* Remove jvms.html from gitattributes as it is never checked into vcs
* EOF line for docenizer-java.js
* Use find-node to locate nodejs
* Format code according to style guide
2021-08-14 12:56:33 -05:00
Jeremy Overesch
11e470a8f7 Feature/jo/arm dockenizer (#2463)
* Update docenizer to python3
* Remove unused code in docenizer
* Create new asm-docs-arm and asm-docs-api-arm files for parsing and retrieving arm related opcodes.  Add conditional instruction switch.
* Rename docs files to specify instruction set
* Add arm32 at /api/asm/arm32/:opcode
* Add @jovere to contributor list
* Add `instructionSet` compiler option
* Update client to access correct instruction based on the `instructionSet` option
* Add `arm32` `instructionSet` option for ARM C++ compilers
* Add `arm32` instructionSet to obvious places in C/C++
2021-03-12 07:40:49 -06:00
Austin Morton
ca437e15b6 Consolidate eslint configuration (#2224) 2020-09-23 02:09:32 -04:00
Matt Godbolt
65d9d7bc67 Remove c-preload compiler wrapper in favour of firejail. See #429 2019-05-16 14:30:21 -05:00
RabsRincon
670afd8921 Move to ESLint
Somewhat compilant!
2018-02-13 14:49:07 +01:00