enso/app/gui2/parser-codegen
somebody1234 1fd3a037ad
Avoid relative imports whenever possible (#8074)
- Change imports from `'./'` relative imports to `@/` or `shared/` whenever possible
- Imports in `shared/` and `ydoc-server` have been avoided for now in case they don't work with `@/` imports.
- Deduplicate `events.ts`, remove `useDocumentEvent` in favor of `useEvent(document,` (and same for `useDocumentEventConditional`
- Replace incorrect doc comments (`//*` and `///`) with correct doc comments (`/**`)

# Important Notes
None
2023-10-16 15:56:24 +00:00
..
codegen.ts Interpreting CB input using AST. (#8022) 2023-10-12 14:00:48 +00:00
index.ts Parser TS bindings (#7881) 2023-10-11 13:04:38 +00:00
schema.ts Parser TS bindings (#7881) 2023-10-11 13:04:38 +00:00
serialization.ts Avoid relative imports whenever possible (#8074) 2023-10-16 15:56:24 +00:00
util.ts [GUI2] use DataView directly in generated parser code (#8028) 2023-10-11 21:28:29 +00:00