Max Marze
9baf72888b
fix: use tsx for parsing serverless.ts files ( #12611 )
2024-06-18 16:08:00 -04:00
Max Marze
2d6214bc4b
feat: use builtin esbuild for serverless.ts files ( #12569 )
2024-05-31 16:06:47 -04:00
Max Marze
893bfa7aef
chore: update eslint & prettier ( #12553 )
2024-05-29 11:51:04 -04:00
Tomasz Czubocha
d9eaf5f44f
fix: simplify reading of serverless.js configuration ( #12490 )
2024-05-20 10:54:13 -07:00
Max Marze
79df074fc7
feat: esbuild support ( #12462 )
...
* feat: zero config esbuild defaults
* feat: esbuild support
2024-05-06 15:22:16 -04:00
Austen Collins
408a4c7f0b
fix: Sync
2024-04-18 00:54:14 -07:00
Austen Collins
4f1a79976e
chore: sync
2024-04-18 00:47:32 -07:00
Austen Collins
a2feeac615
chore: Remove version check to refactor later
2024-04-17 21:38:24 -07:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity ( #12432 )
...
* chore: Change logger
* chore: continue refactor
* chore: WIP
* chore: Sync
2024-04-17 13:26:31 -07:00
Austen Collins
3a6dc67a80
chore: continue refactor
2024-04-14 17:25:27 -07:00
Austen Collins
4eb92f85f0
chore: Remove direct process.argv reads
2024-03-07 10:42:49 -08:00
Austen
bd6a242812
chore: Embed dashboard plugin into framework ( #12332 )
...
* chore: initial removal of dashboard plugin as dependency and deprecated logic
* chore: continue refactor
* chore: move dashboard into framework and reduce logic
2024-01-23 00:28:56 -08:00
Florian Proksch
9d579336fa
feat: Support .cjs and .mjs configuration extensions ( #11586 )
2022-12-12 15:36:57 +01:00
Mariusz Nowak
870a116bb1
refactor: Rely on require.resolve to detect wether module exist
2022-01-27 15:21:58 +01:00
Mariusz Nowak
5fc55c0464
refactor: Replace ncjsm/resolve usage with native createRequire
2022-01-27 15:21:58 +01:00
Sudipto Das
f431218790
refactor: Replace fse.readFile with fs.promises.readFile ( #9935 )
2021-09-10 12:00:44 +02:00
KIDANI Akito
f16c45f84b
refactor(CLI): Fix typo in error message ( #9682 )
2021-07-02 13:31:53 +02:00
Mariusz Nowak
c563581ac9
refactor: Construct user errors with ServerlessError
2021-05-19 13:16:42 +02:00
Piotr Grzesik
395bdc8b23
refactor: Add code to ServerlessError in lib/configuration
2021-04-23 13:34:20 +02:00
Adam Pancutt
88baf06b42
fix: Avoid re-registration of ts-node ( #9254 )
2021-04-07 14:09:53 +02:00
Mariusz Nowak
8bd4314732
fix: Reject non normative configuration structure
2021-02-11 14:01:41 +01:00
Mariusz Nowak
f274cd7637
refactor: Seclude configuration parse from internals
2021-01-22 14:57:10 +01:00