HalidOdat
|
70173fabf0
|
Added documentation to Error
|
5 years ago |
HalidOdat
|
b525f68ff6
|
Added documentation to RegExp
|
5 years ago |
HalidOdat
|
da6872a265
|
Added some documentation to builtins/function
|
5 years ago |
HalidOdat
|
15ee257008
|
Added documentation to builtins/math
|
5 years ago |
HalidOdat
|
5a063397b9
|
Added documentation to builtins/number
|
5 years ago |
HalidOdat
|
fe01fc5905
|
Added some documentation to builtins/string
|
5 years ago |
HalidOdat
|
37428303f2
|
Added some documentation to `token`
|
5 years ago |
HalidOdat
|
2f801c2788
|
Added some documentation to `punc`
|
5 years ago |
HalidOdat
|
3e5dff6178
|
Added documentation to `BinOp`
|
5 years ago |
HalidOdat
|
ad546bb84d
|
Added documentation to builtins/boolean
|
5 years ago |
HalidOdat
|
b8fe3545c8
|
Added documentation to builtins/array
|
5 years ago |
HalidOdat
|
3e2e241f3e
|
Added documentation to builtins/json
|
5 years ago |
Jason Williams
|
af7ad57a04
|
LexerError
|
5 years ago |
Jason Williams
|
083412d883
|
doc for check_after_numeric_literal
|
5 years ago |
Jason Williams
|
7c74b8a979
|
removing akward doc test
|
5 years ago |
Jason Williams
|
63b02cb797
|
Update boa/src/syntax/lexer/mod.rs
Co-Authored-By: HalidOdat <halidodat@gmail.com>
|
5 years ago |
Jason Williams
|
bd4e814f96
|
doc on vop, op doctest
|
5 years ago |
Jason Williams
|
103ab85796
|
more changes
|
5 years ago |
Jason Williams
|
1b47b20fc0
|
more changes
|
5 years ago |
Jason Williams
|
f2915499a0
|
lexer updates
|
5 years ago |
Jason Williams
|
38d57cbb2e
|
cargo --doc builds, adding some docs
|
5 years ago |
HalidOdat
|
138f0ca880
|
Added some more documentation to builtins/console
|
5 years ago |
HalidOdat
|
348edbf4df
|
Added some documentation to builtins/console
|
5 years ago |
HalidOdat
|
478330d805
|
Added documentation to Const
|
5 years ago |
MakeSoft
|
be06137ca7
|
Added documentation to PropertyDefinition
|
5 years ago |
HalidOdat
|
75ef075833
|
Added documentation to MethodDefinitionKind
|
5 years ago |
HalidOdat
|
6c60bc2bb4
|
Finished documenting Node
|
5 years ago |
HalidOdat
|
125c75aa74
|
Added documentation to Keyword
|
5 years ago |
HalidOdat
|
7e3280d7b5
|
Fixed cargo fmt issues
|
5 years ago |
HalidOdat
|
4280c944b5
|
Added documentation to Node
|
5 years ago |
HalidOdat
|
7b2c722d1b
|
fixed doc test
|
5 years ago |
HalidOdat
|
80f7af370b
|
Added some documentation to Keyword
|
5 years ago |
HalidOdat
|
487a719aa8
|
Update boa/src/syntax/ast/op.rs
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
5a76bf5692
|
Update boa/src/syntax/ast/op.rs
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
9985dd934d
|
Update boa/src/syntax/ast/op.rs
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
b6c83f3349
|
Removed long links
|
5 years ago |
HalidOdat
|
f8012bc408
|
Update boa/src/syntax/ast/op.rs
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
0023116b0b
|
Update boa/src/syntax/ast/op.rs
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
bdb65d6d56
|
fixed spelling mistake
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
919029bc55
|
Added root project documentation
|
5 years ago |
HalidOdat
|
593955f951
|
fixed NumOp documentation
|
5 years ago |
HalidOdat
|
d45e33da78
|
Added documentation to AssignOp
|
5 years ago |
HalidOdat
|
788f27d8e7
|
Added documentation to LogOp
|
5 years ago |
HalidOdat
|
9b1c508da1
|
Added documentation to CompOp
|
5 years ago |
HalidOdat
|
d9a81a94fd
|
Added documentation to NumOp, UnaryOp and BitOp
|
5 years ago |
Noah
|
271e2b4da6
|
Put JSON functions on the object, not the prototype (#325)
* Move JSON functions to the object, not the prototype
* Fix Value.to_json and add JSON tests
* Update boa/src/builtins/json.rs
* Update boa/src/builtins/json.rs
* Update boa/src/builtins/json.rs
* Update json.rs
* Fix fmt issues.
Co-authored-by: Iban Eguia <razican@protonmail.ch>
Co-authored-by: HalidOdat <halidodat@gmail.com>
|
5 years ago |
Iban Eguia
|
19fcd2837d
|
Fixing master build (#342)
* Fixing master build
* Using gh-pages as default branch
|
5 years ago |
Radek Krahl
|
7abb94abf5
|
console functions (#315)
* Exec do..while tests.
* Parser do..while test.
* Do..while loop parser and exec implementation
* rustfmt fixes
* Update boa/src/exec/mod.rs
Co-Authored-By: HalidOdat <halidodat@gmail.com>
* Use expect(), make expect() skip newlines
* rustmf fixes
* Revert "Use expect(), make expect() skip newlines"
This reverts commit 517c4d0e06 .
* Cargo Test Build task and Debug Test (Windows) launcher
* First attempt at console.assert implementation. Tests are just for
debugging. Run `cargo test console_assert -- --nocapture` to see stderror
messages.
* Refactoring - remove unnecessary map, variable rename.
* Update boa/src/builtins/console.rs
changes from HalidOdat
Co-Authored-By: HalidOdat <halidodat@gmail.com>
* Documentation fixes
* Remove space from documentation comment
* Update boa/src/builtins/console.rs
Simplify message printing.
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
* Update boa/src/builtins/console.rs
Improve docs.
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
* Update boa/src/builtins/console.rs
Improve getting of assertion result.
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
* rustfmt
* console.count() and console.countReset() implementation
* Console state as native rust type, temporarily placed in Realm.
* console.time[,Log,End] methods implementation
* ConsoleState as internal state in console object.
* Fix merge mess
* Formatter function, get_arg_at_index moved out to function
* Fix merge mess, pt. 2
* console.group* functions
* Moved console code to its own subdirectory, formatter tests, fixed utf-8
handling.
* Most functions implemented.
* Basic logger and logLevel implementation
* console.group uses logger
* console.dir (and at the same time dirxml) implementation
* Make builtins::value::display_obj(...) public
* Update boa/src/builtins/console/mod.rs
Co-Authored-By: HalidOdat <halidodat@gmail.com>
* Update boa/src/builtins/console/mod.rs
Co-Authored-By: HalidOdat <halidodat@gmail.com>
* Update boa/src/builtins/value/mod.rs
Co-Authored-By: Iban Eguia <razican@protonmail.ch>
Co-authored-by: HalidOdat <halidodat@gmail.com>
Co-authored-by: Iban Eguia <razican@protonmail.ch>
|
5 years ago |
HalidOdat
|
74c7375a7a
|
Added logo and favicon to boa documentation (#343)
* Added logo and favicon to boa documentation
* Update lib.rs
|
5 years ago |
Iban Eguia
|
91bece6f62
|
Improved CI workflows (#330)
|
5 years ago |