Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: halfnelson/nativescript-source-to-jsx-def
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: nativescript-community/nativescript-source-to-jsx-def
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 19, 2025

  1. chore: move to community

    farfromrefug committed Feb 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    f73f05f View commit details
  2. chore: npmignore

    farfromrefug committed Feb 19, 2025

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    d3ecde1 View commit details
Showing with 11 additions and 2 deletions.
  1. +8 −0 .npmignore
  2. +3 −2 package.json
8 changes: 8 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.DS_Store
tsconfig.json
node_modules/
exporter/
src/
export-jsx
package-lock.json
yarn.lock
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nativescript-source-to-jsx-def",
"name": "@nativescript-community/nativescript-source-to-jsx-def",
"version": "1.1.1",
"description": "Introspect NativeScript source and plugins to generate JSX definitions for svelte and react",
"main": "dist/index.js",
@@ -25,5 +25,6 @@
"ts-morph": "^7.0.2",
"typescript": "^3.8.3",
"uppercamelcase": "^3.0.0"
}
},
"packageManager": "yarn@4.6.0+sha512.5383cc12567a95f1d668fbe762dfe0075c595b4bfff433be478dbbe24e05251a8e8c3eb992a986667c1d53b6c3a9c85b8398c35a960587fbd9fa3a0915406728"
}