Commit Graph

11 Commits (8e630bfe9dde6b3395ae61108bdda17e16b045b5)

Author SHA1 Message Date
Rob Pilling 85fd1cd53a tsconfig: handle typescript in modules/ 2024-05-24 17:19:29 +01:00
Rob Pilling e53c0cdb31 Revert "Move BLE advertising coordination to a module"
This reverts commit 2a4057666b.

Conflicts:
	.eslintignore
	modules/ble_advert.ts
2024-05-18 17:18:40 +01:00
Rob Pilling 2a4057666b Move BLE advertising coordination to a module 2024-05-17 21:52:08 +01:00
Rob Pilling b33f103efd tsconfig: ignoreDeprecations 2024-04-26 22:55:07 +01:00
Rob Pilling 9767eb6594 typescript: drop "use strict" generation 2023-04-17 12:02:31 +01:00
Rob Pilling 01d47679aa tsconfig.json: checkJs comments 2023-03-09 21:14:59 +00:00
Rob Pilling 2b39b1e285 btadv: manually setup TS helpers - use Object.assign()
Currently we have `tsc` [generate code for es5], because we don't yet have es6 destructuring support in JSV (used [here], for example).

As a follow on from #2587, this disables the TS poiyfill and points it at our `Object.assign`, so we benefit from these new features, while still keeping the target at es5.

[generate code for es5]: 380af9c600/tsconfig.json (L4-L4)
[here]: 380af9c600/apps/btadv/app.ts (L235)
2023-02-22 22:27:12 +00:00
Rob Pilling 3dec2a4065 tsconfig: emit on error, and emit helpers 2023-02-14 22:32:02 +00:00
Rob Pilling 008f7f40e5 Initial typescript config 2023-02-14 22:32:00 +00:00
frederic wagner 6c99265306 gipy: skip tsc on wasm 2022-11-07 14:35:06 +01:00
qucchia 667684def0 Move tsconfig.json 2022-07-27 17:48:12 +02:00