-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Replit user
committed
Oct 17, 2022
1 parent
0f53122
commit 4cb21f2
Showing
3,764 changed files
with
994,824 additions
and
21 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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 |
---|---|---|
@@ -0,0 +1,77 @@ | ||
|
||
hidden = [".config"] | ||
run = "npm run start" | ||
|
||
[[hints]] | ||
regex = "Error \\[ERR_REQUIRE_ESM\\]" | ||
message = "We see that you are using require(...) inside your code. We currently do not support this syntax. Please use 'import' instead when using external modules. (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import)" | ||
|
||
[nix] | ||
channel = "stable-22_05" | ||
|
||
[env] | ||
XDG_CONFIG_HOME = "/home/runner/.config" | ||
PATH = "/home/runner/$REPL_SLUG/.config/npm/node_global/bin:/home/runner/$REPL_SLUG/node_modules/.bin" | ||
npm_config_prefix = "/home/runner/$REPL_SLUG/.config/npm/node_global" | ||
|
||
[gitHubImport] | ||
requiredFiles = [".replit", "replit.nix", ".config"] | ||
|
||
[packager] | ||
language = "nodejs" | ||
|
||
[packager.features] | ||
packageSearch = true | ||
guessImports = true | ||
enabledForHosting = false | ||
|
||
[unitTest] | ||
language = "nodejs" | ||
|
||
[debugger] | ||
support = true | ||
|
||
[debugger.interactive] | ||
transport = "localhost:0" | ||
startCommand = [ "dap-node" ] | ||
|
||
[debugger.interactive.initializeMessage] | ||
command = "initialize" | ||
type = "request" | ||
|
||
[debugger.interactive.initializeMessage.arguments] | ||
clientID = "replit" | ||
clientName = "replit.com" | ||
columnsStartAt1 = true | ||
linesStartAt1 = true | ||
locale = "en-us" | ||
pathFormat = "path" | ||
supportsInvalidatedEvent = true | ||
supportsProgressReporting = true | ||
supportsRunInTerminalRequest = true | ||
supportsVariablePaging = true | ||
supportsVariableType = true | ||
|
||
[debugger.interactive.launchMessage] | ||
command = "launch" | ||
type = "request" | ||
|
||
[debugger.interactive.launchMessage.arguments] | ||
args = [] | ||
console = "externalTerminal" | ||
cwd = "." | ||
environment = [] | ||
pauseForSourceMap = false | ||
program = "./index.js" | ||
request = "launch" | ||
sourceMaps = true | ||
stopOnEntry = false | ||
type = "pwa-node" | ||
|
||
[languages] | ||
|
||
[languages.javascript] | ||
pattern = "**/{*.js,*.jsx,*.ts,*.tsx}" | ||
|
||
[languages.javascript.languageServer] | ||
start = "typescript-language-server --stdio" |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.