You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
feat: full esm support for code artifacts (transform require statements emitted from relay-compiler) (#269)
* wip: collect inline require statements and convert them to top level imports
* add tests (#1)
* Update CHANGELOG.md [skip ci]
* Bump version to: 13.0.3 [skip ci]
* chore: bump typescript from 4.1.4 to 4.1.5 (#268)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.1.4...v4.1.5)
Signed-off-by: dependabot-preview[bot] <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
* Update CHANGELOG.md [skip ci]
* Bump version to: 13.0.4 [skip ci]
* chore: bump @types/node from 14.14.25 to 14.14.28
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.25 to 14.14.28.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)
Signed-off-by: dependabot-preview[bot] <[email protected]>
* fix: revert breaking changes introduced in 13.0.3 (#274)
* Revert "refactor: use factory functions instead of deprecated functions"
This reverts commit 812d17e.
* Revert "refactor: remove deprecated typescript function calls in favor of the factory; replace @ts-ignores with proper code (microsoft/TypeScript#40263 (comment))"
This reverts commit 55c58be.
* Revert "refactor: some of the statements are redundant. It is not necessary to write to write only properties."
This reverts commit 2cbd1de.
* Revert "refactor: address all the typescript deprecations by using the factory"
This reverts commit 72e0b4a.
* chore: run CI github action on pull request
* fix: typo
* Update CHANGELOG.md [skip ci]
* Bump version to: 13.0.5 [skip ci]
* Update CHANGELOG.md [skip ci]
* Bump version to: 13.0.6 [skip ci]
* feat: include .d.ts types in release (#309)
* feat: drop typescript 3 and Node.js 10 support (#275)
* refactor: address all the typescript deprecations by using the factory
* refactor: some of the statements are redundant. It is not necessary to write to write only properties.
* refactor: remove deprecated typescript function calls in favor of the factory; replace @ts-ignores with proper code (microsoft/TypeScript#40263 (comment))
* refactor: use factory functions instead of deprecated functions
* feat: bump peerDependencies version
* dps: upgrade to latest typescript version
* chore: replace rm with rimraf for cross platform support
* chore: replace fixture tests with inline snapshot tests
* docs: add notice about minimum TypeScript version.
* chore: drop node 10 support
* Update CHANGELOG.md [skip ci]
* Bump version to: 13.0.7 [skip ci]
* Update CHANGELOG.md [skip ci]
* Bump version to: 13.0.8 [skip ci]
* feat: replace require calls by static (top level) or dynamic imports based on ts compiler options
* feat: add tests for require call replacement logic
* chore: add comment
* fix: parse contents of tsconfig file into compiler options
Converts strings to enum values etc.
* fix: remove support for dynamic imports
* fix: import default
Co-authored-by: Eloy Durn <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Laurin Quast <[email protected]>
Co-authored-by: Sibelius Seraphini <[email protected]>
Co-authored-by: Tim Griesser <[email protected]>
Co-authored-by: Erik Müller <[email protected]>
* please the holy linter
* chore(docs): mention es2015 module syntax of generated code
* chore: remove duplicate import
Co-authored-by: Erik Müller <[email protected]>
Co-authored-by: Eloy Durn <[email protected]>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Sibelius Seraphini <[email protected]>
Co-authored-by: Tim Griesser <[email protected]>
Co-authored-by: Erik Müller <[email protected]>
Co-authored-by: Erik Müller <[email protected]>
0 commit comments