Skip to content

Commit 4f2852a

Browse files
committed
init
0 parents  commit 4f2852a

12 files changed

+5009
-0
lines changed

.changeset/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changesets
2+
3+
Hello and welcome! This folder has been automatically generated by `@changesets/cli`, a build tool that works
4+
with multi-package repos, or single-package repos to help you version and publish your code. You can
5+
find the full documentation for it [in our repository](https://github.com/changesets/changesets)
6+
7+
We have a quick list of common questions to get you started engaging with this project in
8+
[our documentation](https://github.com/changesets/changesets/blob/master/docs/common-questions.md)

.changeset/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3+
"changelog": "@changesets/cli/changelog",
4+
"commit": false,
5+
"linked": [],
6+
"access": "public",
7+
"baseBranch": "master",
8+
"updateInternalDependencies": "patch",
9+
"ignore": []
10+
}

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
node_mdodules/*
2+
node_mdodules
3+
dist
4+
esm
5+
.DS_Store
6+
*.tsbuildinfo

jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module.exports = {
2+
transform: { '.(js|jsx|tx|tsx)': '@sucrase/jest-plugin' },
3+
}

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "esbuild-plugins",
3+
"scripts": {
4+
"test": "NODE_ENV=test jest",
5+
"watch": "npm-run-all watch:package watch:package",
6+
"watch:package": "cd package && tsc -w"
7+
},
8+
"workspaces": {
9+
"packages": [
10+
"package"
11+
]
12+
},
13+
"devDependencies": {
14+
"@changesets/cli": "^2.12.0",
15+
"@sucrase/jest-plugin": "^2.0.0",
16+
"@types/jest": "^26.0.16",
17+
"jest": "^26.6.3",
18+
"npm-run-all": "^4.1.5",
19+
"typescript": "^4.1.2",
20+
"ultra-runner": "^3.6.0"
21+
},
22+
"private": true,
23+
"repository": "https://github.com/remorses/esbuild-plugins.git",
24+
"author": "remorses <[email protected]>",
25+
"license": "MIT"
26+
}

package/package.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "package",
3+
"version": "0.0.0",
4+
"description": "",
5+
"main": "dist/index.js",
6+
"module": "esm/index.js",
7+
"types": "dist/index.d.ts",
8+
"repository": "https://github.com/remorses/esbuild-plugins.git",
9+
"scripts": {},
10+
"files": [
11+
"dist",
12+
"src",
13+
"esm"
14+
],
15+
"keywords": [],
16+
"author": "Tommaso De Rossi, morse <[email protected]>",
17+
"license": "ISC",
18+
"devDependencies": {},
19+
"dependencies": {},
20+
"peerDependencies": {}
21+
}

package/src/index.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
test('ready', () => {
2+
expect(false).toBe(true)
3+
})

package/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export const x = 9

package/tsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"extends": "../tsconfig.base.json",
3+
"compilerOptions": {
4+
"rootDir": "src",
5+
"outDir": "dist"
6+
}
7+
}

tsconfig.base.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"compilerOptions": {
3+
"target": "ES5",
4+
"module": "commonjs",
5+
"allowJs": true,
6+
"moduleResolution": "Node",
7+
"lib": [
8+
"es2017",
9+
"es7",
10+
"es6"
11+
// "dom"
12+
],
13+
"declaration": true,
14+
"declarationMap": true,
15+
"strict": true,
16+
"esModuleInterop": true,
17+
"noImplicitAny": false,
18+
"sourceMap": true,
19+
"jsx": "react",
20+
"skipLibCheck": true
21+
}
22+
}

yarn-error.log

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
Arguments:
2+
/Users/morse/.nvm/versions/node/v10.21.0/bin/node /Users/morse/.nvm/versions/node/v10.21.0/bin/yarn init
3+
4+
PATH:
5+
/Users/morse/google-cloud-sdk/bin:/usr/local/opt/bison/bin:/Users/morse/.nvm/versions/node/v10.21.0/bin:/usr/local/sbin:/usr/local/opt/binutils/bin:/Users/morse/.cargo/bin:/usr/local/bin/madmom:/Users/morse/.local/bin:/Users/morse/go/bin:/Users/morse/.pyenv/shims:/Users/morse/.pyenv:/usr/local/bin/:/Users/morse/.pyenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Wireshark.app/Contents/MacOS:/Users/morse/google-cloud-sdk/bin:/usr/local/opt/bison/bin:/Users/morse/.nvm/versions/node/v10.21.0/bin:/usr/local/sbin:/usr/local/opt/binutils/bin:/Users/morse/.cargo/bin:/usr/local/bin/madmom:/Users/morse/.local/bin:/Users/morse/go/bin:/Users/morse/.pyenv/shims:/Users/morse/.pyenv:/usr/local/bin/:yarn global bin:yarn global bin
6+
7+
Yarn version:
8+
1.22.5
9+
10+
Node version:
11+
10.21.0
12+
13+
Platform:
14+
darwin x64
15+
16+
Trace:
17+
Error: canceled
18+
at Interface.<anonymous> (/Users/morse/.nvm/versions/node/v10.21.0/lib/node_modules/yarn/lib/cli.js:136216:13)
19+
at Interface.emit (events.js:198:13)
20+
at Interface._ttyWrite (readline.js:801:16)
21+
at ReadStream.onkeypress (readline.js:184:10)
22+
at ReadStream.emit (events.js:198:13)
23+
at emitKeys (internal/readline.js:424:14)
24+
at emitKeys.next (<anonymous>)
25+
at ReadStream.onData (readline.js:1073:36)
26+
at ReadStream.emit (events.js:198:13)
27+
at addChunk (_stream_readable.js:288:12)
28+
29+
npm manifest:
30+
No manifest
31+
32+
yarn manifest:
33+
No manifest
34+
35+
Lockfile:
36+
No lockfile

0 commit comments

Comments
 (0)