Skip to content

Commit cb3ac0d

Browse files
committed
πŸ› Fix ESM imports and lint
1 parent ce10aed commit cb3ac0d

63 files changed

Lines changed: 857 additions & 803 deletions

Some content is hidden

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

β€Žbin/create-node-app.jsβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env node
2-
require('source-map-support').install()
3-
const Bootstrap = require('../lib/Bootstrap').default
2+
import { Bootstrap } from '../lib/Bootstrap.js'
3+
import * as sourceMapSupport from 'source-map-support'
44

5+
sourceMapSupport.install()
56
new Bootstrap().runCLI(process.argv)

β€Žlib/Bootstrap.jsβ€Ž

Lines changed: 77 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlib/Bootstrap.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlib/Logger.jsβ€Ž

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlib/Logger.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlib/Npm.jsβ€Ž

Lines changed: 32 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žlib/Npm.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
Β (0)