Commit Graph

9 Commits

Author SHA1 Message Date
Aman Karmani e76c50f20e
build: switch `build/tsconfig.json` to `module: nodenext` (#238426)
* build/tsconfig: switch to module: nodenext for bun compat

* build: rewrite imports for nodenext compat

* build: re-generate
2025-01-22 20:12:39 +01:00
Matt Bierner 2a84b0fb6d
Enable alwaysStrict for build scripts (#152778)
Turns on `alwaysStrict` and removes `'use strict';` from our `.ts` files
2022-06-21 19:00:43 +00:00
Konrad Borowski 0ea372371e Fix accidental fallthrough in snapshot loader 2018-10-31 16:46:37 +01:00
Matt Bierner ddc5eeee01 Fixing more strict null errors in build 2018-10-03 10:47:32 -07:00
Johannes Rieken a77718ff60 export define and require functions 2017-07-12 15:15:53 +02:00
Johannes Rieken 53285a0658 fix issue 2017-07-11 12:51:44 +02:00
Johannes Rieken 79503a0176 make arch a script argument 2017-07-11 12:33:22 +02:00
Johannes Rieken 1e21c702c8 proper loader path for win & linux 2017-07-11 11:36:39 +02:00
Johannes Rieken fe36969033 add snapshot as build step instead of gulp task 2017-07-11 10:52:12 +02:00