code-gen

command module
v0.0.0-...-4160af8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 2, 2025 License: MIT Imports: 8 Imported by: 0

README

gost-dom code generator

This is part of the Gost-DOM project.

This repository contains code to generate code for the code-gen browser based on web specifications.

Building the code generator.

The code is generated from specifications from the webref repository, which is added as a submodule to this project.

To build the code generator, you need to fetch the submodule and a curated set of files.

Prerequisites: Node.js and npm (or compatible alternatives)

$ git submodul update --init
$ cd webref
$ npm install # Or your favourite node package manager
$ npm run curate

This build a set of files in the curated/ subfolder.

[!NOTE]

The webref is in the process of being moved to a new self-contained repo, so no custom steps are needed.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package htmlelements contain code to help generate code for implementing the different subclasses of HTMLElement, in the browser/html package.
Package htmlelements contain code to help generate code for implementing the different subclasses of HTMLElement, in the browser/html package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL