Akim
d6008110cf
feat(npm-aqua-compiler): create package ( #401 )
...
* Add npm-aqua-compiler package
* Release new package
* Remove noUncheckedIndexedAccess from tsconfig.json
* Fix a test script
* Fix length checks
* Fix
* Update error description
* Try to choose a nicer err message
* New import format and API
* Fix error message
* Improve test
* Don't add empty string key when globalImports prop is empty
* Fix exports
2023-12-15 23:14:07 +07:00
Akim
98462bfdf6
chore: Review fixes at #378 ( #383 )
...
* Review fixes
* remove logs
* Fixes
* Todo to remove prefix later
* Refactor service signatures
* Fixes
* Update lock file
* Fix lockfile
* Update deps
* More fixes and renames
* Fix compiler
* Peer refactoring and cutting onConnectionChange API
* Revert deleted API
2023-11-23 04:18:10 +07:00
Akim
f4a550dd22
feat(js-client)!: Segregation of responsibility between js-client packages [fixes DXJ-525] ( #378 )
...
Schema validation in js-client
2023-11-19 09:04:10 +07:00
Akim
919c7d6ea1
feat(js-client)!: Adding strictes eslint and ts config to all packages [fixes DXJ-464] ( #355 )
...
* introduce eslint
* Fix all eslint errors
* Eslint fix and some touches
* Fix tests
* Fix misc errors
* change semver
* change semver #2
* Fix path
* Fix path #2
* freeze lock file in CI
* fix package install
* Fix formatting of surrounding files
* Add empty prettier config
* Fix formatting
* Fix build errors
* Remove unused deps
* remove changelog from formatting
* deps cleanup
* make resource importers async
* Refactor
* Fix error message
* remove comment
* more refactoring
* Update packages/core/js-client/src/compilerSupport/registerService.ts
Co-authored-by: shamsartem <shamsartem@gmail.com>
* refactoring
* refactoring fix
* optimize import
* Update packages/@tests/smoke/node/src/index.ts
Co-authored-by: shamsartem <shamsartem@gmail.com>
* Revert package
* Fix pnpm lock
* Lint-fix
* Fix CI
* Update tests
* Fix build
* Fix import
* Use forked threads dep
* Use fixed version
* Update threads
* Fix lint
* Fix test
* Fix test
* Add polyfill for assert
* Add subpath import
* Fix tests
* Fix deps
---------
Co-authored-by: shamsartem <shamsartem@gmail.com>
2023-10-17 22:14:08 +07:00
Akim
7fff3b1c03
feat(aqua-compiler)!: JS-client aqua wrapper [fixes DXJ-461] ( #347 )
...
* Implement wrapper compiler
* Small formatting fixes
* Add simple test
* Package rename
* Add new package to release-please
* Misc fixes
* Fix object type
* Update package name
* Revert "Fix object type"
This reverts commit 572f1e10e2416f13d7e2aaa02113a6369d6cdbe3.
* Set string type
* Make generator func async
* Cleanup
* Code refactoring
* Fix PR comments
* Fix file path
* Refactor generate module
* Change header text
* Rename package
* Move some deps to devDeps
* Add a comment
* New index file
* Move aqua-api to devDeps
* Add desc
* Fix header
* Change return type
* Fix all tests
* Fix func
* Fix index file
* Add file entry
* Change package name (again)
* Snapshot testing
* Add func name
* Fix return type
* Fix nox images
* Update aurora image
* Conditional services
* Use function instead classes
* Refactor header
* Import same type
* Make named export
* Type generator array
2023-09-21 15:32:27 +07:00