mirror of
https://github.com/vale981/tridactyl
synced 2025-03-05 09:31:41 -05:00

This commit makes the compiler pass use different classes in order to represent the metadata. This enables adding per-class toString/convert functions. This enables easy type checking and conversion in the `:set` excmd.
18 lines
296 B
Text
18 lines
296 B
Text
AMOKEYS
|
|
build
|
|
node_modules
|
|
src/.excmds_background.generated.ts
|
|
src/.excmds_content.generated.ts
|
|
src/grammars/*.ts
|
|
generated
|
|
web-ext-artifacts
|
|
yarn.lock
|
|
.vscode
|
|
native/__pycache__
|
|
native/native_main
|
|
native_main.spec
|
|
.wine-pyinstaller
|
|
tags
|
|
compiler/*.js
|
|
compiler/**/*.js
|
|
src/.metadata.generated.ts
|