- Use jq to cleanly remove encryptid SDK from package.json in Docker - Fix TypeScript strict mode errors in dashboard and assistant - Add .dockerignore to exclude node_modules from build context - Use project root as Docker build context for frontend - Fix Traefik routing: separate frontend/api/studio paths Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| dist | ||
| LICENSE.md | ||
| README.md | ||
| package.json | ||
README.md
Fork of microsoft/vscode-textmate
Changes make in this fork:
- Change all
asyncoperations tosync;onigLiboption now required to be resolved instead of a promise. - Use
tsupto bundle the lib, ship as a single file ES module. - Remove debug flags and some other unnecessary exports.
- Convert
EncodedTokenAttributesfrom namespace to class, rename toEncodedTokenMetadata - Support RegExp literals in grammar object (#3)