pyranota
f55cb420dd
feat: add nu-lang support ( #5217 )
...
* feat: add nu (nushell) support
* add worker tests
* deactivate tables and non-any types below top-level
full support will come in V1
for V0 it's better to keep things minimal and simple
* add syntax highlighting
used python's grammar, since nushell isn't supported by monaco nor svelte-highlights
for V1 nu will get it`s own grammar
* add logo
* partially implement plugin support
* change logo + ability to deploy + nsjail draft
* static variables + get_resource + get_variable
* lsp/dev.nu + initial nu lsp (not working yet)
* make it work with nsjail
* nullguard
* Much more flexible signature parsing and better error-messages
* add init script
* rename nulsp to nu
* install nu to dockerfile
* fix merge
* implement Default for MainArgSignature
* stage NU_CACHE_DIR
* improve dockerfiles
* dev.nu for parser-wasm + flake.nix
* update code for windows
* add nushell to flake
* upload Cargo.lock
* make build.sh work on nixos
* build wasm cli parsers
* add docs to README_DEV.md
* add helper script docker/dev.nu
* improve docker/dev.nu
* fix windows
* commit frontend/package(lock).json
* update cargo.lock
* correctly update cargo.lock
* remove lsp
* update flake.nix to include svelte server and nushell
* Revert base.sql to main
* remove PLUGIN_USE_RE
* make CARGO_PATH private
* add nu to cli
* Change flags to build wasm-nu-parser
* remove flake.nix from parser-wasm
* update wasm-build target
* remove unused import
* add cli support for nu
* update github workflows
* wasm-build 0.17 -> 0.19
* update build script
* update cargo.lock
* Fix typographical error
* update Cargo.lock
* update ENV_SETTINGS
* use published nu parser
* update package.lock
* rewrite parser in tree-sitter
* implement parser from scratch
* polishing
* change init script to match new parser
* fix imports
* fix cli build
* fix cli build
* merge
* update wasm
* use MiniPulledJob
* update cli
* change cli wasm schema
* change cli
* update deno.json
* make wasm modules load lazily
* regenerate parsers
* remove leftover
* update cargo.lock
* clean up dnt.ts
* add docs to cli/test.nu
* add schema validation option
* add Nu to try_validate_schema
* reference frontend to new parser version
2025-03-20 16:45:21 +01:00
Ruben Fiszel
e5978c8003
chore(main): release 1.478.1 ( #5492 )
...
* chore(main): release 1.478.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-20 12:01:55 +01:00
Ruben Fiszel
4f998d5543
chore(main): release 1.478.0 ( #5478 )
...
* chore(main): release 1.478.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-20 10:11:14 +01:00
Ruben Fiszel
5c7c46c84b
chore(main): release 1.477.1 ( #5475 )
...
* chore(main): release 1.477.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-13 10:44:33 +01:00
Ruben Fiszel
c5d67dc71d
chore(main): release 1.477.0 ( #5471 )
...
* chore(main): release 1.477.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-13 08:00:31 +01:00
Ruben Fiszel
2c1d05858b
chore(main): release 1.476.0 ( #5469 )
...
* chore(main): release 1.476.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-11 22:04:18 +01:00
Ruben Fiszel
879c090653
chore(main): release 1.475.1 ( #5465 )
...
* chore(main): release 1.475.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-11 11:03:06 +01:00
Ruben Fiszel
1235448176
chore(main): release 1.475.0 ( #5426 )
...
* chore(main): release 1.475.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-06 18:24:36 +01:00
Ruben Fiszel
02d3f37211
chore(main): release 1.474.0 ( #5423 )
...
* chore(main): release 1.474.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-04 20:31:55 +01:00
Ruben Fiszel
ca1b0cca43
chore(main): release 1.473.1 ( #5416 )
...
* chore(main): release 1.473.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-04 00:49:11 +01:00
Ruben Fiszel
0ffa18c410
chore(main): release 1.473.0 ( #5399 )
...
* chore(main): release 1.473.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-03 15:18:06 +01:00
Ruben Fiszel
b1ae6dabd5
chore(main): release 1.472.1 ( #5397 )
...
* chore(main): release 1.472.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 21:45:51 +01:00
Ruben Fiszel
1b37d40ac8
chore(main): release 1.472.0 ( #5393 )
2025-02-26 19:29:22 +01:00
Ruben Fiszel
edd078ccb7
chore(main): release 1.471.1 ( #5389 )
...
* chore(main): release 1.471.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 13:07:47 +01:00
Ruben Fiszel
2f8a02143e
chore(main): release 1.471.0 ( #5385 )
...
* chore(main): release 1.471.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 11:06:07 +01:00
Ruben Fiszel
378ee87e85
chore(main): release 1.470.1 ( #5383 )
...
* chore(main): release 1.470.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 05:35:17 +01:00
Ruben Fiszel
82152dde3e
chore(main): release 1.470.0 ( #5381 )
...
* chore(main): release 1.470.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 05:13:15 +01:00
Ruben Fiszel
fc66427212
chore(main): release 1.469.0 ( #5377 )
...
* chore(main): release 1.469.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-25 21:51:55 +01:00
Ruben Fiszel
5179266259
chore(main): release 1.468.0 ( #5356 )
...
* chore(main): release 1.468.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-24 23:14:49 +01:00
Ruben Fiszel
b7fc968dc6
fix: update deno 2.1.2->2.2.1
2025-02-22 09:25:47 +01:00
Ruben Fiszel
879207720c
chore(main): release 1.467.1 ( #5355 )
...
* chore(main): release 1.467.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-22 02:12:27 +01:00
Ruben Fiszel
ce872fe829
chore(main): release 1.467.0 ( #5344 )
...
* chore(main): release 1.467.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-21 21:29:50 +01:00
Ruben Fiszel
bd9ed6b74b
chore(main): release 1.466.3 ( #5341 )
...
* chore(main): release 1.466.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 14:34:20 +01:00
Ruben Fiszel
9434329c9d
chore(main): release 1.466.2 ( #5335 )
...
* chore(main): release 1.466.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 03:13:13 +01:00
Ruben Fiszel
fe2a087962
chore(main): release 1.466.1 ( #5334 )
...
* chore(main): release 1.466.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 03:02:39 +01:00
Ruben Fiszel
4d03e7026f
chore(main): release 1.466.0 ( #5326 )
...
* chore(main): release 1.466.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-19 22:25:32 +01:00
Ruben Fiszel
1ed474cedd
chore(main): release 1.465.0 ( #5324 )
...
* chore(main): release 1.465.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 23:54:38 +01:00
Ruben Fiszel
ed0f51c22c
chore(main): release 1.464.0 ( #5322 )
...
* chore(main): release 1.464.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 21:57:34 +01:00
Ruben Fiszel
57bfb183b6
chore(main): release 1.463.6 ( #5320 )
...
* chore(main): release 1.463.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 14:43:46 +01:00
Ruben Fiszel
eb476ba281
chore(main): release 1.463.5 ( #5318 )
...
* chore(main): release 1.463.4
* update
* Update CHANGELOG.md
2025-02-18 10:32:38 +01:00
Ruben Fiszel
2af6128d6e
chore(main): release 1.463.4 ( #5309 )
...
* chore(main): release 1.463.4
* Update CHANGELOG.md
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 00:55:01 +01:00
Ruben Fiszel
15fa7fe7fa
chore(main): release 1.463.3 ( #5308 )
...
* chore(main): release 1.463.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-17 15:41:06 +01:00
Ruben Fiszel
88c03c77bb
chore(main): release 1.463.2 ( #5305 )
...
* chore(main): release 1.463.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-16 02:07:01 +01:00
Ruben Fiszel
6bacf87ef0
chore(main): release 1.463.1 ( #5303 )
...
* chore(main): release 1.463.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-15 20:44:26 +01:00
Ruben Fiszel
49ade140db
chore(main): release 1.463.0 ( #5293 )
...
* chore(main): release 1.463.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 23:07:39 +01:00
Ruben Fiszel
ea0e125dd7
chore(main): release 1.462.3 ( #5290 )
...
* chore(main): release 1.462.2
* bump
2025-02-14 11:50:12 +01:00
Ruben Fiszel
147b6e9d9d
chore(main): release 1.462.2 ( #5286 )
...
* chore(main): release 1.462.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 04:38:09 +01:00
Ruben Fiszel
163374e487
chore(main): release 1.462.1 ( #5285 )
...
* chore(main): release 1.462.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 03:14:52 +01:00
Ruben Fiszel
d0d8650f5a
chore(main): release 1.462.0 ( #5281 )
...
* chore(main): release 1.462.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 00:28:22 +01:00
Ruben Fiszel
853a514f23
chore(main): release 1.461.1 ( #5278 )
...
* chore(main): release 1.461.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-13 01:54:48 +01:00
Ruben Fiszel
23bc3b183c
chore(main): release 1.461.0 ( #5276 )
...
* chore(main): release 1.461.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-13 01:41:05 +01:00
Ruben Fiszel
6434f7f860
chore(main): release 1.460.1 ( #5274 )
...
* chore(main): release 1.460.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-12 12:16:14 +01:00
Ruben Fiszel
37a5ed10c3
chore(main): release 1.460.0 ( #5272 )
...
* chore(main): release 1.460.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-11 20:47:56 +01:00
Ruben Fiszel
9fb0a63e36
chore(main): release 1.458.4 ( #5254 )
...
* chore(main): release 1.458.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 11:43:02 +01:00
Ruben Fiszel
cb30761081
chore(main): release 1.458.3 ( #5250 )
...
* chore(main): release 1.458.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 05:43:18 +01:00
Ruben Fiszel
6bb7ceb08b
chore(main): release 1.458.2 ( #5247 )
...
* chore(main): release 1.458.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-09 18:37:56 +01:00
Ruben Fiszel
e8fc3b6971
chore(main): release 1.458.1 ( #5241 )
...
* chore(main): release 1.458.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-07 19:26:54 +01:00
Ruben Fiszel
f43ae44389
chore(main): release 1.458.0 ( #5234 )
...
* chore(main): release 1.458.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-07 12:56:53 +01:00
Ruben Fiszel
20815ecb1c
chore(main): release 1.457.1 ( #5211 )
...
* chore(main): release 1.457.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-06 10:13:22 +01:00
Ruben Fiszel
7c9a4add13
chore(main): release 1.457.0 ( #5201 )
...
* chore(main): release 1.457.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-04 22:37:19 +01:00