Olivier THIERRY
|
90ad6d6a39
|
feat(core): add options parameter to repl
Enables passing node repl options parameter to nestjs/core/repl
fixes nestjs/nest#12916
|
2023-12-15 08:37:04 +01:00 |
|
Lioness100
|
fda5fff1cd
|
docs: fix typos
|
2023-02-10 21:39:29 -05:00 |
|
Vinícius Lourenço
|
713ece9e88
|
perf(core): added map to cache scan from prototype
|
2023-02-04 10:04:45 -03:00 |
|
Vinícius Lourenço
|
ccbb604fc2
|
perf(core): better performance to get method names
|
2023-02-01 18:56:42 -03:00 |
|
Kamil Mysliwiec
|
bb6eefc906
|
Merge pull request #10608 from micalevisk/feat/enhance-native-help-command-repl
feat(core): enhance repl '.help' command with nestjs functions
|
2023-02-01 11:33:22 +01:00 |
|
Micael Levi L. Cavalcante
|
f2dffaabe6
|
feat(core): add newline on 'debug' repl function message
|
2022-11-28 00:21:06 -04:00 |
|
Micael Levi L. Cavalcante
|
7e958c9f9c
|
feat(core): enhance repl 'help' command with nestjs functions
|
2022-11-28 00:21:03 -04:00 |
|
Kamil Myśliwiec
|
a89615b124
|
feat: add graph inspector implementation
|
2022-11-21 11:00:11 +01:00 |
|
Kamil Mysliwiec
|
eaee2b971c
|
Merge pull request #10497 from CodyTseng/fix-repl-param-type
fix(core): change `repl()` function param type to `Type | DynamicModule`
|
2022-11-07 10:40:37 +01:00 |
|
Kamil Myśliwiec
|
f4d1a1d978
|
feat(core): expose each option to get and resolve methods
|
2022-11-05 16:09:47 +01:00 |
|
codytseng
|
2047893671
|
fix: change repl() function param type to Type | DynamicModule
|
2022-11-01 20:11:25 +08:00 |
|
Tony133
|
9d2022eccc
|
chore(core): remove import not used
|
2022-10-21 23:44:09 +02:00 |
|
Micael Levi L. Cavalcante
|
bc80ef6055
|
style: fix formatting on everything
|
2022-08-21 14:23:19 -04:00 |
|
Kamil Mysliwiec
|
583e52b124
|
Merge pull request #10072 from micalevisk/fix/issue-9893
fix(core): when debug-repl has duplicated providers
|
2022-08-11 15:11:38 +02:00 |
|
Micael Levi (@micalevisk)
|
4261a20076
|
fix(core): allow registering providers with same name
|
2022-08-09 11:19:06 -04:00 |
|
Micael Levi (@micalevisk)
|
dff6b0f591
|
feat(core): display string tokens with double quotes on repl
|
2022-08-06 11:22:20 -04:00 |
|
Martin Janeček
|
b23af7a873
|
fix(repl): use ApplicationContext for repl
|
2022-08-01 14:31:35 +02:00 |
|
Martin Janeček
|
adff37962b
|
fix(repl): add optional httpAdapter argument
ref #10052
|
2022-08-01 14:01:21 +02:00 |
|
Kamil Myśliwiec
|
6ad5520d30
|
feat(core): load native repl module lazily, on demand
|
2022-07-11 09:16:14 +02:00 |
|
Micael Levi (@micalevisk)
|
4a975f48eb
|
fix(core): when native repl functions has aliases to register
|
2022-06-20 12:16:31 -04:00 |
|
Micael Levi (@micalevisk)
|
1cc12acaf6
|
refactor(repl): extract utility from repl main file
|
2022-06-14 08:48:35 -04:00 |
|
Micael Levi (@micalevisk)
|
30618bf703
|
feat(core): drop globalThis usage from ReplContext
|
2022-06-04 18:56:12 -04:00 |
|
Micael Levi (@micalevisk)
|
a2732a4f10
|
fix(core): prevents renaming global providers and modules
by marking them as a read-only properties of `globalThis` obj
|
2022-06-02 20:13:44 -04:00 |
|
Micael Levi (@micalevisk)
|
d8c8e67148
|
fix(core): prompt indicador respect NO_COLOR config
|
2022-06-01 22:35:37 -04:00 |
|
Kamil Mysliwiec
|
99c6c628a4
|
Update packages/core/repl/native-functions/resolve-repl-fn.ts
|
2022-06-01 11:54:26 +02:00 |
|
Kamil Mysliwiec
|
160b521ef7
|
Update packages/core/repl/native-functions/methods-repl-fn.ts
|
2022-06-01 11:54:07 +02:00 |
|
Kamil Mysliwiec
|
89b39f946a
|
Update packages/core/repl/native-functions/debug-repl-fn.ts
|
2022-06-01 11:53:45 +02:00 |
|
Kamil Mysliwiec
|
53fc03a821
|
Update packages/core/repl/native-functions/debug-repl-fn.ts
|
2022-06-01 11:52:47 +02:00 |
|
Micael Levi (@micalevisk)
|
5ab8800bcb
|
fix(core): add missing return to GetReplFn#action
|
2022-05-31 11:06:15 -04:00 |
|
Micael Levi (@micalevisk)
|
59965cf631
|
test(core,integration): fix repl test suite for the new api
|
2022-05-31 11:00:18 -04:00 |
|
Micael Levi (@micalevisk)
|
32c0a744fd
|
feat(core): add description to debug native repl function
|
2022-05-31 08:19:29 -04:00 |
|
Micael Levi (@micalevisk)
|
092f350eb8
|
refactor(core): replace array by map for nativeFunctions field
|
2022-05-31 07:52:41 -04:00 |
|
Micael Levi (@micalevisk)
|
fbc0ab81b2
|
refactor(core): clean-up ReplContext fields
|
2022-05-31 06:58:41 -04:00 |
|
Micael Levi (@micalevisk)
|
d38a4e6a4c
|
refactor(core): extract loadNativeFunctionsIntoContext from repl.ts
|
2022-05-31 06:42:40 -04:00 |
|
Micael Levi (@micalevisk)
|
964d02df6f
|
refactor(core): rename ReplContext#initialize to initializeContext
|
2022-05-31 06:40:54 -04:00 |
|
Micael Levi (@micalevisk)
|
8282d8f48f
|
refactor(core): move each repl function to their own file
|
2022-05-31 06:39:34 -04:00 |
|
Micael Levi (@micalevisk)
|
1b95a46a62
|
feat(core): add help native function to repl
|
2022-05-31 02:07:07 -04:00 |
|
Micael Levi (@micalevisk)
|
f37e5d5cf8
|
feat(core): add help messages to built-in repl functions
|
2022-05-31 02:05:44 -04:00 |
|
Kamil Myśliwiec
|
21d6dd1376
|
lint(core): address linter errors
|
2022-05-29 16:23:46 +02:00 |
|
Kamil Myśliwiec
|
245ccd1249
|
feat(core): repl
|
2022-05-29 16:08:15 +02:00 |
|