1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/stdlib/types
Tim Voronov 22382a0f61
Added namespace builder (#336)
* Added namespace builder

* Fixed linting issues

* Added extra check

* Updated e2e lib

* Renamed NamespaceBuilder to NamespaceContainer and changed func receivers

* Renamed NewLib to RegisterLib
2019-07-22 17:21:20 -04:00
..
is_array.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_binary.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_boolean.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_date_time.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_float.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_html_document.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
is_html_element.go Refactoring/externalized html (#234) 2019-02-19 18:10:18 -05:00
is_int.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_nan.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_none.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_object.go New type system (#232) 2019-02-13 12:31:18 -05:00
is_string.go New type system (#232) 2019-02-13 12:31:18 -05:00
lib.go Added namespace builder (#336) 2019-07-22 17:21:20 -04:00
to_array.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_boolean_test.go Refactored types lib 2018-10-07 01:07:44 -04:00
to_boolean.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_date_time.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
to_float.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_int.go Bugfix/#295 arithmetic operators (#298) 2019-05-19 12:12:11 -04:00
to_string.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00
type_name.go Rewrite comments, closing #118 2018-10-14 13:06:27 -04:00