1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-12 20:27:30 +08:00
otto/tools/gen-jscore/templates
Steven Hartland 233dfa4ef0
chore: remove perl, make and local docs. (#476)
Remove the dependencies on perl and make.

inline.pl is replaced by tools/gen-jscore and token/tokenfmt is replaced
by tools/gen-tokens which are both golang text/template utilities.

gen-jscore uses property ordering that matches chromes output ordering
adding missing properties to the Error types.

Local generated documentation have been removed as https://pkg.go.dev/
is more feature rich.

The use of make has been removed as the functionality is now replicated by
standard golang tools go test ./... and go generate ./... as well as integrated
into github actions.
2022-12-05 22:19:34 +00:00
..
constructor.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
core-prototype-property.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
definition.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
function.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
global.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
name.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
property-entry.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
property-fields.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
property-order.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
property-value.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
property.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
prototype.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
root.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
type.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00
value.tmpl chore: remove perl, make and local docs. (#476) 2022-12-05 22:19:34 +00:00