mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Merging note: the typing changes were fixed in a separate PR.
* Put rootDirs into subprojects
- typings do not work for any ts or svelte files
- if we set the 'rootDirs' in ts/tsconfig.json to '../bazel-bin/ts' and then inherit
them from e.g. editor, the root will be changed to '../../bazel-bin/ts',
however editor needs look in '../../bazel-bin/ts/editor' instead.
* Rename i18n and i18n_helpers to i18n-generated and i18n
- This way, we can restrict the awkwardness of importing files outside
the ts directory within lib
* Fix missing typing of i18n and backend_proto by adding back symlinks
* Split up i18n-generated into i18n-{translate,modules}
* Change i18n from singleton to functions
* Revert "Put rootDirs into subprojects"
This partially reverts commit
|
||
|---|---|---|
| .. | ||
| i18n | ||
| bridgecommand.ts | ||
| BUILD.bazel | ||
| cards.ts | ||
| dom.ts | ||
| genfluent.py | ||
| image-import.d.ts | ||
| keys.ts | ||
| nightmode.ts | ||
| platform.ts | ||
| postrequest.ts | ||
| proto.ts | ||
| register-package.ts | ||
| runtime-require.ts | ||
| shadow-dom.d.ts | ||
| shortcuts.ts | ||
| time.test.ts | ||
| time.ts | ||
| tsconfig.json | ||
| typing.ts | ||
| wrap.ts | ||