|
20 | 20 | // OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE |
21 | 21 | // SOFTWARE. |
22 | 22 |
|
23 | | -import { gen_ast_cc } from "./gen_ast_cc.js"; |
24 | | -import { gen_ast_printer_cc } from "./gen_ast_printer_cc.js"; |
25 | | -import { gen_ast_printer_h } from "./gen_ast_printer_h.js"; |
26 | | -import { gen_ast_fwd_h } from "./gen_ast_fwd_h.js"; |
27 | | -import { gen_ast_h } from "./gen_ast_h.js"; |
28 | | -import { gen_ast_kind_h } from "./gen_ast_kind_h.js"; |
29 | | -import { gen_ast_recursive_visitor_ts } from "./gen_ast_recursive_visitor_ts.js"; |
30 | | -import { gen_ast_slot_cc } from "./gen_ast_slot_cc.js"; |
31 | | -import { gen_ast_slot_h } from "./get_ast_slot_h.js"; |
32 | | -import { gen_ast_ts } from "./gen_ast_ts.js"; |
33 | | -import { gen_ast_visitor_h } from "./gen_ast_visitor_h.js"; |
34 | | -import { gen_ast_visitor_cc } from "./gen_ast_visitor_cc.js"; |
35 | | -import { gen_ast_visitor_ts } from "./gen_ast_visitor_ts.js"; |
36 | | -import { parseAST } from "./parseAST.js"; |
37 | | -import { gen_ast_kind_ts } from "./gen_ast_kind_ts.js"; |
38 | | -import { gen_ast_fbs } from "./gen_ast_fbs.js"; |
39 | | -import { gen_ast_encoder_h } from "./gen_ast_encoder_h.js"; |
40 | | -import { gen_ast_encoder_cc } from "./gen_ast_encoder_cc.js"; |
41 | | -import { gen_ast_decoder_h } from "./gen_ast_decoder_h.js"; |
42 | | -import { gen_ast_decoder_cc } from "./gen_ast_decoder_cc.js"; |
43 | | -import { gen_ast_slot_ts } from "./gen_ast_slot_ts.js"; |
44 | | -import { gen_token_fwd_h } from "./gen_token_fwd_h.js"; |
45 | | -import { gen_tokenkind_ts } from "./gen_tokenkind_ts.js"; |
46 | | -import { gen_keywords_kwgen } from "./gen_keywords_kwgen.js"; |
47 | | -import { gen_ast_pretty_printer_h } from "./gen_ast_pretty_printer_h.js"; |
48 | | -import { gen_ast_pretty_printer_cc } from "./gen_ast_pretty_printer_cc.js"; |
| 23 | +import { gen_ast_cc } from "./gen_ast_cc.ts"; |
| 24 | +import { gen_ast_printer_cc } from "./gen_ast_printer_cc.ts"; |
| 25 | +import { gen_ast_printer_h } from "./gen_ast_printer_h.ts"; |
| 26 | +import { gen_ast_fwd_h } from "./gen_ast_fwd_h.ts"; |
| 27 | +import { gen_ast_h } from "./gen_ast_h.ts"; |
| 28 | +import { gen_ast_kind_h } from "./gen_ast_kind_h.ts"; |
| 29 | +import { gen_ast_recursive_visitor_ts } from "./gen_ast_recursive_visitor_ts.ts"; |
| 30 | +import { gen_ast_slot_cc } from "./gen_ast_slot_cc.ts"; |
| 31 | +import { gen_ast_slot_h } from "./get_ast_slot_h.ts"; |
| 32 | +import { gen_ast_ts } from "./gen_ast_ts.ts"; |
| 33 | +import { gen_ast_visitor_h } from "./gen_ast_visitor_h.ts"; |
| 34 | +import { gen_ast_visitor_cc } from "./gen_ast_visitor_cc.ts"; |
| 35 | +import { gen_ast_visitor_ts } from "./gen_ast_visitor_ts.ts"; |
| 36 | +import { parseAST } from "./parseAST.ts"; |
| 37 | +import { gen_ast_kind_ts } from "./gen_ast_kind_ts.ts"; |
| 38 | +import { gen_ast_fbs } from "./gen_ast_fbs.ts"; |
| 39 | +import { gen_ast_encoder_h } from "./gen_ast_encoder_h.ts"; |
| 40 | +import { gen_ast_encoder_cc } from "./gen_ast_encoder_cc.ts"; |
| 41 | +import { gen_ast_decoder_h } from "./gen_ast_decoder_h.ts"; |
| 42 | +import { gen_ast_decoder_cc } from "./gen_ast_decoder_cc.ts"; |
| 43 | +import { gen_ast_slot_ts } from "./gen_ast_slot_ts.ts"; |
| 44 | +import { gen_token_fwd_h } from "./gen_token_fwd_h.ts"; |
| 45 | +import { gen_tokenkind_ts } from "./gen_tokenkind_ts.ts"; |
| 46 | +import { gen_keywords_kwgen } from "./gen_keywords_kwgen.ts"; |
| 47 | +import { gen_ast_pretty_printer_h } from "./gen_ast_pretty_printer_h.ts"; |
| 48 | +import { gen_ast_pretty_printer_cc } from "./gen_ast_pretty_printer_cc.ts"; |
49 | 49 |
|
50 | 50 | import * as fs from "fs"; |
51 | 51 | import * as path from "path"; |
|
0 commit comments