Skip to content

Commit b822a17

Browse files
committedMar 20, 2024
*: upgrade to ES2022 modules
1 parent e1117f6 commit b822a17

File tree

154 files changed

+477
-517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

154 files changed

+477
-517
lines changed
 

Diff for: ‎cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@epfml/disco-cli",
33
"private": true,
4+
"type": "module",
45
"main": "dist/cli.js",
56
"scripts": {
67
"watch": "nodemon --ext ts --ignore dist --watch ../discojs/discojs-node/dist --watch ../server/dist --watch . --exec npm run",

Diff for: ‎cli/src/args.ts

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { parse } from 'ts-command-line-args'
22
import { Map } from 'immutable'
3+
34
import type { Task } from '@epfml/discojs-core'
45
import { defaultTasks } from '@epfml/discojs-core'
56

0 commit comments

Comments
 (0)