bb0ef18903feat: Handle IndexedLineSet Also turns on PointSet but I don't have a good test case for that so not sure it is working. Resolves#16.Glen Whitney2023-09-18 21:28:23 -0700
d0da8ced68doc: Add documentation for optional arg to convert. (#15)Glen Whitney2023-09-12 06:35:29 +0000
d143299b54chore: Prepare package for publication Construct a proper package.json in the dist file and copy the README there for a reasonably complete shipped package.
#8
Glen Whitney2023-09-04 17:58:42 -0700
252ed45cabfeat: Implement the Wings tokenizer Produces essentially the same token stream as the that found in x3d_import, except includes comment and whitespace tokens, which can be ignored in the parser. Resolves#3.
#4
Glen Whitney2023-09-02 11:06:25 -0700
80552e6519doc: Label the origin of the converted moo.js file Resolves#1.
#2
Glen Whitney2023-09-01 14:29:38 -0700
77bd983cbcfeat: install moo and use in toy example I failed to find a satisfactory way to compile and import moo.js with fixed specifiers, so finally I just gave up and patched the distributed code to be an es6 module. A bit ugly but it works.Glen Whitney2023-09-01 14:21:56 -0700
67a07e2000chore: Set up development environment Add the civet and typescript compilers, implement a build step, provide examples of using from es6, script, and command line. Of course, there is no actual behavior produced; convert always produces 'foo' at the moment.Glen Whitney2023-09-01 08:20:34 -0700