-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #200 from hypermod-io/typescript-bundler
Move package transpiling to tsc
- Loading branch information
Showing
45 changed files
with
242 additions
and
2,866 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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
'@hypermod/mod-atlaskit__progress-indicator': patch | ||
'@hypermod/mod-atlaskit__section-message': patch | ||
'@hypermod/mod-atlaskit__side-navigation': patch | ||
'@hypermod/mod-atlaskit__breadcrumbs': patch | ||
'@hypermod/mod-atlaskit__textfield': patch | ||
'@hypermod/mod-atlaskit__calendar': patch | ||
'@hypermod/mod-atlaskit__checkbox': patch | ||
'@hypermod/mod-atlaskit__textarea': patch | ||
'@hypermod/mod-atlaskit__spinner': patch | ||
'@hypermod/mod-emotion__monorepo': patch | ||
'@hypermod/mod-atlaskit__avatar': patch | ||
'@hypermod/mod-atlaskit__button': patch | ||
'@hypermod/mod-atlaskit__popper': patch | ||
'@hypermod/mod-atlaskit__toggle': patch | ||
'@hypermod/mod-atlaskit__popup': patch | ||
'@hypermod/mod-atlaskit__range': patch | ||
'@hypermod/mod-atlaskit__icon': patch | ||
'@hypermod/mod-atlaskit__menu': patch | ||
'@hypermod/mod-atlaskit__tag': patch | ||
'@hypermod/mod-memoize-one': patch | ||
'@hypermod/mod-javascript': patch | ||
'@hypermod/initializer': patch | ||
'@codeshift/cli': patch | ||
'@hypermod/validator': patch | ||
'@hypermod/fetcher': patch | ||
'@hypermod/mod-react': patch | ||
'@hypermod/types': patch | ||
'@hypermod/utils': patch | ||
'@hypermod/core': patch | ||
'@hypermod/cli': patch | ||
--- | ||
|
||
Bumps typescript to 5.2.2 |
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
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
File renamed without changes.
File renamed without changes.
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
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
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
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
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
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
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,6 +1,4 @@ | ||
#!/usr/bin/env node | ||
const path = require('path'); | ||
|
||
const packageJson = require('../package.json'); | ||
|
||
require(path.join('..', packageJson.main)); | ||
require(path.join('..', 'dist', 'index.js')); |
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,22 +1,17 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "../../tsconfig.packages.json", | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"target": "es6", | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"moduleResolution": "node", | ||
"lib": [ | ||
"es5", | ||
"scripthost", | ||
"es2015.core", | ||
"es2015.collection", | ||
"es2015.symbol", | ||
"es2015.iterable", | ||
"es2015.promise", | ||
"es2016", | ||
"es2017" | ||
] | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"baseUrl": "." | ||
}, | ||
"include": ["./src/**/*.ts"] | ||
"include": ["src"], | ||
"references": [ | ||
{ "path": "../types" }, | ||
{ "path": "../core" }, | ||
{ "path": "../fetcher" }, | ||
{ "path": "../validator" }, | ||
{ "path": "../initializer" }, | ||
{ "path": "../fetcher" } | ||
] | ||
} |
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,6 +1,4 @@ | ||
#!/usr/bin/env node | ||
const path = require('path'); | ||
|
||
const packageJson = require('../package.json'); | ||
|
||
require(path.join('..', packageJson.main)); | ||
require(path.join('..', 'dist', 'index.js')); |
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,22 +1,17 @@ | ||
{ | ||
"extends": "../../tsconfig.json", | ||
"extends": "../../tsconfig.packages.json", | ||
"compilerOptions": { | ||
"baseUrl": "./", | ||
"target": "es6", | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true, | ||
"moduleResolution": "node", | ||
"lib": [ | ||
"es5", | ||
"scripthost", | ||
"es2015.core", | ||
"es2015.collection", | ||
"es2015.symbol", | ||
"es2015.iterable", | ||
"es2015.promise", | ||
"es2016", | ||
"es2017" | ||
] | ||
"rootDir": "src", | ||
"outDir": "dist", | ||
"baseUrl": "." | ||
}, | ||
"include": ["./src/**/*.ts"] | ||
"include": ["src"], | ||
"references": [ | ||
{ "path": "../types" }, | ||
{ "path": "../core" }, | ||
{ "path": "../fetcher" }, | ||
{ "path": "../validator" }, | ||
{ "path": "../initializer" }, | ||
{ "path": "../fetcher" } | ||
] | ||
} |
Oops, something went wrong.