-
-
Notifications
You must be signed in to change notification settings - Fork 101
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix!: remove commonjs support from cspell-gitignore (#4591)
- Loading branch information
Showing
10 changed files
with
11 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
#!/usr/bin/env node | ||
|
||
import * as app from './dist/esm/app.mjs'; | ||
import * as app from './dist/app.js'; | ||
|
||
app.run(process.argv); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"files": [], | ||
"references": [{ "path": "./tsconfig.cjs.json" }, { "path": "./tsconfig.esm.json" }] | ||
"references": [{ "path": "./tsconfig.esm.json" }] | ||
} |
12 changes: 0 additions & 12 deletions
12
test-packages/cspell-gitignore/test-cspell-gitignore/bin.cjs
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
13 changes: 0 additions & 13 deletions
13
test-packages/cspell-gitignore/test-cspell-gitignore/tsconfig.cjs.json
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
test-packages/cspell-gitignore/test-cspell-gitignore/tsconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"files": [], | ||
"references": [{ "path": "./tsconfig.cjs.json" }, { "path": "./tsconfig.esm.json" }] | ||
"references": [{ "path": "./tsconfig.esm.json" }] | ||
} |