Skip to content

Conversation

@aaronhuggins
Copy link
Owner

Mostly just Deno changes.

  • Remove all Node-only target code
  • Deprecate all node-dependent configs
  • Fix all linting and assertion errors
  • Fix bad assignments uncovered by move to Deno
  • Validate all tests pass with few if any changes (no major breaking API changes)
  • Validate that the build for NPM works
  • Adds Github workflows

- Position should not assign NaN
- Range should not assign an empty Position
@aaronhuggins aaronhuggins self-assigned this Apr 25, 2022
@aaronhuggins aaronhuggins linked an issue Apr 25, 2022 that may be closed by this pull request
8 tasks
aaronhuggins and others added 5 commits April 25, 2022 15:39
The new BDD-style module in deno_std is incompatible with DNT.
It appears to run all `it` steps immediately within a `describe` context
before all tests have registered. This leads to slowdowns in `deno test`
and causes dnt to break when using its `Deno.test` polyfill.
Contributions will be required to speed up bdd for native Deno and to make
compatible with the dnt polyfill.
Improve npm package size and documentation
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate library for Deno support

2 participants