-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: generate TypeScript project references #343
Commits on Sep 21, 2018
-
Generate project references, and make JSII compile the same files as …
…TSC does natively
Rico Huijbers committedSep 21, 2018 Configuration menu - View commit details
-
Copy full SHA for bd861a9 - Browse repository at this point
Copy the full SHA bd861a9View commit details
Commits on Dec 31, 2018
-
Merge branch 'master' into huijbers/generate-project-references
Rico Huijbers committedDec 31, 2018 Configuration menu - View commit details
-
Copy full SHA for ddc0cd5 - Browse repository at this point
Copy the full SHA ddc0cd5View commit details -
Change webpack-command => webpack-cli, since the older one is depreca…
…ted and was giving me an error Got: TypeError: Path must be a string. Received undefined Upgrading to webpack-cli fixed it. webpack-command is deprecated as per: https://github.com/webpack-contrib/webpack-command
Rico Huijbers committedDec 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 05e7763 - Browse repository at this point
Copy the full SHA 05e7763View commit details -
Survive package.json being missing
Rico Huijbers committedDec 31, 2018 Configuration menu - View commit details
-
Copy full SHA for daa8556 - Browse repository at this point
Copy the full SHA daa8556View commit details -
Rico Huijbers committed
Dec 31, 2018 Configuration menu - View commit details
-
Copy full SHA for 1019ba9 - Browse repository at this point
Copy the full SHA 1019ba9View commit details
Commits on Jan 2, 2019
-
Pass proper reference paths to inline compiler
Rico Huijbers committedJan 2, 2019 Configuration menu - View commit details
-
Copy full SHA for eecd61d - Browse repository at this point
Copy the full SHA eecd61dView commit details -
Add a cache for assembly loading.
Brings the dependency loading phase of jsii compilation for the 'aws-sns' package on my machine down from 30s -> 2s.
Rico Huijbers committedJan 2, 2019 Configuration menu - View commit details
-
Copy full SHA for c90a2d5 - Browse repository at this point
Copy the full SHA c90a2d5View commit details -
- Don't load package.json again - Also crawl peerDependencies - Better NodeJS resolution mechanism - determineSources no longer compiles in-place
Rico Huijbers committedJan 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 7bb080a - Browse repository at this point
Copy the full SHA 7bb080aView commit details -
Don't throw exception, return undefined
Rico Huijbers committedJan 2, 2019 Configuration menu - View commit details
-
Copy full SHA for f78297f - Browse repository at this point
Copy the full SHA f78297fView commit details
Commits on Jan 3, 2019
-
Make project reference generation an option
Rico Huijbers committedJan 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 2cd406b - Browse repository at this point
Copy the full SHA 2cd406bView commit details -
require.resolve() a file in the package directly
Rico Huijbers committedJan 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 7ebf06d - Browse repository at this point
Copy the full SHA 7ebf06dView commit details -
Correctly incorporate setting from package.json
Rico Huijbers committedJan 3, 2019 Configuration menu - View commit details
-
Copy full SHA for 7f0241b - Browse repository at this point
Copy the full SHA 7f0241bView commit details